IPresentationInfo class
Contents
[
Hide
]IPresentationInfo class
Information about presentation file
The IPresentationInfo type exposes the following members:
Properties
Property | Description |
---|---|
is_encrypted | Gets True if binded presentation is encrypted, otherwise False. Read-only bool. |
is_password_protected | Gets a value that indicates whether a binded presentation is protected by a password to open. |
is_write_protected | Gets a value that indicates whether a binded presentation is write protected. |
load_format | Gets format of the binded presentation. Read-only LoadFormat . |
Methods
Method | Description |
---|---|
write_binded_presentation | Writes binded presentation to stream. |
write_binded_presentation | Writes binded presentation to file. |
check_password | Checks whether a password is correct for a presentation protected with open password. |
check_write_protection | Checks whether a password to modify is correct for a write protected presentation. |
read_document_properties | Gets document properties of binded presentation. |
update_document_properties | Updates properties of binded presentation. |
See Also
- module
aspose.slides
- library
Aspose.Slides