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 MasterSheet
          The superclass of all master sheets - Slide masters, Notes masters, etc.
 class Notes
          This class represents a slide's notes in a PowerPoint Document.
 class Slide
          This class represents a slide in a PowerPoint Document.
 class SlideMaster
          SlideMaster determines the graphics, layout, and formatting for all the slides in a given presentation.
 

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()
           
 Sheet TextRun.getSheet()
           
 

Methods in org.apache.poi.hslf.model with parameters of type Sheet
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.
protected  void TextBox.afterInsert(Sheet sh)
          When a textbox is added to a sheet we need to tell upper-level PPDrawing about it.
 void Shape.setSheet(Sheet sheet)
          Assign the SlideShow this shape belongs to
 void TextRun.setSheet(Sheet sheet)
           
 void TextBox.setSheet(Sheet sheet)
           
 



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