poi/src/scratchpad/src/org/apache/poi/hslf/model/MasterSheet.java

13 lines
315 B
Java
Raw Normal View History

package org.apache.poi.hslf.model;
/**
* 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
*/
public abstract class MasterSheet extends Sheet {
}