public final class EscherTextboxWrapper extends RecordContainer
_children| Constructor | 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 | Description |
|---|---|---|
EscherTextboxRecord |
getEscherRecord() |
Returns the underlying DDF Escher Record
|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndianaddChildAfter, addChildBefore, appendChildRecord, findFirstOfType, getChildRecords, handleParentAwareRecords, isAnAtom, moveChildBefore, moveChildrenAfter, moveChildrenBefore, removeChild, setChildRecord, writeOutpublic 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()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.