create_presentation method

create_presentation(self)

Creates new presentation.

Returns

New presentation

def create_presentation(self):
    ...

create_presentation(self, options)

Creates new presentation with additional load options

Returns

New presentation

def create_presentation(self, options):
    ...
ParameterTypeDescription
optionsILoadOptionsLoad options

See Also