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 class
HSLFMasterSheet
The superclass of all master sheets - Slide masters, Notes masters, etc.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.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 DrawMasterSheet
DrawFactory. 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()
MasterSheet
Slide. 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 class
XSLFNotesMaster
Notes master object associated with this layout.class
XSLFSlideLayout
class
XSLFSlideMaster
Slide 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()
-