LoadOptions constructor

init

Creates new default load options.

def __init__(self):
    ...

init

Creates new load options.

def __init__(self, load_format):
    ...
ParameterTypeDescription
load_formatLoadFormatFormat of a presentation to load.

See Also