ExtendedProperties

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 public 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

NameTypeAccessDescription
application``Read/WriteName of the application that created the document.
app_version``Read/WriteVersion of the application that created the document.
company``Read/WriteCompany or organization name.
manager``Read/WriteManager associated with the document.
doc_security``Read/WriteDocument security level (0=none, 1=password protected, etc.).
hyperlink_base``Read/WriteBase URL for relative hyperlinks.
scale_crop``Read/WriteWhether to scale or crop document thumbnail.
links_up_to_date``Read/WriteWhether hyperlinks are up to date.
shared_doc``Read/WriteWhether the document is shared.

Methods

SignatureDescription
__init__()

See Also