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(java.io.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, writeOut
buildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndian
public EscherTextboxWrapper(EscherTextboxRecord textbox)
public EscherTextboxWrapper()
public EscherTextboxRecord getEscherRecord()
public long getRecordType()
getRecordType
in class Record
public 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 © 2005-2010 Potix Corporation. All Rights Reserved.