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
 

Methods in org.apache.poi.hslf.usermodel that return types with arguments of type TextRun
 TextShape<?,? extends TextParagraph<?,?,? extends TextRun>> HSLFTextShape.getMetroShape()
          Get alternative representation of text shape stored as metro blob escher property.
 

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

Methods in org.apache.poi.sl.draw that return types with arguments of type TextRun
protected  TextShape<?,? extends TextParagraph<?,?,? extends TextRun>> DrawFreeformShape.getShape()
           
protected  TextShape<?,? extends TextParagraph<?,?,? extends TextRun>> DrawTextShape.getShape()
           
 

Methods in org.apache.poi.sl.draw with parameters of type TextRun
protected  java.lang.String DrawTextParagraph.getRenderableText(java.awt.Graphics2D graphics, 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 2017 The Apache Software Foundation or its licensors, as applicable.