Package | Description |
---|---|
org.apache.poi.xslf.usermodel |
Modifier and Type | Method and Description |
---|---|
XSLFTextRun |
XSLFTextParagraph.addLineBreak()
Insert a line break
|
XSLFTextRun |
XSLFTextParagraph.addNewTextRun()
Add a new run of text
|
XSLFTextRun |
XSLFTextShape.appendText(java.lang.String text,
boolean newParagraph) |
protected XSLFTextRun |
XSLFTextParagraph.newTextRun(org.openxmlformats.schemas.drawingml.x2006.main.CTTextLineBreak r) |
protected XSLFTextRun |
XSLFTextParagraph.newTextRun(org.apache.xmlbeans.XmlObject r)
Helper method to allow subclasses to provide their own text run
|
XSLFTextRun |
XSLFTextShape.setText(java.lang.String text) |
Modifier and Type | Method and Description |
---|---|
java.util.List<XSLFTextRun> |
XSLFTextParagraph.getTextRuns() |
java.util.Iterator<XSLFTextRun> |
XSLFTextParagraph.iterator() |
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.