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 XSSFTextParagraphXSSFSimpleShape. addNewTextParagraph()Add a new paragraph run to this shapeXSSFTextParagraphXSSFSimpleShape. addNewTextParagraph(String text)Add a new paragraph run to this shape, set to the provided stringXSSFTextParagraphXSSFSimpleShape. 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 List<XSSFTextParagraph>XSSFSimpleShape. getTextParagraphs()Returns a collection of the XSSFTextParagraphs that are attached to this shapeIterator<XSSFTextParagraph>XSSFSimpleShape. iterator()Spliterator<XSSFTextParagraph>XSSFSimpleShape. spliterator()
-