Uses of Class
org.apache.poi.xslf.usermodel.XSLFTextRun
-
Packages that use XSLFTextRun Package Description org.apache.poi.xslf.usermodel -
-
Uses of XSLFTextRun in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return XSLFTextRun Modifier and Type Method Description XSLFTextRun
XSLFTextParagraph. addLineBreak()
Insert a line breakXSLFTextRun
XSLFTextParagraph. addNewTextRun()
Add a new run of textXSLFTextRun
XSLFTextShape. appendText(java.lang.String text, boolean newParagraph)
protected XSLFTextRun
XSLFTextParagraph. newTextRun(org.apache.xmlbeans.XmlObject r)
Helper method to allow subclasses to provide their own text runprotected XSLFTextRun
XSLFTextParagraph. newTextRun(org.openxmlformats.schemas.drawingml.x2006.main.CTTextLineBreak r)
XSLFTextRun
XSLFTextShape. setText(java.lang.String text)
Methods in org.apache.poi.xslf.usermodel that return types with arguments of type XSLFTextRun Modifier and Type Method Description java.util.List<XSLFTextRun>
XSLFTextParagraph. getTextRuns()
java.util.Iterator<XSLFTextRun>
XSLFTextParagraph. iterator()
-