OdMetadata Class
Contents
[
Hide
]Summary: The Metadata of open document
Module: aspose.imaging.fileformats.opendocument.objects
Full Name: aspose.imaging.fileformats.opendocument.objects.OdMetadata
Inheritance: OdObject
Constructors
Name | Description |
---|---|
OdMetadata(parent) | Initializes a new instance of the OdMetadata class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
automatic_reload | string | r/w | Gets or sets the automatic reload. |
creation_date_time | string | r/w | Gets or sets the creation date time. |
creator | string | r/w | Gets or sets the creator. |
description | string | r/w | Gets or sets the description. |
document_statistics | string | r/w | Gets or sets the document statistics. |
document_template | string | r/w | Gets or sets the document template. |
editing_cycles | string | r/w | Gets or sets the editing cycles. |
editing_duration | string | r/w | Gets or sets the duration of the editing. |
generator | string | r/w | Gets or sets the generator. |
hyperlink_behavior | string | r/w | Gets or sets the hyperlink behavior. |
initial_creator | string | r/w | Gets or sets the initial creator. |
items | list[OdObject] | r | Gets the items. |
keywords | string | r/w | Gets or sets the keywords. |
language | string | r/w | Gets or sets the language. |
modification_date_time | string | r/w | Gets or sets the modification date time. |
parent | OdObject | r | Gets the parent object. |
print_date_time | string | r/w | Gets or sets the print date time. |
printed_by | string | r/w | Gets or sets the printed by. |
subject | string | r/w | Gets or sets the subject. |
title | string | r/w | Gets or sets the title. |
Constructor: OdMetadata(parent)
OdMetadata(parent)
Initializes a new instance of the OdMetadata class.
Parameters:
Parameter | Type | Description |
---|---|---|
parent | OdObject | The parent. |