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
|
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(OutputStream out)
Stores the data for the child records back into the Escher layer.
|
addChildAfter, addChildBefore, appendChildRecord, findFirstOfType, getChildRecords, handleParentAwareRecords, isAnAtom, moveChildBefore, moveChildrenAfter, moveChildrenBefore, removeChild, setChildRecord, writeOutbuildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndianpublic EscherTextboxWrapper(EscherTextboxRecord textbox)
public EscherTextboxWrapper()
public EscherTextboxRecord getEscherRecord()
public long getRecordType()
getRecordType in class Recordpublic void writeOut(OutputStream out) throws IOException
writeOut in class RecordIOExceptionpublic int getShapeId()
public void setShapeId(int id)
id - Shape IDpublic StyleTextPropAtom getStyleTextPropAtom()
public void setStyleTextProp9Atom(StyleTextProp9Atom nineAtom)
public StyleTextProp9Atom getStyleTextProp9Atom()
Copyright © 2020. All rights reserved.