DocumentProperties
DocumentProperties
Overview
DocumentProperties 是Python的Aspose.Cells FOSS中的一个类.
容器为所有文档级属性.
这个类提供了一个方法,用于在Python程序中使用DocumentProperties 对象. 有的方法包括: __init__. 在安装Python包的Aspose.Cells FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: author, category, comments, company, core, creator,另外5个.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
core | `` | Read | 获取核心文档属性 (存储在 docProps/core.xml). |
extended | `` | Read | 得到扩展/应用属性 (存储在 docProps/app.xml). |
title | `` | 阅读/写作 | 文件标题. |
subject | `` | 阅读/写作 | 文件的主题. |
author | `` | 阅读/写作 | 文件作者 (创建者的别名). |
creator | `` | 阅读/写作 | 文件创建者. |
keywords | `` | 阅读/写作 | 文件关键词. |
comments | `` | 阅读/写作 | 文件评论 (描述的别名). |
category | `` | 阅读/写作 | 文件类别. |
company | `` | 阅读/写作 | 公司名称. |
manager | `` | 阅读/写作 | 经理的名字. |
Methods
| Signature | Description |
|---|---|
__init__() |