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 classHSLFMasterSheetThe superclass of all master sheets - Slide masters, Notes masters, etc.classHSLFNotesThis class represents a slide's notes in a PowerPoint Document.classHSLFSheetThis class defines the common format of "Sheets" in a powerpoint document.classHSLFSlideThis class represents a slide in a PowerPoint Document.classHSLFSlideMasterSlideMaster determines the graphics, layout, and formatting for all the slides in a given presentation.classHSLFTitleMasterTitle 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. sheetMethods in org.apache.poi.sl.draw with parameters of type Sheet Modifier and Type Method Description DrawSheetDrawFactory. 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 interfaceMasterSheet<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceNotes<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceSlide<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 classXSLFNotesclassXSLFNotesMasterNotes master object associated with this layout.classXSLFSheetclassXSLFSlideclassXSLFSlideLayoutclassXSLFSlideMasterSlide master object associated with this layout.
-