public final class EscherTextboxWrapper extends RecordContainer
_children| Constructor and Description |
|---|
EscherTextboxWrapper()
Creates a new, empty wrapper for DDF Escher Records and their children
|
EscherTextboxWrapper(EscherTextboxRecord textbox)
Creates the wrapper for the given DDF Escher Record and children
|
| Modifier and Type | Method and Description |
|---|---|
EscherTextboxRecord |
getEscherRecord()
Returns the underlying DDF Escher Record
|
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
long |
getRecordType()
Return the type of the escher record (normally in the 0xFnnn range)
|
int |
getShapeId() |
StyleTextProp9Atom |
getStyleTextProp9Atom() |
StyleTextPropAtom |
getStyleTextPropAtom() |
void |
setShapeId(int id) |
void |
setStyleTextProp9Atom(StyleTextProp9Atom nineAtom) |
void |
writeOut(java.io.OutputStream out)
Stores the data for the child records back into the Escher layer.
|
addChildAfter, addChildBefore, appendChildRecord, findFirstOfType, getChildRecords, handleParentAwareRecords, isAnAtom, removeChild, setChildRecord, writeOutbuildRecordAtOffset, createRecordForType, findChildRecords, getGenericChildren, getGenericRecordType, writeLittleEndian, writeLittleEndianpublic EscherTextboxWrapper(EscherTextboxRecord textbox)
public EscherTextboxWrapper()
public EscherTextboxRecord getEscherRecord()
public long getRecordType()
getRecordType in class Recordpublic void writeOut(java.io.OutputStream out)
throws java.io.IOException
public int getShapeId()
public void setShapeId(int id)
id - Shape IDpublic StyleTextPropAtom getStyleTextPropAtom()
public void setStyleTextProp9Atom(StyleTextProp9Atom nineAtom)
public StyleTextProp9Atom getStyleTextProp9Atom()
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecordgetGenericProperties in class RecordContainerCopyright 2022 The Apache Software Foundation or its licensors, as applicable.