XSLFTextRun |
XSLFTextParagraph.addLineBreak()
Insert a line break
|
XSLFTextRun |
XSLFTextParagraph.addNewTextRun()
Add a new run of text
|
XSLFTextRun |
XSLFTextShape.appendText(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(String text) |