Class OdMetadata
Namespace: Aspose.Imaging.FileFormats.OpenDocument.Objects
Assembly: Aspose.Imaging.dll (25.4.0)
The Metadata of open document
[JsonObject(MemberSerialization.OptIn)]
public class OdMetadata : OdObject
Inheritance
object ← OdObject ← OdMetadata
Inherited Members
OdObject.parent, OdObject.Parent, OdObject.Items, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
OdMetadata(OdObject)
Initializes a new instance of the Aspose.Imaging.FileFormats.OpenDocument.Objects.OdMetadata class.
public OdMetadata(OdObject parent)
Parameters
parent
OdObject
The parent.
Properties
AutomaticReload
Gets or sets the automatic reload.
[JsonProperty]
public string AutomaticReload { get; set; }
Property Value
CreationDateTime
Gets or sets the creation date time.
[JsonProperty]
public string CreationDateTime { get; set; }
Property Value
Creator
Gets or sets the creator.
[JsonProperty]
public string Creator { get; set; }
Property Value
Description
Gets or sets the description.
[JsonProperty]
public string Description { get; set; }
Property Value
DocumentStatistics
Gets or sets the document statistics.
[JsonProperty]
public string DocumentStatistics { get; set; }
Property Value
DocumentTemplate
Gets or sets the document template.
[JsonProperty]
public string DocumentTemplate { get; set; }
Property Value
EditingCycles
Gets or sets the editing cycles.
[JsonProperty]
public string EditingCycles { get; set; }
Property Value
EditingDuration
Gets or sets the duration of the editing.
[JsonProperty]
public string EditingDuration { get; set; }
Property Value
Generator
Gets or sets the generator.
[JsonProperty]
public string Generator { get; set; }
Property Value
HyperlinkBehavior
Gets or sets the hyperlink behavior.
[JsonProperty]
public string HyperlinkBehavior { get; set; }
Property Value
InitialCreator
Gets or sets the initial creator.
[JsonProperty]
public string InitialCreator { get; set; }
Property Value
Keywords
Gets or sets the keywords.
[JsonProperty]
public string Keywords { get; set; }
Property Value
Language
Gets or sets the language.
[JsonProperty]
public string Language { get; set; }
Property Value
ModificationDateTime
Gets or sets the modification date time.
[JsonProperty]
public string ModificationDateTime { get; set; }
Property Value
PrintDateTime
Gets or sets the print date time.
[JsonProperty]
public string PrintDateTime { get; set; }
Property Value
PrintedBy
Gets or sets the printed by.
[JsonProperty]
public string PrintedBy { get; set; }
Property Value
Subject
Gets or sets the subject.
[JsonProperty]
public string Subject { get; set; }
Property Value
Title
Gets or sets the title.
[JsonProperty]
public string Title { get; set; }