Uses of Class
org.apache.poi.xssf.usermodel.XSSFTextParagraph

Packages that use XSSFTextParagraph
org.apache.poi.xssf.usermodel   
 

Uses of XSSFTextParagraph in org.apache.poi.xssf.usermodel
 

Methods in org.apache.poi.xssf.usermodel that return XSSFTextParagraph
 XSSFTextParagraph XSSFSimpleShape.addNewTextParagraph()
          Add a new paragraph run to this shape
 XSSFTextParagraph XSSFSimpleShape.addNewTextParagraph(java.lang.String text)
          Add a new paragraph run to this shape, set to the provided string
 XSSFTextParagraph XSSFSimpleShape.addNewTextParagraph(XSSFRichTextString str)
          Add a new paragraph run to this shape, set to the provided rich text string
 

Methods in org.apache.poi.xssf.usermodel that return types with arguments of type XSSFTextParagraph
 java.util.List<XSSFTextParagraph> XSSFSimpleShape.getTextParagraphs()
          Returns a collection of the XSSFTextParagraphs that are attached to this shape
 java.util.Iterator<XSSFTextParagraph> XSSFSimpleShape.iterator()
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.