Uses of Class
org.apache.poi.hslf.usermodel.RichTextRun

Packages that use RichTextRun
org.apache.poi.hslf.model   
 

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

Fields in org.apache.poi.hslf.model declared as RichTextRun
protected  RichTextRun[] TextRun._rtRuns
           
 

Methods in org.apache.poi.hslf.model that return RichTextRun
 RichTextRun TextRun.appendText(java.lang.String s)
          Adds the supplied text onto the end of the TextRun, creating a new RichTextRun (returned) for it to sit in.
 RichTextRun TextRun.getRichTextRunAt(int pos)
          Fetch RichTextRun at a given position
 RichTextRun[] TextRun.getRichTextRuns()
          Fetch the rich text runs (runs of text with the same styling) that are contained within this block of text
 

Methods in org.apache.poi.hslf.model with parameters of type RichTextRun
 void TextRun.changeTextInRichTextRun(RichTextRun run, java.lang.String s)
          Handles an update to the text stored in one of the Rich Text Runs
 



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