ExtendedProperties
ExtendedProperties
Overview
ExtendedProperties 是Python的Aspose.Cells FOSS中的一个类.
代表docProps/app.xml中存储的扩展/应用属性.
这个类提供了一个方法,用于在Python程序中使用ExtendedProperties 对象. 有的方法包括: __init__. 在安装Python包的Aspose.Cells FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: app_version, application, company, doc_security, hyperlink_base, links_up_to_date,另外还有3个.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
application | `` | 阅读/写作 | 创建文件的应用程序名称. |
app_version | `` | 阅读/写作 | 创建文件的应用程序版本. |
company | `` | 阅读/写作 | 公司或组织名称. |
manager | `` | 阅读/写作 | 文件相关的管理员. |
doc_security | `` | 阅读/写作 | 文件安全级别 (0=没有, 1=密码保护等). |
hyperlink_base | `` | 阅读/写作 | 相关超链接的基 URL. |
scale_crop | `` | 阅读/写作 | 无论是缩小还是剪辑文档微图. |
links_up_to_date | `` | 阅读/写作 | 超链接是否最新. |
shared_doc | `` | 阅读/写作 | 文件是否被共享. |
Methods
| Signature | Description |
|---|---|
__init__() |