Uses of Class
org.apache.poi.hslf.record.PPDrawing

Packages that use PPDrawing
org.apache.poi.hslf.model   
org.apache.poi.hslf.record   
 

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

Methods in org.apache.poi.hslf.model that return PPDrawing
protected  PPDrawing Sheet.getPPDrawing()
          Fetch the PPDrawing from the underlying record
 

Methods in org.apache.poi.hslf.model with parameters of type PPDrawing
static TextRun[] Sheet.findTextRuns(PPDrawing ppdrawing)
          For a given PPDrawing, grab all the TextRuns
 

Uses of PPDrawing in org.apache.poi.hslf.record
 

Methods in org.apache.poi.hslf.record that return PPDrawing
 PPDrawing Slide.getPPDrawing()
          Returns the PPDrawing of this Slide, which has all the interesting data in it
abstract  PPDrawing SheetContainer.getPPDrawing()
          Returns the PPDrawing of this sheet, which has all the interesting data in it
 PPDrawing Notes.getPPDrawing()
          Returns the PPDrawing of this Notes, which has all the interesting data in it
 PPDrawing MainMaster.getPPDrawing()
          Returns the PPDrawing of this Slide, which has all the interesting data in it
 



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