Package org.apache.poi.hslf.record
Class SheetContainer
- java.lang.Object
-
- org.apache.poi.hslf.record.Record
-
- org.apache.poi.hslf.record.RecordContainer
-
- org.apache.poi.hslf.record.PositionDependentRecordContainer
-
- org.apache.poi.hslf.record.SheetContainer
-
- All Implemented Interfaces:
PositionDependentRecord
- Direct Known Subclasses:
MainMaster
,Notes
,Slide
public abstract class SheetContainer extends PositionDependentRecordContainer
The superclass of all sheet container records - Slide, Notes, MainMaster, etc.
-
-
Constructor Summary
Constructors Constructor Description SheetContainer()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract ColorSchemeAtom
getColorScheme()
abstract PPDrawing
getPPDrawing()
Returns the PPDrawing of this sheet, which has all the interesting data in it-
Methods inherited from class org.apache.poi.hslf.record.PositionDependentRecordContainer
getLastOnDiskOffset, getSheetId, setLastOnDiskOffset, setSheetId, updateOtherRecordReferences
-
Methods inherited from class org.apache.poi.hslf.record.RecordContainer
addChildAfter, addChildBefore, appendChildRecord, findFirstOfType, getChildRecords, handleParentAwareRecords, isAnAtom, moveChildBefore, moveChildrenAfter, moveChildrenBefore, removeChild, setChildRecord, writeOut
-
Methods inherited from class org.apache.poi.hslf.record.Record
buildRecordAtOffset, createRecordForType, findChildRecords, getRecordType, writeLittleEndian, writeLittleEndian, writeOut
-
-
-
-
Method Detail
-
getPPDrawing
public abstract PPDrawing getPPDrawing()
Returns the PPDrawing of this sheet, which has all the interesting data in it
-
getColorScheme
public abstract ColorSchemeAtom getColorScheme()
-
-