Uses of Class
org.apache.poi.xslf.usermodel.XSLFTextRun
Packages that use XSLFTextRun
-
Uses of XSLFTextRun in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return XSLFTextRunModifier and TypeMethodDescriptionXSLFTextParagraph.addLineBreak()
Insert a line breakXSLFTextParagraph.addNewTextRun()
Add a new run of textXSLFTextShape.appendText
(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) Methods in org.apache.poi.xslf.usermodel that return types with arguments of type XSLFTextRun