Uses of Class
org.apache.poi.hslf.model.TextRun

Packages that use TextRun
org.apache.poi.hslf.model   
org.apache.poi.hslf.usermodel   
 

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

Methods in org.apache.poi.hslf.model that return TextRun
 TextRun TextShape.createTextRun()
           
static TextRun[] Sheet.findTextRuns(PPDrawing ppdrawing)
          For a given PPDrawing, grab all the TextRuns
 TextRun TextShape.getTextRun()
           
 TextRun[] TitleMaster.getTextRuns()
          Returns an array of all the TextRuns found
 TextRun[] SlideMaster.getTextRuns()
          Returns an array of all the TextRuns found
 TextRun[] Slide.getTextRuns()
          Returns an array of all the TextRuns found
abstract  TextRun[] Sheet.getTextRuns()
          Returns an array of all the TextRuns in the sheet.
 TextRun[] Notes.getTextRuns()
          Returns an array of all the TextRuns found
 

Methods in org.apache.poi.hslf.model with parameters of type TextRun
 java.text.AttributedString TextPainter.getAttributedString(TextRun txrun)
          Convert the underlying set of rich text runs into java.text.AttributedString
 

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

Constructors in org.apache.poi.hslf.usermodel with parameters of type TextRun
RichTextRun(TextRun parent, int startAt, int len)
          Create a new wrapper around a (currently not) rich text string
RichTextRun(TextRun parent, int startAt, int len, TextPropCollection pStyle, TextPropCollection cStyle, boolean pShared, boolean cShared)
          Create a new wrapper around a rich text string