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)
|
isAnAtombuildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndianpublic long getRecordType()
getRecordType in class Recordpublic Record[] getChildRecords()
getChildRecords in class RecordAtompublic void writeOut(OutputStream out) throws IOException
RecordwriteOut in class RecordIOExceptionpublic EscherContainerRecord getDggContainer()
public EscherDggRecord getEscherDggRecord()
Copyright © 2020. All rights reserved.