ExtendedProperties

ExtendedProperties

Overview

ExtendedProperties is a class in Aspose.Cells FOSS for Python.

Represents extended/application properties stored in docProps/app.xml.

Properties

NameTypeAccessDescription
application``ReadName of the application that created the document.
app_version``ReadVersion of the application that created the document.
company``ReadCompany or organization name.
manager``ReadManager associated with the document.
doc_security``ReadDocument security level (0=none, 1=password protected, etc.).
hyperlink_base``ReadBase URL for relative hyperlinks.
scale_crop``ReadWhether to scale or crop document thumbnail.
links_up_to_date``ReadWhether hyperlinks are up to date.
shared_doc``ReadWhether the document is shared.

Methods

SignatureDescription
__init__()

See Also