IPresentationInfo class

IPresentationInfo class

Information about presentation file

The IPresentationInfo type exposes the following members:

Properties

PropertyDescription
is_encryptedGets True if binded presentation is encrypted, otherwise False.
Read-only bool.
is_password_protectedGets a value that indicates whether a binded presentation is protected by a password to open.
is_write_protectedGets a value that indicates whether a binded presentation is write protected.
load_formatGets format of the binded presentation.
Read-only LoadFormat.

Methods

MethodDescription
write_binded_presentation(self, stream)Writes binded presentation to stream.
write_binded_presentation(self, file)Writes binded presentation to file.
check_password(self, password)Checks whether a password is correct for a presentation protected with open password.
check_write_protection(self, password)Checks whether a password to modify is correct for a write protected presentation.
read_document_properties(self)Gets document properties of binded presentation.
update_document_properties(self, document_properties)Updates properties of binded presentation.

See Also