ILoadOptions class
Contents
[
Hide
]ILoadOptions class
Allows to specify additional options (such as format or default font) when loading a presentation.
The ILoadOptions type exposes the following members:
Properties
Property | Description |
---|---|
load_format | Returns or sets format of a presentation to load. Read/write LoadFormat . |
default_regular_font | Returns or sets Regular font used in case source font is not found. Read-write str. |
default_symbol_font | Returns or sets Symbol font used in case source font is not found. Read-write str. |
default_asian_font | Returns or sets Asian font used in case source font is not found. Read-write str. |
password | Gets or sets the password. Read-write str. |
only_load_document_properties | This property makes sense, if presentation file is password protected. Value of true means that only document properties must be loaded from an encrypted presentation file and password must be ignored. Value of false means that entire encrypted presentation must be loaded with use of right password. If presentation isn’t encrypted then property value is always ignored. If document properties of an encrypted file aren’t public and property value is true then document properties cannot be loaded and exception will be thrown. Read-write bool. |
warning_callback | Returns or sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback . |
blob_management_options | Represents the options which can be used to manage Binary Large Objects (BLOBs) handling behavior, such as using of temporary files or max BLOBs bytes in memory. These options intended to set up the best performance/memory consumption ratio for a perticular environment or requirements. A Binary Large Object (BLOB) is a binary data stored as a single entity - i.e. BLOB can be an audio, video or presentation itself. |
document_level_font_sources | Specifies sources for external fonts to be used by the presentation. These fonts are available to the presentation throughout its lifetime and are not shared with other presentations |
interruption_token | The token to monitor for interruption requests. This token manages the whole IPresentation instance lifetime. Any long-running operation, such as presentaionloading or saving, will be interrupted via calling of the IInterruptionTokenSource.interrupt method ofthe IInterruptionTokenSource . |
resource_loading_callback | Returns or sets callback interface which manages external resources loading. Read/write IResourceLoadingCallback . |
spreadsheet_options | Represents options which can be used to specify additional spreadsheets behavior. |
default_text_language | Returns or sets the default language for presentation text. Read/write str. |
delete_embedded_binary_objects | Determines if Aspose.Slides will delete all embedded binary objects while presentation loading. The types of the embedded binary objects: * VBA Project IPresentation.vba_project * OLE Object embedded data IOleEmbeddedDataInfo.embedded_file_data * ActiveX Control binary data IControl.active_x_control_binary Read/write bool. |
See Also
- module
aspose.slides
- library
Aspose.Slides