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