org.apache.poi.hslf.model
Class MasterSheet
java.lang.Object
org.apache.poi.hslf.model.Sheet
org.apache.poi.hslf.model.MasterSheet
- Direct Known Subclasses:
- SlideMaster, TitleMaster
public abstract class MasterSheet
- extends Sheet
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 TextProp |
getStyleAttribute(int txtype,
int level,
java.lang.String name,
boolean isCharacter)
Pickup a style attribute from the master. |
Methods inherited from class org.apache.poi.hslf.model.Sheet |
_getSheetNumber, _getSheetRefId, addShape, findTextRuns, findTextRuns, getBackground, getColorScheme, getMasterSheet, getPPDrawing, getShapes, getSheetContainer, getSlideShow, getTextRuns, setSlideShow |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MasterSheet
public MasterSheet(SheetContainer container,
int sheetNo)
getStyleAttribute
public abstract TextProp getStyleAttribute(int txtype,
int level,
java.lang.String name,
boolean isCharacter)
- Pickup a style attribute from the master.
This is the "workhorse" which returns the default style attrubutes.
Copyright 2008 The Apache Software Foundation or
its licensors, as applicable.