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.
 

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

Methods in org.apache.poi.hslf.model with parameters of type Sheet
 void TextShape.setSheet(Sheet sheet)
           
 void TextRun.setSheet(Sheet sheet)
           
 void Table.setSheet(Sheet sheet)
          Assign the SlideShow this shape belongs to
 void Shape.setSheet(Sheet sheet)
          Assign the SlideShow this shape belongs to
 

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