文档属性

文档属性

概述

DocumentProperties 是 Aspose.Cells FOSS for Java 中的一个类。

表示工作簿的文档属性(docProps/core.xml 和 docProps/app.xml)。

属性

名称类型访问描述
titleStringRead返回标题。
subjectStringRead返回主题。
authorStringRead映射到 core.xml 中的 dc:creator。
keywordsStringRead返回关键字。
commentsStringRead映射到 core.xml 中的 dc:description。
categoryStringRead返回类别。
companyStringRead返回公司。
managerStringRead返回经理。

方法

签名描述
getTitle()String返回标题。
setTitle(value: String)设置标题。
getSubject()String返回主题。
setSubject(value: String)设置主题。
getAuthor()String映射到 core.xml 中的 dc:creator。
setAuthor(value: String)设置作者。
getKeywords()String返回关键字。
setKeywords(value: String)设置关键字。
getComments()String映射到 core.xml 中的 dc:description。
setComments(value: String)设置评论。
getCategory()String返回类别。
setCategory(value: String)设置类别。
getCompany()String返回公司。
setCompany(value: String)设置公司。
getManager()String返回经理。
setManager(value: String)设置经理。
 中文