Uses of Class
org.apache.poi.xslf.usermodel.XSLFTextRun
-
Packages that use XSLFTextRun Package Description org.apache.poi.xslf.model org.apache.poi.xslf.usermodel -
-
Uses of XSLFTextRun in org.apache.poi.xslf.model
Constructors in org.apache.poi.xslf.model with parameters of type XSLFTextRun Constructor Description CharacterPropertyFetcher(XSLFTextRun run, CharacterPropertyFetcher.CharPropFetcher<T> fetcher) -
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(String text, boolean newParagraph)protected XSLFTextRunXSLFTextParagraph. newTextRun(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(String text)Methods in org.apache.poi.xslf.usermodel that return types with arguments of type XSLFTextRun Modifier and Type Method Description List<XSLFTextRun>XSLFTextParagraph. getTextRuns()Iterator<XSLFTextRun>XSLFTextParagraph. iterator()Methods in org.apache.poi.xslf.usermodel with parameters of type XSLFTextRun Modifier and Type Method Description booleanXSLFTextParagraph. removeTextRun(XSLFTextRun textRun)Remove a text run
-