CoreDocumentPropertiesModel
Overview
CoreDocumentPropertiesModel is a class in Aspose.Cells FOSS for Java.
Represents the CoreDocumentPropertiesModel component.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
title | String | Read | Returns the title. |
subject | String | Read | Returns the subject. |
creator | String | Read | Returns the creator. |
keywords | String | Read | Returns the keywords. |
description | String | Read | Returns the description. |
lastModifiedBy | String | Read | Returns the last modified by. |
revision | String | Read | Returns the revision. |
category | String | Read | Returns the category. |
contentStatus | String | Read | Returns the content status. |
created | LocalDateTime | Read | Returns the created. |
modified | LocalDateTime | Read | Returns the modified. |
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. |
getCreator() → String | Returns the creator. |
setCreator(value: String) | Sets the creator. |
getKeywords() → String | Returns the keywords. |
setKeywords(value: String) | Sets the keywords. |
getDescription() → String | Returns the description. |
setDescription(value: String) | Sets the description. |
getLastModifiedBy() → String | Returns the last modified by. |
setLastModifiedBy(value: String) | Sets the last modified by. |
getRevision() → String | Returns the revision. |
setRevision(value: String) | Sets the revision. |
getCategory() → String | Returns the category. |
setCategory(value: String) | Sets the category. |
getContentStatus() → String | Returns the content status. |
setContentStatus(value: String) | Sets the content status. |
getCreated() → LocalDateTime | Returns the created. |
setCreated(value: LocalDateTime) | Sets the created. |
getModified() → LocalDateTime | Returns the modified. |
setModified(value: LocalDateTime) | Sets the modified. |
copyFrom(source: CoreDocumentPropertiesModel) | Copies the from. |
hasStoredState() → boolean | Indicates whether this instance has stored state. |