Uses of Class
org.apache.poi.hslf.usermodel.HSLFMasterSheet
-
Packages that use HSLFMasterSheet Package Description org.apache.poi.hslf.usermodel -
-
Uses of HSLFMasterSheet in org.apache.poi.hslf.usermodel
Subclasses of HSLFMasterSheet in org.apache.poi.hslf.usermodel Modifier and Type Class Description 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 HSLFMasterSheet Modifier and Type Method Description HSLFMasterSheet
HSLFNotes. getMasterSheet()
Returnnull
- Notes Masters are not yet supportedabstract HSLFMasterSheet
HSLFSheet. getMasterSheet()
Return the master sheet .HSLFMasterSheet
HSLFSlide. getMasterSheet()
Returns master sheet associated with this slide.HSLFMasterSheet
HSLFSlideMaster. getMasterSheet()
Returnsnull
since SlideMasters doen't have master sheet.HSLFMasterSheet
HSLFTitleMaster. getMasterSheet()
Returns the slide master for this title master.HSLFMasterSheet
HSLFSlide. getSlideLayout()
Methods in org.apache.poi.hslf.usermodel with parameters of type HSLFMasterSheet Modifier and Type Method Description void
HSLFSlide. setMasterSheet(HSLFMasterSheet master)
Change Master of this slide.
-