DocumentProperties

DocumentProperties

Overview

DocumentProperties is a class in Aspose.Cells for NET.

DocumentProperties.Core gets or sets the core document properties collection.

Description

DocumentProperties is a class in the Aspose.Cells FOSS library for .NET that exposes 0 methods and 10 properties for programmatic use.

The class also provides the Core property (gets or sets the core document properties collection), the Extended property (gets the extended (custom) document properties collection).

Properties

NameTypeAccessDescription
CoreCoreDocumentPropertiesReadGets or sets the core document properties collection
ExtendedExtendedDocumentPropertiesReadGets the extended (custom) document properties collection
TitlestringRead/WriteGets or sets the workbook title metadata
SubjectstringRead/WriteGets or sets the document subject metadata
AuthorstringRead/WriteGets or sets the document author name
KeywordsstringRead/WriteGets or sets keywords associated with the document
CommentsstringRead/WriteGets or sets notes or comments about the document
CategorystringRead/WriteGets or sets the document category
CompanystringRead/WriteGets or sets the company or organization name
ManagerstringRead/WriteGets or sets the manager name associated with the document

See Also