ExtendedProperties
Overview
ExtendedProperties is a class in Aspose.Cells FOSS for Python.
Represents extended/application properties stored in docProps/app.xml.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
application | `` | Read | Name of the application that created the document. |
app_version | `` | Read | Version of the application that created the document. |
company | `` | Read | Company or organization name. |
manager | `` | Read | Manager associated with the document. |
doc_security | `` | Read | Document security level (0=none, 1=password protected, etc.). |
hyperlink_base | `` | Read | Base URL for relative hyperlinks. |
scale_crop | `` | Read | Whether to scale or crop document thumbnail. |
links_up_to_date | `` | Read | Whether hyperlinks are up to date. |
shared_doc | `` | Read | Whether the document is shared. |
Methods
| Signature | Description |
|---|---|
__init__() |