DocumentProperties

DocumentProperties

Overview

DocumentProperties is a class in Aspose.Cells FOSS for Java.

Represents the document properties of a workbook (docProps/core.xml and docProps/app.xml).

Properties

NameTypeAccessDescription
titleStringReadReturns the title.
subjectStringReadReturns the subject.
authorStringReadMaps to dc:creator in core.xml.
keywordsStringReadReturns the keywords.
commentsStringReadMaps to dc:description in core.xml.
categoryStringReadReturns the category.
companyStringReadReturns the company.
managerStringReadReturns the manager.

Methods

SignatureDescription
getTitle()StringReturns the title.
setTitle(value: String)Sets the title.
getSubject()StringReturns the subject.
setSubject(value: String)Sets the subject.
getAuthor()StringMaps to dc:creator in core.xml.
setAuthor(value: String)Sets the author.
getKeywords()StringReturns the keywords.
setKeywords(value: String)Sets the keywords.
getComments()StringMaps to dc:description in core.xml.
setComments(value: String)Sets the comments.
getCategory()StringReturns the category.
setCategory(value: String)Sets the category.
getCompany()StringReturns the company.
setCompany(value: String)Sets the company.
getManager()StringReturns the manager.
setManager(value: String)Sets the manager.