PresentationAnimationsGenerator constructor

init

Creates a new instance of the PresentationAnimationsGenerator.

def __init__(self, presentation):
    ...
ParameterTypeDescription
presentationPresentationThe frame size will be set with accordance to the Presentation.slide_size

init

Creates a new instance of the PresentationAnimationsGenerator.

def __init__(self, frame_size):
    ...
ParameterTypeDescription
frame_sizeaspose.pydrawing.SizeThe frame size.

See Also