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

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

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

Methods in org.apache.poi.xslf.usermodel that return XSLFTextRun
 XSLFTextRun XSLFTextParagraph.addLineBreak()
          Insert a line break
 XSLFTextRun XSLFTextParagraph.addNewTextRun()
          Add a new run of text
 

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



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