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

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

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

Subclasses of Sheet in org.apache.poi.hslf.model
 class Notes
          This class represents a slide's notes in a PowerPoint Document.
 class Slide
          This class represents a slide in a PowerPoint Document.
 

Fields in org.apache.poi.hslf.model declared as Sheet
protected  Sheet Shape._sheet
          The Sheet this shape belongs to
 

Methods in org.apache.poi.hslf.model that return Sheet
 Sheet Shape.getSheet()
           
 

Methods in org.apache.poi.hslf.model with parameters of type Sheet
protected  void TextBox.afterInsert(Sheet sh)
          When a textbox is added to a sheet we need to tell upper-level PPDrawing about it.
protected  void Picture.afterInsert(Sheet sh)
          By default set the orininal image size
protected  void Shape.afterInsert(Sheet sh)
          Event which fires when a shape is inserted in the sheet.
 void TextBox.setSheet(Sheet sheet)
           
 void Shape.setSheet(Sheet sheet)
          Assign the SlideShow this shape belongs to
 



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