Package | Description |
---|---|
org.apache.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
XSSFTextRun |
XSSFTextParagraph.addLineBreak()
Insert a line break
|
XSSFTextRun |
XSSFTextParagraph.addNewTextRun()
Add a new run of text
|
Modifier and Type | Method and Description |
---|---|
java.util.List<XSSFTextRun> |
XSSFTextParagraph.getTextRuns() |
java.util.Iterator<XSSFTextRun> |
XSSFTextParagraph.iterator() |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.