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
| Name | Type | Access | Description |
|---|---|---|---|
title | String | Read | Returns the title. |
subject | String | Read | Returns the subject. |
author | String | Read | Maps to dc:creator in core.xml. |
keywords | String | Read | Returns the keywords. |
comments | String | Read | Maps to dc:description in core.xml. |
category | String | Read | Returns the category. |
company | String | Read | Returns the company. |
manager | String | Read | Returns the manager. |
Methods
| Signature | Description |
|---|---|
getTitle() → String | Returns the title. |
setTitle(value: String) | Sets the title. |
getSubject() → String | Returns the subject. |
setSubject(value: String) | Sets the subject. |
getAuthor() → String | Maps to dc:creator in core.xml. |
setAuthor(value: String) | Sets the author. |
getKeywords() → String | Returns the keywords. |
setKeywords(value: String) | Sets the keywords. |
getComments() → String | Maps to dc:description in core.xml. |
setComments(value: String) | Sets the comments. |
getCategory() → String | Returns the category. |
setCategory(value: String) | Sets the category. |
getCompany() → String | Returns the company. |
setCompany(value: String) | Sets the company. |
getManager() → String | Returns the manager. |
setManager(value: String) | Sets the manager. |