Package com.independentsoft.office.odf
Class TextDocumentContent
java.lang.Object
com.independentsoft.office.odf.TextDocumentContent
The Class TextDocumentContent.
-
Constructor Summary
ConstructorsConstructorDescriptionTextDocumentContent(byte[] buffer, Document mainDocument)Instantiates a new text document content. -
Method Summary
-
Constructor Details
-
TextDocumentContent
Instantiates a new text document content.- Parameters:
buffer- the buffermainDocument- the main document- 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 TextDocumentContent object to its equivalent string representation.
-