Uses of Class
org.apache.poi.xssf.usermodel.XSSFTextParagraph
-
Packages that use XSSFTextParagraph Package Description org.apache.poi.xssf.usermodel -
-
Uses of XSSFTextParagraph in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return XSSFTextParagraph Modifier and Type Method Description XSSFTextParagraph
XSSFSimpleShape. addNewTextParagraph()
Add a new paragraph run to this shapeXSSFTextParagraph
XSSFSimpleShape. addNewTextParagraph(java.lang.String text)
Add a new paragraph run to this shape, set to the provided stringXSSFTextParagraph
XSSFSimpleShape. addNewTextParagraph(XSSFRichTextString str)
Add a new paragraph run to this shape, set to the provided rich text stringMethods in org.apache.poi.xssf.usermodel that return types with arguments of type XSSFTextParagraph Modifier and Type Method Description java.util.List<XSSFTextParagraph>
XSSFSimpleShape. getTextParagraphs()
Returns a collection of the XSSFTextParagraphs that are attached to this shapejava.util.Iterator<XSSFTextParagraph>
XSSFSimpleShape. iterator()
-