public class EscherPlaceholder extends EscherRecord
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RECORD_DESCRIPTION |
static short |
RECORD_ID |
| Constructor and Description |
|---|
EscherPlaceholder() |
EscherPlaceholder(EscherPlaceholder other) |
| Modifier and Type | Method and Description |
|---|---|
EscherPlaceholder |
copy() |
int |
fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory) |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
java.lang.Enum |
getGenericRecordType() |
byte |
getPlacementId() |
int |
getPosition() |
java.lang.String |
getRecordName() |
int |
getRecordSize() |
byte |
getSize() |
int |
serialize(int offset,
byte[] data,
EscherSerializationListener listener) |
clone, display, fillFields, getChild, getChildRecords, getGenericChildren, getInstance, getOptions, getRecordId, getVersion, isContainerRecord, readHeader, readInstance, serialize, serialize, setChildRecords, setInstance, setOptions, setRecordId, setVersion, toString, toXml, toXmlpublic static final short RECORD_ID
public static final java.lang.String RECORD_DESCRIPTION
public EscherPlaceholder()
public EscherPlaceholder(EscherPlaceholder other)
public int fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory)
fillFields in class EscherRecordpublic int serialize(int offset,
byte[] data,
EscherSerializationListener listener)
serialize in class EscherRecordpublic int getRecordSize()
getRecordSize in class EscherRecordpublic java.lang.String getRecordName()
getRecordName in class EscherRecordpublic int getPosition()
public byte getPlacementId()
public byte getSize()
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecordgetGenericProperties in class EscherRecordpublic java.lang.Enum getGenericRecordType()
public EscherPlaceholder copy()
copy in interface Duplicatablecopy in class EscherRecord