public final class PPDrawingGroup extends RecordAtom
Modifier | Constructor | Description |
---|---|---|
protected |
PPDrawingGroup(byte[] source,
int start,
int len) |
Modifier and Type | Method | 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(java.io.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)
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
buildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndian
isAnAtom
public long getRecordType()
getRecordType
in class Record
public Record[] getChildRecords()
getChildRecords
in class RecordAtom
public void writeOut(java.io.OutputStream out) throws java.io.IOException
Record
public EscherContainerRecord getDggContainer()
public EscherDggRecord getEscherDggRecord()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.