Package com.independentsoft.office.odf
Class MetaData
java.lang.Object
com.independentsoft.office.odf.MetaData
Represents a metadata elements for a document that are not specified by a manifest.rdf file.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MetaData
public MetaData()Initializes a new instance of the MetaData class. -
MetaData
Instantiates a new meta data.- Parameters:
buffer- the buffer- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
Creates a new object that is a deep copy of the current instance. -
toString
Converts the value of the current MetaData object to its equivalent string representation.
-