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
 MasterSheet<XSLFShape,XSLFTextParagraph> XMLSlideShow.createMasterSheet()
           
 MasterSheet<XSLFShape,XSLFTextParagraph> XSLFNotesMaster.getMasterSheet()
           
 java.util.List<XSLFTextParagraph> XSLFTextShape.getTextParagraphs()
           
 java.util.List<java.util.List<XSLFTextParagraph>> XSLFNotes.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)
           
 



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