CoreDocumentPropertiesModel
Overview
CoreDocumentPropertiesModel is a class in Aspose.Cells for NET.
CoreDocumentPropertiesModel.HasStoredState indicates whether any property values have been set.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Title | string | Read/Write | Gets or sets the document title |
Subject | string | Read/Write | Gets or sets the workbook subject |
Creator | string | Read/Write | Gets or sets the name of the workbook creator |
Keywords | string | Read/Write | Gets or sets searchable keywords for the workbook |
Description | string | Read/Write | Gets or sets a textual description of the workbook |
LastModifiedBy | string | Read/Write | Gets or sets the name of the last modifier |
Revision | string | Read/Write | Gets or sets the revision number of the workbook |
Category | string | Read/Write | |
ContentStatus | string | Read/Write | Gets or sets the document content status |
Created | DateTime? | Read/Write | Gets or sets the creation date and time |
Modified | DateTime? | Read/Write | Gets or sets the last modified date and time |
Methods
| Signature | Description |
|---|---|
CopyFrom(source: CoreDocumentPropertiesModel) | |
HasStoredState() | Indicates whether any property values have been set |