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.
 class TitleMaster
          Title masters define the design template for slides with a Title Slide layout.
 

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 ActiveXShape.afterInsert(Sheet sheet)
           
protected  void Picture.afterInsert(Sheet sh)
          By default set the orininal image size
protected  void Table.afterInsert(Sheet sh)
           
protected  void Shape.afterInsert(Sheet sh)
          Event which fires when a shape is inserted in the sheet.
protected  void TextShape.afterInsert(Sheet sh)
          When a textbox is added to a sheet we need to tell upper-level PPDrawing about it.
 void Table.setSheet(Sheet sheet)
          Assign the SlideShow this shape belongs to
 void Shape.setSheet(Sheet sheet)
          Assign the SlideShow this shape belongs to
 void TextRun.setSheet(Sheet sheet)
           
 void TextShape.setSheet(Sheet sheet)
           
 

Constructors in org.apache.poi.hslf.model with parameters of type Sheet
HeadersFooters(HeadersFootersContainer rec, Sheet sheet, boolean newRecord, boolean isPpt2007)
           
 



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