Package | Description |
---|---|
org.zkoss.poi.hslf.model |
Modifier and Type | Class and 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 and Description |
---|---|
MasterSheet |
TitleMaster.getMasterSheet()
Returns the slide master for this title master.
|
MasterSheet |
SlideMaster.getMasterSheet()
Returns
null since SlideMasters doen't have master sheet. |
MasterSheet |
Slide.getMasterSheet()
Returns master sheet associated with this slide.
|
abstract MasterSheet |
Sheet.getMasterSheet()
Return the master sheet .
|
MasterSheet |
Notes.getMasterSheet()
Return
null - Notes Masters are not yet supported |
Modifier and Type | Method and Description |
---|---|
void |
Slide.setMasterSheet(MasterSheet master)
Change Master of this slide.
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.