DocumentProperties
Overview
DocumentProperties is a class in Aspose.Cells FOSS for Python.
Container for all document-level properties.
This class provides 1 method for working with DocumentProperties 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: author, category, comments, company, core, creator, and 5 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
core | `` | Read | Gets core document properties (stored in docProps/core.xml). |
extended | `` | Read | Gets extended/application properties (stored in docProps/app.xml). |
title | `` | Read/Write | Document title. |
subject | `` | Read/Write | Document subject. |
author | `` | Read/Write | Document author (alias for creator). |
creator | `` | Read/Write | Document creator. |
keywords | `` | Read/Write | Document keywords. |
comments | `` | Read/Write | Document comments (alias for description). |
category | `` | Read/Write | Document category. |
company | `` | Read/Write | Company name. |
manager | `` | Read/Write | Manager name. |
Methods
| Signature | Description |
|---|---|
__init__() |