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.

Returns: void


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


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.

Returns: void


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.

Returns: void


setDefaultDelay

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

Returns: void


setIncludeHiddenSlides

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

Returns: void


setNewAnimation

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

Parameters:

NameTypeDescription
animPresentationAnimationsGenerator.NewAnimationAnimation event.

Returns: void