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).

This class provides 16 methods for working with DocumentProperties objects in Java programs. Available methods include: getAuthor, getCategory, getComments, getCompany, getKeywords, getManager, getSubject, getTitle, setAuthor, setCategory, setComments, setCompany, and 4 additional methods. All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package. Properties: author, category, comments, company, keywords, manager, and 2 more.

Description

DocumentProperties is a class in the Aspose.Cells FOSS library for Java that exposes 16 methods and 8 properties for programmatic use.

Core capabilities include: string; string; string. These operations enable developers to integrate documentproperties functionality directly into Java applications.

The class also provides the title property (returns the title), the subject property (returns the subject), the author property (maps to dc:creator in core.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.

See Also

 English