FileDocCategorySizeDatePackage
MasterSheet.javaAPI DocApache Poi 3.0.11562Thu May 31 18:45:28 BST 2007org.apache.poi.hslf.model

MasterSheet

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

Fields Summary
Constructors Summary
public MasterSheet(SheetContainer container, int sheetNo)

        super(container, sheetNo);
    
Methods Summary
public abstract org.apache.poi.hslf.model.textproperties.TextPropgetStyleAttribute(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.