Uses of Interface
org.apache.poi.sl.usermodel.MasterSheet
Packages that use MasterSheet
Package
Description
-
Uses of MasterSheet in org.apache.poi.hslf.usermodel
Classes in org.apache.poi.hslf.usermodel that implement MasterSheetModifier and TypeClassDescriptionclassThe superclass of all master sheets - Slide masters, Notes masters, etc.final classSlideMaster determines the graphics, layout, and formatting for all the slides in a given presentation.final classTitle masters define the design template for slides with a Title Slide layout.Methods in org.apache.poi.hslf.usermodel that return MasterSheet -
Uses of MasterSheet in org.apache.poi.sl.draw
Methods in org.apache.poi.sl.draw with parameters of type MasterSheetConstructors in org.apache.poi.sl.draw with parameters of type MasterSheet -
Uses of MasterSheet in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return MasterSheetModifier and TypeMethodDescriptionSlideShow.createMasterSheet()Sheet.getMasterSheet()Slide.getSlideLayout()Methods in org.apache.poi.sl.usermodel that return types with arguments of type MasterSheetModifier and TypeMethodDescriptionList<? 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 MasterSheetModifier and TypeClassDescriptionclassNotes master object associated with this layout.classclassSlide master object associated with this layout.Methods in org.apache.poi.xslf.usermodel that return MasterSheetModifier and TypeMethodDescriptionXMLSlideShow.createMasterSheet()XSLFNotesMaster.getMasterSheet()