Uses of Interface
org.apache.poi.sl.usermodel.TextRun

Packages that use TextRun
org.apache.poi.hslf.usermodel   
org.apache.poi.sl.draw   
org.apache.poi.sl.usermodel   
org.apache.poi.xslf.usermodel   
 

Uses of TextRun in org.apache.poi.hslf.usermodel
 

Classes in org.apache.poi.hslf.usermodel that implement TextRun
 class HSLFTextRun
          Represents a run of text, all with the same style
 

Uses of TextRun in org.apache.poi.sl.draw
 

Methods in org.apache.poi.sl.draw with parameters of type TextRun
protected  java.lang.String DrawTextParagraph.getRenderableText(TextRun tr)
           
 

Uses of TextRun in org.apache.poi.sl.usermodel
 

Classes in org.apache.poi.sl.usermodel with type parameters of type TextRun
 interface TextParagraph<S extends Shape<S,P>,P extends TextParagraph<S,P,T>,T extends TextRun>
           
 

Methods in org.apache.poi.sl.usermodel that return TextRun
 TextRun TextShape.appendText(java.lang.String text, boolean newParagraph)
          Adds the supplied text onto the end of the TextParagraphs, creating a new RichTextRun for it to sit in.
 TextRun TextShape.setText(java.lang.String text)
          Sets (overwrites) the current text.
 

Uses of TextRun in org.apache.poi.xslf.usermodel
 

Classes in org.apache.poi.xslf.usermodel that implement TextRun
 class XSLFTextRun
          Represents a run of text within the containing text body.
 



Copyright 2016 The Apache Software Foundation or its licensors, as applicable.