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 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 HSLFMasterSheetModifier and TypeMethodDescriptionHSLFNotes.getMasterSheet()Returnnull- Notes Masters are not yet supportedabstract HSLFMasterSheetHSLFSheet.getMasterSheet()Return the master sheet .HSLFSlide.getMasterSheet()Returns master sheet associated with this slide.HSLFSlideMaster.getMasterSheet()Returnsnullsince 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 TypeMethodDescriptionvoidHSLFSlide.setMasterSheet(HSLFMasterSheet master) Change Master of this slide.