Uses of Interface
org.apache.poi.sl.usermodel.Sheet

Packages that use Sheet
org.apache.poi.hslf.usermodel   
org.apache.poi.sl.draw   
org.apache.poi.sl.usermodel   
org.apache.poi.xslf.usermodel   
 

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

Classes in org.apache.poi.hslf.usermodel that implement Sheet
 class HSLFMasterSheet
          The superclass of all master sheets - Slide masters, Notes masters, etc.
 class HSLFNotes
          This class represents a slide's notes in a PowerPoint Document.
 class HSLFSheet
          This class defines the common format of "Sheets" in a powerpoint document.
 class HSLFSlide
          This class represents a slide in a PowerPoint Document.
 class HSLFSlideMaster
          SlideMaster determines the graphics, layout, and formatting for all the slides in a given presentation.
 class HSLFTitleMaster
          Title masters define the design template for slides with a Title Slide layout.
 

Uses of Sheet in org.apache.poi.sl.draw
 

Fields in org.apache.poi.sl.draw declared as Sheet
protected  Sheet<?,?> DrawSheet.sheet
           
 

Methods in org.apache.poi.sl.draw with parameters of type Sheet
 DrawSheet DrawFactory.getDrawable(Sheet<?,?> sheet)
           
 

Constructors in org.apache.poi.sl.draw with parameters of type Sheet
DrawSheet(Sheet<?,?> sheet)
           
 

Uses of Sheet in org.apache.poi.sl.usermodel
 

Subinterfaces of Sheet in org.apache.poi.sl.usermodel
 interface MasterSheet<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
           
 interface Notes<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
           
 interface Slide<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
           
 

Methods in org.apache.poi.sl.usermodel that return Sheet
 Sheet<S,P> Shape.getSheet()
           
 Sheet<S,P> PlaceableShape.getSheet()
           
 

Uses of Sheet in org.apache.poi.xslf.usermodel
 

Classes in org.apache.poi.xslf.usermodel that implement Sheet
 class XSLFNotes
           
 class XSLFNotesMaster
          Notes master object associated with this layout.
 class XSLFSheet
           
 class XSLFSlide
           
 class XSLFSlideLayout
           
 class XSLFSlideMaster
          Slide master object associated with this layout.
 



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