Package | Description |
---|---|
org.apache.poi.hslf.usermodel |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
HSLFMasterSheet |
HSLFTitleMaster.getMasterSheet()
Returns the slide master for this title master.
|
abstract HSLFMasterSheet |
HSLFSheet.getMasterSheet()
Return the master sheet .
|
HSLFMasterSheet |
HSLFSlide.getMasterSheet()
Returns master sheet associated with this slide.
|
HSLFMasterSheet |
HSLFSlideMaster.getMasterSheet()
Returns
null since SlideMasters doen't have master sheet. |
HSLFMasterSheet |
HSLFNotes.getMasterSheet()
Return
null - Notes Masters are not yet supported |
HSLFMasterSheet |
HSLFSlide.getSlideLayout() |
Modifier and Type | Method and Description |
---|---|
void |
HSLFSlide.setMasterSheet(HSLFMasterSheet master)
Change Master of this slide.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.