Package com.independentsoft.office.word
Class TextBoxContent
java.lang.Object
com.independentsoft.office.word.TextBoxContent
The Class TextBoxContent.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new text box content.TextBoxContent(InternalXMLStreamReader reader)Instantiates a new text box content. -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds the.voidadd(StructuredDocumentTag structuredDocumentTag)Adds the.voidadd(IBlockElement contentElement)Adds the.voidAdds the.voidAdds the.clone()Gets the content.toString()
-
Constructor Details
-
TextBoxContent
public TextBoxContent()Instantiates a new text box content. -
TextBoxContent
Instantiates a new text box content.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
add
Adds the.- Parameters:
paragraph- the paragraph
-
add
Adds the.- Parameters:
table- the table
-
add
Adds the.- Parameters:
customXml- the custom xml
-
add
Adds the.- Parameters:
structuredDocumentTag- the structured document tag
-
add
Adds the.- Parameters:
contentElement- the content element
-
clone
-
toString
-
getContent
Gets the content.- Returns:
- the content
-