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
protected  XSLFTextParagraph XSLFTextShape.newTextParagraph(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraph p)
          Helper method to allow subclasses to provide their own text paragraph
 

Methods in org.apache.poi.xslf.usermodel that return types with arguments of type XSLFTextParagraph
 MasterSheet<XSLFShape,XSLFTextParagraph> XMLSlideShow.createMasterSheet()
           
 MasterSheet<XSLFShape,XSLFTextParagraph> XSLFNotesMaster.getMasterSheet()
           
 java.util.List<java.util.List<XSLFTextParagraph>> XSLFNotes.getTextParagraphs()
           
 java.util.List<XSLFTextParagraph> XSLFTextShape.getTextParagraphs()
           
 java.util.Iterator<XSLFTextParagraph> XSLFTextShape.iterator()
           
 

Method parameters in org.apache.poi.xslf.usermodel with type arguments of type XSLFTextParagraph
 void XSLFHyperlink.linkToSlide(Slide<XSLFShape,XSLFTextParagraph> slide)
           
 void XSLFSlide.setNotes(Notes<XSLFShape,XSLFTextParagraph> notes)
           
 

Constructors in org.apache.poi.xslf.usermodel with parameters of type XSLFTextParagraph
XSLFTextRun(org.apache.xmlbeans.XmlObject r, XSLFTextParagraph p)
           
 



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