ExtendedProperties
Overview
ExtendedProperties is a class in Aspose.Cells FOSS for Python.
Represents extended/application properties stored in docProps/app.xml.
This class provides 1 method for working with ExtendedProperties objects in Python programs.
Available methods include: __init__.
All exported members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.
Properties: app_version, application, company, doc_security, hyperlink_base, links_up_to_date, and 3 more.
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__() |