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 XSSFTextRunXSSFTextParagraph. addLineBreak()Insert a line breakXSSFTextRunXSSFTextParagraph. 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 List<XSSFTextRun>XSSFTextParagraph. getTextRuns()Iterator<XSSFTextRun>XSSFTextParagraph. iterator()
-