CoreProperties
General
CoreProperties és una classe en Aspose.Cells per a Python.
Representa les propietats de document central emmagatzemades en docProps/core.xml.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
title | `` | Read | Represents the document’s title metadata |
subject | `` | Read | |
creator | `` | Read | Represents the name of the person who created the document |
keywords | `` | Read | Represents a list of keywords associated with the document |
description | `` | Read | Represents a brief description of the document’s content |
last_modified_by | `` | Read | Represents the name of the user who last modified the document |
revision | `` | Read | Represents the revision number or version of the document |
created | `` | Read | Represents the timestamp when the document was originally created |
modified | `` | Read | Represents the timestamp of the most recent modification to the document |
category | `` | Read | Represents the category classification of the document |
content_status | `` | Read | Represents the current status (e.g., draft, final) of the document |
Mètodes
| Signature | Description |
|---|---|
__init__() |