org.apache.poi.hslf.record
Class EscherPlaceholder
java.lang.Object
org.apache.poi.ddf.EscherRecord
org.apache.poi.hslf.record.EscherPlaceholder
- All Implemented Interfaces:
- java.lang.Cloneable
public class EscherPlaceholder
- extends EscherRecord
An atom record that specifies whether a shape is a placeholder shape.
The number, position, and type of placeholder shapes are determined by
the slide layout as specified in the SlideAtom record.
| Methods inherited from class org.apache.poi.ddf.EscherRecord |
clone, display, fillFields, getChild, getChildRecords, getInstance, getOptions, getRecordId, getVersion, isContainerRecord, readHeader, readInstance, serialize, serialize, setChildRecords, setInstance, setOptions, setRecordId, setVersion, toString, toXml, toXml |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RECORD_ID
public static final short RECORD_ID
RECORD_DESCRIPTION
public static final java.lang.String RECORD_DESCRIPTION
- See Also:
- Constant Field Values
EscherPlaceholder
public EscherPlaceholder()
fillFields
public int fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory)
- Specified by:
fillFields in class EscherRecord
serialize
public int serialize(int offset,
byte[] data,
EscherSerializationListener listener)
- Specified by:
serialize in class EscherRecord
getRecordSize
public int getRecordSize()
- Specified by:
getRecordSize in class EscherRecord
getRecordName
public java.lang.String getRecordName()
- Specified by:
getRecordName in class EscherRecord
getAttributeMap
protected java.lang.Object[][] getAttributeMap()
- Specified by:
getAttributeMap in class EscherRecord