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 SlideMaster.getPPDrawing()
          Returns the PPDrawing associated with this slide master
protected abstract  PPDrawing Sheet.getPPDrawing()
          Fetch the PPDrawing from the underlying record
protected  PPDrawing Slide.getPPDrawing()
          Returns the PPDrawing associated with this slide, or null if there isn't one
protected  PPDrawing Notes.getPPDrawing()
           
 

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
 PPDrawing MainMaster.getPPDrawing()
          Returns the PPDrawing of this Slide, 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
 



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