CoreProperties
Overview
CoreProperties is a class in Aspose.Cells FOSS for Python.
Represents core document properties stored in docProps/core.xml.
This class provides 1 method for working with CoreProperties 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: category, content_status, created, creator, description, keywords, and 5 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
title | `` | Read/Write | Document title (dc:title). |
subject | `` | Read/Write | Document subject (dc:subject). |
creator | `` | Read/Write | Document creator/author (dc:creator). |
keywords | `` | Read/Write | Keywords associated with the document (cp:keywords). |
description | `` | Read/Write | Document description/comments (dc:description). |
last_modified_by | `` | Read/Write | Name of person who last modified the document (cp:lastModifiedBy). |
revision | `` | Read/Write | Revision number (cp:revision). |
created | `` | Read/Write | Document creation date (dcterms:created). |
modified | `` | Read/Write | Document last modification date (dcterms:modified). |
category | `` | Read/Write | Document category (cp:category). |
content_status | `` | Read/Write | Content status such as Draft, Final (cp:contentStatus). |
Methods
| Signature | Description |
|---|---|
__init__() |