PresentationAnimationsGenerator
PresentationAnimationsGenerator class
Represents a generator of the animations in the Presentation.
PresentationAnimationsGenerator
| Name | Description |
|---|---|
| PresentationAnimationsGenerator(Presentation) | Creates a new instance of the PresentationAnimationsGenerator. |
Parameters:
| Name | Type | Description |
|---|---|---|
| presentation | Presentation | The frame size will be set with accordance to the Presentation#getSlideSize |
Returns: PresentationAnimationsGenerator
PresentationAnimationsGenerator
| Name | Description |
|---|---|
| PresentationAnimationsGenerator(Dimension) | Creates a new instance of the PresentationAnimationsGenerator. |
Parameters:
| Name | Type | Description |
|---|---|---|
| frameSize | Dimension | The frame size. |
Returns: PresentationAnimationsGenerator
PresentationAnimationsGenerator
| Name | Description |
|---|---|
| PresentationAnimationsGenerator(Dimension2D) | Creates a new instance of the PresentationAnimationsGenerator. |
Parameters:
| Name | Type | Description |
|---|---|---|
| frameSize | Dimension2D | The frame size. |
Returns: PresentationAnimationsGenerator
dispose
| Name | Description |
|---|---|
| dispose () | Disposes the instance of the PresentationAnimationsGenerator. |
Returns: void
getDefaultDelay
| Name | Description |
|---|---|
| getDefaultDelay () | Gets or sets default delay time [ms]. |
Returns: int
getExportedSlides
| Name | Description |
|---|---|
| getExportedSlides () | Get the number of the exported slides count. |
Returns: int
getFrameSize
| Name | Description |
|---|---|
| getFrameSize () | Gets the frame size. |
Returns: Dimension
getIncludeHiddenSlides
| Name | Description |
|---|---|
| getIncludeHiddenSlides () | Get or sets if hidden slides should be included. |
Returns: boolean
run
| Name | Description |
|---|---|
| run (com.aspose.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.slides. ISlide>) | Run the animation events generation for each slide. |
Returns: void
run
| Name | Description |
|---|---|
| run (com.aspose.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.slides. ISlide>, int, PresentationPlayer.FrameTick) | Run the animation events generation for each slide. |
Returns: void
setDefaultDelay
| Name | Description |
|---|---|
| setDefaultDelay (int) | Gets or sets default delay time [ms]. |
Returns: void
setIncludeHiddenSlides
| Name | Description |
|---|---|
| setIncludeHiddenSlides (boolean) | Get or sets if hidden slides should be included. |
Returns: void
setNewAnimation
| Name | Description |
|---|---|
| setNewAnimation (PresentationAnimationsGenerator.NewAnimation) | Set a new animation event. |
Parameters:
| Name | Type | Description |
|---|---|---|
| anim | PresentationAnimationsGenerator.NewAnimation | Animation event. |
Returns: void