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

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

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> PlaceableShape.getSheet()
           
 Sheet<S,P> Shape.getSheet()
           
 



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