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
The superclass of all sheet container records - Slide, Notes, MainMaster, etc.
-
Field Summary
Fields inherited from class org.apache.poi.hslf.record.RecordContainer
_children
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ColorSchemeAtom
abstract PPDrawing
Returns the PPDrawing of this sheet, which has all the interesting data in itMethods 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
-
Constructor Details
-
SheetContainer
public SheetContainer()
-
-
Method Details
-
getPPDrawing
Returns the PPDrawing of this sheet, which has all the interesting data in it -
getColorScheme
-