PresentationAnimationsGenerator

PresentationAnimationsGenerator class

Represents a generator of the animations in the Presentation.

PresentationAnimationsGenerator

NameDescription
PresentationAnimationsGenerator(Presentation)Creates a new instance of the PresentationAnimationsGenerator.

Parameters:

NameTypeDescription
presentationPresentationThe frame size will be set with accordance to the ( Presentation#getSlideSize)

Returns: PresentationAnimationsGenerator


PresentationAnimationsGenerator

NameDescription
PresentationAnimationsGenerator(Dimension)Creates a new instance of the PresentationAnimationsGenerator.

Parameters:

NameTypeDescription
frameSizeDimensionThe frame size.

Returns: PresentationAnimationsGenerator


PresentationAnimationsGenerator

NameDescription
PresentationAnimationsGenerator(Dimension2D)Creates a new instance of the PresentationAnimationsGenerator.

Parameters:

NameTypeDescription
frameSizeDimension2DThe frame size.

Returns: PresentationAnimationsGenerator


dispose

NameDescription
dispose ()Disposes the instance of the PresentationAnimationsGenerator.

getDefaultDelay

NameDescription
getDefaultDelay ()Gets or sets default delay time [ms].

Returns: int


getExportedSlides

NameDescription
getExportedSlides ()Get the number of the exported slides count.

Returns: int


getFrameSize

NameDescription
getFrameSize ()Gets the frame size.

Returns: Dimension


getGradientStyle

NameDescription
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

NameDescription
getIncludeHiddenSlides ()Get or sets if hidden slides should be included.

Returns: boolean


run

NameDescription
run (com.aspose.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.slides. ISlide>)Run the animation events generation for each slide.

run

NameDescription
run (com.aspose.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.slides. ISlide>, int, PresentationPlayer.FrameTick)Run the animation events generation for each slide.

setDefaultDelay

NameDescription
setDefaultDelay (int)Gets or sets default delay time [ms].

setGradientStyle

NameDescription
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

NameDescription
setIncludeHiddenSlides (boolean)Get or sets if hidden slides should be included.

setNewAnimation

NameDescription
setNewAnimation (PresentationAnimationsGenerator.NewAnimation)Set a new animation event.

Parameters:

NameTypeDescription
animPresentationAnimationsGenerator.NewAnimationAnimation event.