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 XSLFTextRunXSLFTextParagraph. addLineBreak()Insert a line breakXSLFTextRunXSLFTextParagraph. addNewTextRun()Add a new run of textXSLFTextRunXSLFTextShape. appendText(java.lang.String text, boolean newParagraph)protected XSLFTextRunXSLFTextParagraph. newTextRun(org.apache.xmlbeans.XmlObject r)Helper method to allow subclasses to provide their own text runprotected XSLFTextRunXSLFTextParagraph. newTextRun(org.openxmlformats.schemas.drawingml.x2006.main.CTTextLineBreak r)XSLFTextRunXSLFTextShape. 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()
-