|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hssf.record.Record org.apache.poi.hssf.record.TextObjectBaseRecord
public class TextObjectBaseRecord
The TXO record is used to define the properties of a text box. It is followed by two continue records unless there is no actual text. The first continue record contains the text data and the next continue record contains the formatting runs. NOTE: This source is automatically generated please do not modify this file. Either subclass or remove the record in src/records/definitions.
Field Summary | |
---|---|
static short |
HORIZONTAL_TEXT_ALIGNMENT_CENTERED
|
static short |
HORIZONTAL_TEXT_ALIGNMENT_JUSTIFIED
|
static short |
HORIZONTAL_TEXT_ALIGNMENT_LEFT_ALIGNED
|
static short |
HORIZONTAL_TEXT_ALIGNMENT_RIGHT_ALIGNED
|
static short |
sid
|
static short |
TEXT_ORIENTATION_NONE
|
static short |
TEXT_ORIENTATION_ROT_LEFT
|
static short |
TEXT_ORIENTATION_ROT_RIGHT
|
static short |
TEXT_ORIENTATION_TOP_TO_BOTTOM
|
static short |
VERTICAL_TEXT_ALIGNMENT_BOTTOM
|
static short |
VERTICAL_TEXT_ALIGNMENT_CENTER
|
static short |
VERTICAL_TEXT_ALIGNMENT_JUSTIFY
|
static short |
VERTICAL_TEXT_ALIGNMENT_TOP
|
Constructor Summary | |
---|---|
TextObjectBaseRecord()
|
|
TextObjectBaseRecord(RecordInputStream in)
Constructs a TextObjectBase record and sets its fields appropriately. |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
protected void |
fillFields(RecordInputStream in)
called by the constructor, should set class level fields. |
short |
getFormattingRunLength()
Get the formatting run length field for the TextObjectBase record. |
short |
getHorizontalTextAlignment()
|
short |
getOptions()
Get the options field for the TextObjectBase record. |
int |
getRecordSize()
Size of record (exluding 4 byte header) |
short |
getReserved2()
|
short |
getReserved3()
|
short |
getReserved4()
Get the reserved4 field for the TextObjectBase record. |
short |
getReserved5()
Get the reserved5 field for the TextObjectBase record. |
short |
getReserved6()
Get the reserved6 field for the TextObjectBase record. |
int |
getReserved7()
Get the reserved7 field for the TextObjectBase record. |
short |
getSid()
return the non static version of the id for this record. |
short |
getTextLength()
Get the text length field for the TextObjectBase record. |
short |
getTextOrientation()
Get the text orientation field for the TextObjectBase record. |
short |
getVerticalTextAlignment()
|
boolean |
isReserved1()
reserved field |
boolean |
isTextLocked()
Text has been locked |
int |
serialize(int offset,
byte[] data)
called by the class that is responsible for writing this sucker. |
void |
setFormattingRunLength(short field_7_formattingRunLength)
Set the formatting run length field for the TextObjectBase record. |
void |
setHorizontalTextAlignment(short value)
Sets the Horizontal text alignment field value. |
void |
setOptions(short field_1_options)
Set the options field for the TextObjectBase record. |
void |
setReserved1(boolean value)
Sets the reserved1 field value. |
void |
setReserved2(short value)
Sets the reserved2 field value. |
void |
setReserved3(short value)
Sets the reserved3 field value. |
void |
setReserved4(short field_3_reserved4)
Set the reserved4 field for the TextObjectBase record. |
void |
setReserved5(short field_4_reserved5)
Set the reserved5 field for the TextObjectBase record. |
void |
setReserved6(short field_5_reserved6)
Set the reserved6 field for the TextObjectBase record. |
void |
setReserved7(int field_8_reserved7)
Set the reserved7 field for the TextObjectBase record. |
void |
setTextLength(short field_6_textLength)
Set the text length field for the TextObjectBase record. |
void |
setTextLocked(boolean value)
Sets the text locked field value. |
void |
setTextOrientation(short field_2_textOrientation)
Set the text orientation field for the TextObjectBase record. |
void |
setVerticalTextAlignment(short value)
Sets the Vertical text alignment field value. |
java.lang.String |
toString()
get a string representation of the record (for biffview/debugging) |
protected void |
validateSid(short id)
Checks the sid matches the expected side for this record |
Methods inherited from class org.apache.poi.hssf.record.Record |
---|
cloneViaReserialise, isInValueSection, isValue, serialize |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final short sid
public static final short HORIZONTAL_TEXT_ALIGNMENT_LEFT_ALIGNED
public static final short HORIZONTAL_TEXT_ALIGNMENT_CENTERED
public static final short HORIZONTAL_TEXT_ALIGNMENT_RIGHT_ALIGNED
public static final short HORIZONTAL_TEXT_ALIGNMENT_JUSTIFIED
public static final short VERTICAL_TEXT_ALIGNMENT_TOP
public static final short VERTICAL_TEXT_ALIGNMENT_CENTER
public static final short VERTICAL_TEXT_ALIGNMENT_BOTTOM
public static final short VERTICAL_TEXT_ALIGNMENT_JUSTIFY
public static final short TEXT_ORIENTATION_NONE
public static final short TEXT_ORIENTATION_TOP_TO_BOTTOM
public static final short TEXT_ORIENTATION_ROT_RIGHT
public static final short TEXT_ORIENTATION_ROT_LEFT
Constructor Detail |
---|
public TextObjectBaseRecord()
public TextObjectBaseRecord(RecordInputStream in)
in
- the RecordInputstream to read the record fromMethod Detail |
---|
protected void validateSid(short id)
validateSid
in class Record
id
- the expected sid.protected void fillFields(RecordInputStream in)
Record
fillFields
in class Record
in
- the RecordInputstream to read the record frompublic java.lang.String toString()
Record
toString
in class Record
public int serialize(int offset, byte[] data)
Record
serialize
in class Record
offset
- to begin writing atdata
- byte array containing instance data
public int getRecordSize()
getRecordSize
in class Record
public short getSid()
Record
getSid
in class Record
public java.lang.Object clone()
clone
in class Record
public short getOptions()
public void setOptions(short field_1_options)
public short getTextOrientation()
public void setTextOrientation(short field_2_textOrientation)
field_2_textOrientation
- One of
TEXT_ORIENTATION_NONE
TEXT_ORIENTATION_TOP_TO_BOTTOM
TEXT_ORIENTATION_ROT_RIGHT
TEXT_ORIENTATION_ROT_LEFTpublic short getReserved4()
public void setReserved4(short field_3_reserved4)
public short getReserved5()
public void setReserved5(short field_4_reserved5)
public short getReserved6()
public void setReserved6(short field_5_reserved6)
public short getTextLength()
public void setTextLength(short field_6_textLength)
public short getFormattingRunLength()
public void setFormattingRunLength(short field_7_formattingRunLength)
public int getReserved7()
public void setReserved7(int field_8_reserved7)
public void setReserved1(boolean value)
public boolean isReserved1()
public void setHorizontalTextAlignment(short value)
public short getHorizontalTextAlignment()
public void setVerticalTextAlignment(short value)
public short getVerticalTextAlignment()
public void setReserved2(short value)
public short getReserved2()
public void setTextLocked(boolean value)
public boolean isTextLocked()
public void setReserved3(short value)
public short getReserved3()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |