CoreDocumentPropertiesModel
Overview
CoreDocumentPropertiesModel is a class in Aspose.Cells FOSS for Java.
Represents the CoreDocumentPropertiesModel component.
This class provides 24 methods for working with CoreDocumentPropertiesModel objects in Java programs.
Available methods include: copyFrom, getCategory, getContentStatus, getCreated, getCreator, getDescription, getKeywords, getLastModifiedBy, getModified, getRevision, getSubject, getTitle, and 12 additional methods.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: category, contentStatus, created, creator, description, keywords, and 5 more.
Description
CoreDocumentPropertiesModel is a class in the Aspose.Cells FOSS library for Java that exposes 24 methods and 11 properties for programmatic use.
Core capabilities include: string; string; string. These operations enable developers to integrate coredocumentpropertiesmodel functionality directly into Java applications.
The class also provides the title property (returns the title), the subject property (returns the subject), the creator property (returns the creator).
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. |