Class ShapeTextBody
java.lang.Object
com.independentsoft.office.spreadsheet.drawing.ShapeTextBody
The Class ShapeTextBody.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new shape text body.ShapeTextBody(InternalXMLStreamReader reader)Instantiates a new shape text body. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the paragraphs.Gets the text body properties.Gets the text list style.voidsetTextListStyle(TextListStyle textListStyle)Sets the text list style.toString()
-
Constructor Details
-
ShapeTextBody
public ShapeTextBody()Instantiates a new shape text body. -
ShapeTextBody
Instantiates a new shape text body.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
-
toString
-
getTextBodyProperties
Gets the text body properties.- Returns:
- the text body properties
-
getTextListStyle
Gets the text list style.- Returns:
- the text list style
-
setTextListStyle
Sets the text list style.- Parameters:
textListStyle- the new text list style
-
getParagraphs
Gets the paragraphs.- Returns:
- the paragraphs
-