| Package | Description |
|---|---|
| org.apache.poi.xssf.usermodel |
| Modifier and Type | Method and Description |
|---|---|
XSSFTextParagraph |
XSSFSimpleShape.addNewTextParagraph()
Add a new paragraph run to this shape
|
XSSFTextParagraph |
XSSFSimpleShape.addNewTextParagraph(String text)
Add a new paragraph run to this shape, set to the provided string
|
XSSFTextParagraph |
XSSFSimpleShape.addNewTextParagraph(XSSFRichTextString str)
Add a new paragraph run to this shape, set to the provided rich text
string
|
| Modifier and Type | Method and Description |
|---|---|
List<XSSFTextParagraph> |
XSSFSimpleShape.getTextParagraphs()
Returns a collection of the XSSFTextParagraphs that are attached to this
shape
|
Iterator<XSSFTextParagraph> |
XSSFSimpleShape.iterator() |
Spliterator<XSSFTextParagraph> |
XSSFSimpleShape.spliterator() |