CoreDocumentPropertiesModel

CoreDocumentPropertiesModel

Overview

CoreDocumentPropertiesModel is a class in Aspose.Cells FOSS for Java.

Represents the CoreDocumentPropertiesModel component.

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.