| java.lang.Object org.apache.poi.hslf.model.Sheet org.apache.poi.hslf.model.MasterSheet
All known Subclasses: org.apache.poi.hslf.model.SlideMaster, org.apache.poi.hslf.model.TitleMaster,
MasterSheet | abstract public class MasterSheet extends Sheet (Code) | | The superclass of all master sheets - Slide masters, Notes masters, etc.
For now it's empty. When we understand more about masters in ppt we will add the common functionality here.
author: Yegor Kozlov |
Method Summary | |
abstract public TextProp | getStyleAttribute(int txtype, int level, String name, boolean isCharacter) Pickup a style attribute from the master. |
getStyleAttribute | abstract 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.
|
|
|