Uses of Class
org.apache.poi.xssf.usermodel.XSSFTextParagraph
Packages that use XSSFTextParagraph
-
Uses of XSSFTextParagraph in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return XSSFTextParagraphModifier and TypeMethodDescriptionXSSFSimpleShape.addNewTextParagraph()Add a new paragraph run to this shapeXSSFSimpleShape.addNewTextParagraph(String text) Add a new paragraph run to this shape, set to the provided stringXSSFSimpleShape.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 XSSFTextParagraphModifier and TypeMethodDescriptionXSSFSimpleShape.getTextParagraphs()Returns a collection of the XSSFTextParagraphs that are attached to this shapeXSSFSimpleShape.iterator()