org.apache.poi.hslf.model
Class MasterSheet

java.lang.Object
  extended by org.apache.poi.hslf.model.Sheet
      extended by org.apache.poi.hslf.model.MasterSheet
Direct Known Subclasses:
SlideMaster

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

Constructor Summary
MasterSheet()
           
 
Method Summary
 
Methods inherited from class org.apache.poi.hslf.model.Sheet
_getSheetNumber, _getSheetRefId, addShape, findTextRuns, findTextRuns, getColorScheme, getMasterSheet, getPPDrawing, getShapes, getSlideShow, getTextRuns, setSlideShow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MasterSheet

public MasterSheet()


Copyright 2007 The Apache Software Foundation or its licensors, as applicable.