Uses of Class
org.apache.poi.xslf.usermodel.XSLFTextParagraph

Packages that use XSLFTextParagraph
org.apache.poi.xslf.usermodel   
 

Uses of XSLFTextParagraph in org.apache.poi.xslf.usermodel
 

Methods in org.apache.poi.xslf.usermodel that return XSLFTextParagraph
 XSLFTextParagraph XSLFTextShape.addNewTextParagraph()
          add a new paragraph run to this shape
 

Methods in org.apache.poi.xslf.usermodel that return types with arguments of type XSLFTextParagraph
 java.util.List<XSLFTextParagraph> XSLFTextShape.getTextParagraphs()
           
 java.util.Iterator<XSLFTextParagraph> XSLFTextShape.iterator()
           
 



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