OdMetadata

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.opendocument.OdObject

public class OdMetadata extends OdObject

The Metadata of open document

Constructors

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

Methods

MethodDescription
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:

ParameterTypeDescription
parentOdObjectThe 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:

ParameterTypeDescription
valuejava.lang.StringThe 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:

ParameterTypeDescription
valuejava.lang.StringThe 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:

ParameterTypeDescription
valuejava.lang.StringThe 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:

ParameterTypeDescription
valuejava.lang.StringThe 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:

ParameterTypeDescription
valuejava.lang.StringThe 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:

ParameterTypeDescription
valuejava.lang.StringThe 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:

ParameterTypeDescription
valuejava.lang.StringThe 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:

ParameterTypeDescription
valuejava.lang.StringThe 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:

ParameterTypeDescription
valuejava.lang.StringThe 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:

ParameterTypeDescription
valuejava.lang.StringThe 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:

ParameterTypeDescription
valuejava.lang.StringThe 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:

ParameterTypeDescription
valuejava.lang.StringThe 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:

ParameterTypeDescription
valuejava.lang.StringThe 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:

ParameterTypeDescription
valuejava.lang.StringThe 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:

ParameterTypeDescription
valuejava.lang.StringThe 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:

ParameterTypeDescription
valuejava.lang.StringThe 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:

ParameterTypeDescription
valuejava.lang.StringThe 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:

ParameterTypeDescription
valuejava.lang.StringThe document statistics.