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