OdMetadata
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.opendocument.OdObject
public class OdMetadata extends OdObject
The Metadata of open document
Constructors
Constructor | Description |
---|---|
OdMetadata(OdObject parent) | Initializes a new instance of the OdMetadata class. |
Methods
Method | Description |
---|---|
getGenerator() | Gets or sets the generator. |
setGenerator(String value) | Gets or sets the generator. |
getTitle() | Gets or sets the title. |
setTitle(String value) | Gets or sets the title. |
getDescription() | Gets or sets the description. |
setDescription(String value) | Gets or sets the description. |
getSubject() | Gets or sets the subject. |
setSubject(String value) | Gets or sets the subject. |
getKeywords() | Gets or sets the keywords. |
setKeywords(String value) | Gets or sets the keywords. |
getInitialCreator() | Gets or sets the initial creator. |
setInitialCreator(String value) | Gets or sets the initial creator. |
getCreator() | Gets or sets the creator. |
setCreator(String value) | Gets or sets the creator. |
getPrintedBy() | Gets or sets the printed by. |
setPrintedBy(String value) | Gets or sets the printed by. |
getCreationDateTime() | Gets or sets the creation date time. |
setCreationDateTime(String value) | Gets or sets the creation date time. |
getModificationDateTime() | Gets or sets the modification date time. |
setModificationDateTime(String value) | Gets or sets the modification date time. |
getPrintDateTime() | Gets or sets the print date time. |
setPrintDateTime(String value) | Gets or sets the print date time. |
getDocumentTemplate() | Gets or sets the document template. |
setDocumentTemplate(String value) | Gets or sets the document template. |
getAutomaticReload() | Gets or sets the automatic reload. |
setAutomaticReload(String value) | Gets or sets the automatic reload. |
getHyperlinkBehavior() | Gets or sets the hyperlink behavior. |
setHyperlinkBehavior(String value) | Gets or sets the hyperlink behavior. |
getLanguage() | Gets or sets the language. |
setLanguage(String value) | Gets or sets the language. |
getEditingCycles() | Gets or sets the editing cycles. |
setEditingCycles(String value) | Gets or sets the editing cycles. |
getEditingDuration() | Gets or sets the duration of the editing. |
setEditingDuration(String value) | Gets or sets the duration of the editing. |
getDocumentStatistics() | Gets or sets the document statistics. |
setDocumentStatistics(String value) | Gets or sets the document statistics. |
OdMetadata(OdObject parent)
public OdMetadata(OdObject parent)
Initializes a new instance of the OdMetadata
class.
Parameters:
Parameter | Type | Description |
---|---|---|
parent | OdObject | The parent. |
getGenerator()
public String getGenerator()
Gets or sets the generator.
Returns: java.lang.String - The generator.
setGenerator(String value)
public void setGenerator(String value)
Gets or sets the generator.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The generator. |
getTitle()
public String getTitle()
Gets or sets the title.
Returns: java.lang.String - The title.
setTitle(String value)
public void setTitle(String value)
Gets or sets the title.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The title. |
getDescription()
public String getDescription()
Gets or sets the description.
Returns: java.lang.String - The description.
setDescription(String value)
public void setDescription(String value)
Gets or sets the description.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The description. |
getSubject()
public String getSubject()
Gets or sets the subject.
Returns: java.lang.String - The subject.
setSubject(String value)
public void setSubject(String value)
Gets or sets the subject.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The subject. |
getKeywords()
public String getKeywords()
Gets or sets the keywords.
Returns: java.lang.String - The keywords.
setKeywords(String value)
public void setKeywords(String value)
Gets or sets the keywords.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The keywords. |
getInitialCreator()
public String getInitialCreator()
Gets or sets the initial creator.
Returns: java.lang.String - The initial creator.
setInitialCreator(String value)
public void setInitialCreator(String value)
Gets or sets the initial creator.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The initial creator. |
getCreator()
public String getCreator()
Gets or sets the creator.
Returns: java.lang.String - The creator.
setCreator(String value)
public void setCreator(String value)
Gets or sets the creator.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The creator. |
getPrintedBy()
public String getPrintedBy()
Gets or sets the printed by.
Returns: java.lang.String - The printed by.
setPrintedBy(String value)
public void setPrintedBy(String value)
Gets or sets the printed by.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The printed by. |
getCreationDateTime()
public String getCreationDateTime()
Gets or sets the creation date time.
Returns: java.lang.String - The creation date time.
setCreationDateTime(String value)
public void setCreationDateTime(String value)
Gets or sets the creation date time.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The creation date time. |
getModificationDateTime()
public String getModificationDateTime()
Gets or sets the modification date time.
Returns: java.lang.String - The modification date time.
setModificationDateTime(String value)
public void setModificationDateTime(String value)
Gets or sets the modification date time.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The modification date time. |
getPrintDateTime()
public String getPrintDateTime()
Gets or sets the print date time.
Returns: java.lang.String - The print date time.
setPrintDateTime(String value)
public void setPrintDateTime(String value)
Gets or sets the print date time.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The print date time. |
getDocumentTemplate()
public String getDocumentTemplate()
Gets or sets the document template.
Returns: java.lang.String - The document template.
setDocumentTemplate(String value)
public void setDocumentTemplate(String value)
Gets or sets the document template.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The document template. |
getAutomaticReload()
public String getAutomaticReload()
Gets or sets the automatic reload.
Returns: java.lang.String - The automatic reload.
setAutomaticReload(String value)
public void setAutomaticReload(String value)
Gets or sets the automatic reload.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The automatic reload. |
getHyperlinkBehavior()
public String getHyperlinkBehavior()
Gets or sets the hyperlink behavior.
Returns: java.lang.String - The hyperlink behavior.
setHyperlinkBehavior(String value)
public void setHyperlinkBehavior(String value)
Gets or sets the hyperlink behavior.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The hyperlink behavior. |
getLanguage()
public String getLanguage()
Gets or sets the language.
Returns: java.lang.String - The language.
setLanguage(String value)
public void setLanguage(String value)
Gets or sets the language.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The language. |
getEditingCycles()
public String getEditingCycles()
Gets or sets the editing cycles.
Returns: java.lang.String - The editing cycles.
setEditingCycles(String value)
public void setEditingCycles(String value)
Gets or sets the editing cycles.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The editing cycles. |
getEditingDuration()
public String getEditingDuration()
Gets or sets the duration of the editing.
Returns: java.lang.String - The duration of the editing.
setEditingDuration(String value)
public void setEditingDuration(String value)
Gets or sets the duration of the editing.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The duration of the editing. |
getDocumentStatistics()
public String getDocumentStatistics()
Gets or sets the document statistics.
Returns: java.lang.String - The document statistics.
setDocumentStatistics(String value)
public void setDocumentStatistics(String value)
Gets or sets the document statistics.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The document statistics. |