| java.lang.Object org.apache.poi.hslf.model.Sheet org.apache.poi.hslf.model.MasterSheet org.apache.poi.hslf.model.SlideMaster
SlideMaster | public class SlideMaster extends MasterSheet (Code) | | SlideMaster determines the graphics, layout, and formatting for all the slides in a given presentation.
It stores information about default font styles, placeholder sizes and positions,
background design, and color schemes.
author: Yegor Kozlov |
SlideMaster | public SlideMaster(MainMaster record, int sheetNo)(Code) | | Constructs a SlideMaster from the MainMaster record,
|
getMasterSheet | public MasterSheet getMasterSheet()(Code) | | Returns null since SlideMasters doen't have master sheet.
|
getStyleAttribute | public TextProp getStyleAttribute(int txtype, int level, String name, boolean isCharacter)(Code) | | Pickup a style attribute from the master.
This is the "workhorse" which returns the default style attrubutes.
|
getTextRuns | public TextRun[] getTextRuns()(Code) | | Returns an array of all the TextRuns found
|
setSlideShow | public void setSlideShow(SlideShow ss)(Code) | | Assign SlideShow for this slide master.
(Used interanlly)
|
Methods inherited from org.apache.poi.hslf.model.MasterSheet | abstract public TextProp getStyleAttribute(int txtype, int level, String name, boolean isCharacter)(Code)(Java Doc)
|
|
|