public final class PPDrawingGroup extends RecordAtom
Modifier | Constructor and Description |
---|---|
protected |
PPDrawingGroup(byte[] source,
int start,
int len) |
Modifier and Type | Method and Description |
---|---|
Record[] |
getChildRecords()
We're pretending to be an atom, so return null
|
EscherContainerRecord |
getDggContainer() |
EscherDggRecord |
getEscherDggRecord() |
long |
getRecordType()
We are type 1035
|
void |
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)
|
isAnAtom
buildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndian
public long getRecordType()
getRecordType
in class Record
public Record[] getChildRecords()
getChildRecords
in class RecordAtom
public void writeOut(OutputStream out) throws IOException
Record
writeOut
in class Record
IOException
public EscherContainerRecord getDggContainer()
public EscherDggRecord getEscherDggRecord()
Copyright © 2020. All rights reserved.