PresentationLoadOptions class

PresentationLoadOptions class

Options for loading Presentation documents.

The PresentationLoadOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of PresentationLoadOptions.

Methods

Method Description
set_video_connector Sets the video document connector.

Properties

Property Description
clear_built_in_document_properties The ClearBuiltInDocumentProperties property.
clear_custom_document_properties The flag indicating whether custom document properties are cleared when loading a presentation.
comments_position The way comments are printed with the slide. Default is None.
convert_owned The property implements IDocumentsContainerLoadOptions.convert_owned and defaults to False.
convert_owner The convert_owner property implements IDocumentsContainerLoadOptions.convert_owner. Default is True.
default_font The default font used for rendering the presentation when a presentation font is missing.
depth The depth of the document container.
font_substitutes The font substitutes applied when converting a Presentation document.
format The input document file type.
notes_position The notes position represents the way notes are printed with the slide. Default is None.
password The password used to unprotect a protected document.
preserve_document_structure The property determines whether the document structure should be preserved when converting to PDF (default is False).
show_hidden_slides The flag that shows hidden slides.
skip_external_resources The property implements IResourceLoadingOptions.skip_external_resources.
whitelisted_resources The whitelisted resources, as defined by IResourceLoadingOptions.whitelisted_resources.

See Also