CoreDocumentPropertiesModel

CoreDocumentPropertiesModel

Overview

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

Represents core document properties model.

Properties

NameTypeAccessDescription
TitlestringRead/WriteGets or sets the document title
SubjectstringRead/Write
CreatorstringRead/WriteGets or sets the name of the document creator
KeywordsstringRead/Write
DescriptionstringRead/Write
LastModifiedBystringRead/WriteGets or sets the name of the last person who modified the document
RevisionstringRead/WriteGets or sets the document revision identifier
CategorystringRead/Write
ContentStatusstringRead/WriteGets or sets the status of the document content
CreatedDateTime?Read/WriteGets or sets the creation date and time of the document
ModifiedDateTime?Read/Write

Methods

SignatureDescription
CopyFrom(source: CoreDocumentPropertiesModel)The source.
HasStoredState()if the condition is met; otherwise, .

See Also