Uses of Class
org.apache.poi.xssf.usermodel.XSSFTextRun

Packages that use XSSFTextRun
org.apache.poi.xssf.usermodel   
 

Uses of XSSFTextRun in org.apache.poi.xssf.usermodel
 

Methods in org.apache.poi.xssf.usermodel that return XSSFTextRun
 XSSFTextRun XSSFTextParagraph.addLineBreak()
          Insert a line break
 XSSFTextRun XSSFTextParagraph.addNewTextRun()
          Add a new run of text
 

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



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