CoreDocumentPropertiesModel

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.

Properties

NameTypeAccessDescription
titleStringReadReturns the title.
subjectStringReadReturns the subject.
creatorStringReadReturns the creator.
keywordsStringReadReturns the keywords.
descriptionStringReadReturns the description.
lastModifiedByStringReadReturns the last modified by.
revisionStringReadReturns the revision.
categoryStringReadReturns the category.
contentStatusStringReadReturns the content status.
createdLocalDateTimeReadReturns the created.
modifiedLocalDateTimeReadReturns the modified.

Methods

SignatureDescription
getTitle()StringReturns the title.
setTitle(value: String)Sets the title.
getSubject()StringReturns the subject.
setSubject(value: String)Sets the subject.
getCreator()StringReturns the creator.
setCreator(value: String)Sets the creator.
getKeywords()StringReturns the keywords.
setKeywords(value: String)Sets the keywords.
getDescription()StringReturns the description.
setDescription(value: String)Sets the description.
getLastModifiedBy()StringReturns the last modified by.
setLastModifiedBy(value: String)Sets the last modified by.
getRevision()StringReturns the revision.
setRevision(value: String)Sets the revision.
getCategory()StringReturns the category.
setCategory(value: String)Sets the category.
getContentStatus()StringReturns the content status.
setContentStatus(value: String)Sets the content status.
getCreated()LocalDateTimeReturns the created.
setCreated(value: LocalDateTime)Sets the created.
getModified()LocalDateTimeReturns the modified.
setModified(value: LocalDateTime)Sets the modified.
copyFrom(source: CoreDocumentPropertiesModel)Copies the from.
hasStoredState()booleanIndicates whether this instance has stored state.

See Also