Package | Description |
---|---|
org.apache.poi.hslf.model |
Modifier and Type | Class | Description |
---|---|---|
class |
SlideMaster |
SlideMaster determines the graphics, layout, and formatting for all the slides in a given presentation.
|
class |
TitleMaster |
Title masters define the design template for slides with a Title Slide layout.
|
Modifier and Type | Method | Description |
---|---|---|
MasterSheet |
Notes.getMasterSheet() |
Return
null - Notes Masters are not yet supported |
abstract MasterSheet |
Sheet.getMasterSheet() |
Return the master sheet .
|
MasterSheet |
Slide.getMasterSheet() |
Returns master sheet associated with this slide.
|
MasterSheet |
SlideMaster.getMasterSheet() |
Returns
null since SlideMasters doen't have master sheet. |
MasterSheet |
TitleMaster.getMasterSheet() |
Returns the slide master for this title master.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Slide.setMasterSheet(MasterSheet master) |
Change Master of this slide.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.