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.addNewTextRun()
           
 

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 2011 The Apache Software Foundation or its licensors, as applicable.