Class OdMetadata

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

objectOdObjectOdMetadata

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

string

CreationDateTime

Gets or sets the creation date time.

[JsonProperty]
public string CreationDateTime { get; set; }

Property Value

string

Creator

Gets or sets the creator.

[JsonProperty]
public string Creator { get; set; }

Property Value

string

Description

Gets or sets the description.

[JsonProperty]
public string Description { get; set; }

Property Value

string

DocumentStatistics

Gets or sets the document statistics.

[JsonProperty]
public string DocumentStatistics { get; set; }

Property Value

string

DocumentTemplate

Gets or sets the document template.

[JsonProperty]
public string DocumentTemplate { get; set; }

Property Value

string

EditingCycles

Gets or sets the editing cycles.

[JsonProperty]
public string EditingCycles { get; set; }

Property Value

string

EditingDuration

Gets or sets the duration of the editing.

[JsonProperty]
public string EditingDuration { get; set; }

Property Value

string

Generator

Gets or sets the generator.

[JsonProperty]
public string Generator { get; set; }

Property Value

string

HyperlinkBehavior

Gets or sets the hyperlink behavior.

[JsonProperty]
public string HyperlinkBehavior { get; set; }

Property Value

string

InitialCreator

Gets or sets the initial creator.

[JsonProperty]
public string InitialCreator { get; set; }

Property Value

string

Keywords

Gets or sets the keywords.

[JsonProperty]
public string Keywords { get; set; }

Property Value

string

Language

Gets or sets the language.

[JsonProperty]
public string Language { get; set; }

Property Value

string

ModificationDateTime

Gets or sets the modification date time.

[JsonProperty]
public string ModificationDateTime { get; set; }

Property Value

string

PrintDateTime

Gets or sets the print date time.

[JsonProperty]
public string PrintDateTime { get; set; }

Property Value

string

PrintedBy

Gets or sets the printed by.

[JsonProperty]
public string PrintedBy { get; set; }

Property Value

string

Subject

Gets or sets the subject.

[JsonProperty]
public string Subject { get; set; }

Property Value

string

Title

Gets or sets the title.

[JsonProperty]
public string Title { get; set; }

Property Value

string