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

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

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

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



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