File
Doc
Category
Size
Date
Package
SheetContainer.java
API Doc
Apache Poi 3.0.1
1240
Thu May 31 18:45:28 BST 2007
org.apache.poi.hslf.record
SheetContainer
java.lang.Object
org.apache.poi.hslf.record.Record
org.apache.poi.hslf.record.RecordContainer
org.apache.poi.hslf.record.PositionDependentRecordContainer
public abstract class SheetContainer extends PositionDependentRecordContainer
The superclass of all sheet container records - Slide, Notes, MainMaster, etc.
Fields Summary
Constructors Summary
Methods Summary
public abstract
org.apache.poi.hslf.record.ColorSchemeAtom
getColorScheme
()
public abstract
org.apache.poi.hslf.record.PPDrawing
getPPDrawing
()
Returns the PPDrawing of this sheet, which has all the interesting data in it
Java Code Source