PresentationLoadOptions class
PresentationLoadOptions class
Options for loading Presentation documents.
Inheritance: PresentationLoadOptions →
LoadOptions →
ValueObject
The PresentationLoadOptions type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes new instance of EmailLoadOptions class. |
Properties
| Property | Description |
|---|---|
| format | Input document file type. |
| default_font | Default font for rendering the presentation. The following font will be used if a presentation font is missing. |
| font_substitutes | Substitute specific fonts when converting Presentation document. |
| password | Set password to unprotect protected document. |
| hide_comments | Hide comments. |
| show_hidden_slides | Show hidden slides. |
| skip_external_resources | Implements IResourceLoadingOptions.skip_external_resources |
| whitelisted_resources | Implements IResourceLoadingOptions.whitelisted_resources |
| convert_owner | Implements IDocumentsContainerLoadOptions.convert_owner
Default is true |
| convert_owned | Implements IDocumentsContainerLoadOptions.convert_owned
Default is false |
| depth | Implements IDocumentsContainerLoadOptions.depth
Default: 1 |
| clear_built_in_document_properties | Removes built-in metadata properties from the document. |
| clear_custom_document_properties | Removes custom metadata properties from the document. |
Methods
| Method | Description |
|---|---|
| equals | Determines whether two object instances are equal. |
See Also
- module
groupdocs.conversion.options.load - class
EmailLoadOptions - class
LoadOptions - class
PresentationLoadOptions - class
ValueObject