Uses of Interface
org.apache.poi.sl.usermodel.Sheet
-
Packages that use Sheet Package Description 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 Modifier and Type Field Description protected Sheet<?,?>
DrawSheet. sheet
Methods in org.apache.poi.sl.draw with parameters of type Sheet Modifier and Type Method Description DrawSheet
DrawFactory. getDrawable(Sheet<?,?> sheet)
Constructors in org.apache.poi.sl.draw with parameters of type Sheet Constructor Description DrawSheet(Sheet<?,?> sheet)
-
Uses of Sheet in org.apache.poi.sl.usermodel
Subinterfaces of Sheet in org.apache.poi.sl.usermodel Modifier and Type Interface Description interface
MasterSheet<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
interface
Notes<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
interface
Slide<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
Methods in org.apache.poi.sl.usermodel that return Sheet Modifier and Type Method Description Sheet<S,P>
PlaceableShape. getSheet()
Sheet<S,P>
Shape. getSheet()
-