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, waitbuildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndianisAnAtompublic long getRecordType()
getRecordType in class Recordpublic Record[] getChildRecords()
getChildRecords in class RecordAtompublic void writeOut(java.io.OutputStream out)
throws java.io.IOException
Recordpublic EscherContainerRecord getDggContainer()
public EscherDggRecord getEscherDggRecord()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.