Uses of Interface
org.apache.poi.sl.usermodel.MasterSheet
-
Packages that use MasterSheet Package Description org.apache.poi.hslf.usermodel org.apache.poi.sl.draw org.apache.poi.sl.usermodel org.apache.poi.xslf.usermodel -
-
Uses of MasterSheet in org.apache.poi.hslf.usermodel
Classes in org.apache.poi.hslf.usermodel that implement MasterSheet Modifier and Type Class Description classHSLFMasterSheetThe superclass of all master sheets - Slide masters, Notes masters, etc.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.Methods in org.apache.poi.hslf.usermodel that return MasterSheet Modifier and Type Method Description MasterSheet<HSLFShape,HSLFTextParagraph>HSLFSlideShow. createMasterSheet() -
Uses of MasterSheet in org.apache.poi.sl.draw
Methods in org.apache.poi.sl.draw with parameters of type MasterSheet Modifier and Type Method Description DrawMasterSheetDrawFactory. getDrawable(MasterSheet<?,?> sheet)Constructors in org.apache.poi.sl.draw with parameters of type MasterSheet Constructor Description DrawMasterSheet(MasterSheet<?,?> sheet) -
Uses of MasterSheet in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return MasterSheet Modifier and Type Method Description MasterSheet<S,P>SlideShow. createMasterSheet()MasterSheet<S,P>Sheet. getMasterSheet()MasterSheetSlide. getSlideLayout()Methods in org.apache.poi.sl.usermodel that return types with arguments of type MasterSheet Modifier and Type Method Description java.util.List<? extends MasterSheet<S,P>>SlideShow. getSlideMasters()Returns all slide masters. -
Uses of MasterSheet in org.apache.poi.xslf.usermodel
Classes in org.apache.poi.xslf.usermodel that implement MasterSheet Modifier and Type Class Description classXSLFNotesMasterNotes master object associated with this layout.classXSLFSlideLayoutclassXSLFSlideMasterSlide master object associated with this layout.Methods in org.apache.poi.xslf.usermodel that return MasterSheet Modifier and Type Method Description MasterSheet<XSLFShape,XSLFTextParagraph>XMLSlideShow. createMasterSheet()MasterSheet<XSLFShape,XSLFTextParagraph>XSLFNotesMaster. getMasterSheet()
-