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