CoreProperties
CoreProperties
Overview
CoreProperties 是Python的Aspose.Cells FOSS中的一个类.
表示存储在 docProps/core.xml 中的核心文档属性.
这个类提供了一个方法,用于在Python程序中使用CoreProperties 对象. 有的方法包括: __init__. 在安装Python包的Aspose.Cells FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: category, content_status, created, creator, description, keywords,另外5个.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
title | `` | 阅读/写作 | 文件标题 (dc:title). |
subject | `` | 阅读/写作 | 文件主题 (dc:主体). |
creator | `` | 阅读/写作 | 文件创作者 (dc:creator). |
keywords | `` | 阅读/写作 | 与文档相关的关键词 (cp:keywords). |
description | `` | 阅读/写作 | 文件描述/评论 (dc:说明). |
last_modified_by | `` | 阅读/写作 | 修改文件的最后一个人的名称 (cp:lastModifiedBy). |
revision | `` | 阅读/写作 | 修订号 (cp:修改). |
created | `` | 阅读/写作 | 文件创建日期 (dcterms:created). |
modified | `` | 阅读/写作 | 文件最后修改日期 (dcterms:modified). |
category | `` | 阅读/写作 | 文件类别 (cp:类型). |
content_status | `` | 阅读/写作 | 内容状态,如草案,最终 (cp:contentStatus). |
Methods
| Signature | Description |
|---|---|
__init__() |