|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XSLFTextRun | |
---|---|
org.apache.poi.xslf.usermodel |
Uses of XSLFTextRun in org.apache.poi.xslf.usermodel |
---|
Methods in org.apache.poi.xslf.usermodel that return XSLFTextRun | |
---|---|
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.CTRegularTextRun r)
Helper method to allow subclasses to provide their own text run |
XSLFTextRun |
XSLFTextShape.setText(java.lang.String text)
|
Methods in org.apache.poi.xslf.usermodel that return types with arguments of type XSLFTextRun | |
---|---|
java.util.List<XSLFTextRun> |
XSLFTextParagraph.getTextRuns()
|
java.util.Iterator<XSLFTextRun> |
XSLFTextParagraph.iterator()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |