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(java.lang.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 |
---|---|
java.util.List<XSSFTextParagraph> |
XSSFSimpleShape.getTextParagraphs()
Returns a collection of the XSSFTextParagraphs that are attached to this
shape
|
java.util.Iterator<XSSFTextParagraph> |
XSSFSimpleShape.iterator() |
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.