Uses of Interface
org.apache.poi.sl.usermodel.Sheet
-
Packages that use Sheet Package Description 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 Modifier and Type Class Description 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 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()
-
Uses of Sheet in org.apache.poi.xslf.usermodel
Classes in org.apache.poi.xslf.usermodel that implement Sheet Modifier and Type Class Description 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.
-