OdMetadata

OdMetadata class

The Metadata of open document

public class OdMetadata : OdObject

Constructors

NameDescription
OdMetadata(OdObject)Initializes a new instance of the OdMetadata class.

Properties

NameDescription
AutomaticReload { get; set; }Gets or sets the automatic reload.
CreationDateTime { get; set; }Gets or sets the creation date time.
Creator { get; set; }Gets or sets the creator.
Description { get; set; }Gets or sets the description.
DocumentStatistics { get; set; }Gets or sets the document statistics.
DocumentTemplate { get; set; }Gets or sets the document template.
EditingCycles { get; set; }Gets or sets the editing cycles.
EditingDuration { get; set; }Gets or sets the duration of the editing.
Generator { get; set; }Gets or sets the generator.
HyperlinkBehavior { get; set; }Gets or sets the hyperlink behavior.
InitialCreator { get; set; }Gets or sets the initial creator.
Items { get; }Gets the items.
Keywords { get; set; }Gets or sets the keywords.
Language { get; set; }Gets or sets the language.
ModificationDateTime { get; set; }Gets or sets the modification date time.
Parent { get; }Gets the parent object.
PrintDateTime { get; set; }Gets or sets the print date time.
PrintedBy { get; set; }Gets or sets the printed by.
Subject { get; set; }Gets or sets the subject.
Title { get; set; }Gets or sets the title.

See Also