Package org.apache.poi.hslf.record
Class PPDrawingGroup
java.lang.Object
org.apache.poi.hslf.record.Record
org.apache.poi.hslf.record.RecordAtom
org.apache.poi.hslf.record.PPDrawingGroup
- All Implemented Interfaces:
GenericRecord
Container records which always exists inside Document.
It always acts as a holder for escher DGG container
which may contain which Escher BStore container information
about pictures containes in the presentation (if any).
-
Method Summary
Modifier and TypeMethodDescriptionRecord[]
We're pretending to be an atom, so return nulllong
We are type 1035void
writeOut
(OutputStream out) Have the contents printer out into an OutputStream, used when writing a file back out to disk (Normally, atom classes will keep their bytes around, but non atom classes will just request the bytes from their children, then chuck on their header and return)Methods inherited from class org.apache.poi.hslf.record.RecordAtom
getMaxRecordLength, isAnAtom, setMaxRecordLength
Methods inherited from class org.apache.poi.hslf.record.Record
buildRecordAtOffset, createRecordForType, findChildRecords, getGenericChildren, getGenericRecordType, writeLittleEndian, writeLittleEndian
-
Method Details
-
getRecordType
public long getRecordType()We are type 1035- Specified by:
getRecordType
in classRecord
-
getChildRecords
We're pretending to be an atom, so return null- Overrides:
getChildRecords
in classRecordAtom
-
writeOut
Description copied from class:Record
Have the contents printer out into an OutputStream, used when writing a file back out to disk (Normally, atom classes will keep their bytes around, but non atom classes will just request the bytes from their children, then chuck on their header and return)- Specified by:
writeOut
in classRecord
- Throws:
IOException
-
getDggContainer
-
getEscherDggRecord
-
getGenericProperties
-