Uses of Class
org.apache.poi.xssf.usermodel.XSSFTextRun
-
Packages that use XSSFTextRun Package Description org.apache.poi.xssf.usermodel -
-
Uses of XSSFTextRun in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return XSSFTextRun Modifier and Type Method Description XSSFTextRun
XSSFTextParagraph. addLineBreak()
Insert a line breakXSSFTextRun
XSSFTextParagraph. addNewTextRun()
Add a new run of textMethods in org.apache.poi.xssf.usermodel that return types with arguments of type XSSFTextRun Modifier and Type Method Description java.util.List<XSSFTextRun>
XSSFTextParagraph. getTextRuns()
java.util.Iterator<XSSFTextRun>
XSSFTextParagraph. iterator()
-