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. |
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
getGradientStyle
| Name | Description |
|---|
| getGradientStyle() | Gets or sets the gradient style to be used for a gradient. This property allows the selection of predefined gradient styles which can affect the appearance of graphical elements. |
Returns:
int
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. |
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. |
setDefaultDelay
| Name | Description |
|---|
| setDefaultDelay(int) | Gets or sets default delay time [ms]. |
setGradientStyle
| Name | Description |
|---|
| setGradientStyle(int) | Gets or sets the gradient style to be used for a gradient. This property allows the selection of predefined gradient styles which can affect the appearance of graphical elements. |
setIncludeHiddenSlides
| Name | Description |
|---|
| setIncludeHiddenSlides(boolean) | Get or sets if hidden slides should be included. |
setNewAnimation
Parameters: