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 TypeClassDescriptionclass
The superclass of all master sheets - Slide masters, Notes masters, etc.final class
SlideMaster determines the graphics, layout, and formatting for all the slides in a given presentation.final class
Title 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 TypeClassDescriptionclass
Notes master object associated with this layout.class
class
Slide master object associated with this layout.Methods in org.apache.poi.xslf.usermodel that return MasterSheetModifier and TypeMethodDescriptionXMLSlideShow.createMasterSheet()
XSLFNotesMaster.getMasterSheet()