PresentationLoadOptions class

PresentationLoadOptions class

Provides 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 Set video document connector.
set_video_connector_ipresentation_video_connector
equals Determines whether two object instances are equal. (inherited from ValueObject)
equals_object (inherited from ValueObject)
equals_value_object (inherited from ValueObject)
get_hash_code Serves as the default hash function. (inherited from ValueObject)

Properties

Property Description
clear_built_in_document_properties The ClearBuiltInDocumentProperties property indicates whether built‑in document properties are cleared when loading a presentation.
clear_custom_document_properties The ClearCustomDocumentProperties property.
comments_position The way comments are printed with the slide, default is None.
convert_owned The ConvertOwned option implements IDocumentsContainerLoadOptions.convert_owned.
convert_owner The convert_owner property implements IDocumentsContainerLoadOptions.convert_owner. Default is True.
default_font The default font for rendering the presentation. The following font will be used if a presentation font is missing.
depth The depth of the document container to load.
font_substitutes The font substitutes used when converting a Presentation document.
format The input document file type.
notes_position 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 option to show hidden slides.
skip_external_resources The property implements IResourceLoadingOptions.skip_external_resources.
whitelisted_resources The property implements IResourceLoadingOptions.whitelisted_resources.

See Also