MasterSheetpublic 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. |
Constructors Summary |
---|
public MasterSheet(SheetContainer container, int sheetNo)
super(container, sheetNo);
|
|