|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectBiff
jet.report.xls.Blank
jet.report.xls.BLabel
public class BLabel
Description: Constant string Record Body Length: 8 to 263 bytes Record Body Byte Structure: Byte Number Byte Description Contents (hex) 0-1 Row 2-3 Column 4-6 Index to the Xf record 7 Length of string 8-263 ASCII string, 0 to 255 bytes long A BLabel class extends Blank class.
| Field Summary |
|---|
| Fields inherited from class jet.report.xls.Blank |
|---|
META |
| Constructor Summary | |
|---|---|
BLabel(int row,
int col,
int ixfe,
java.lang.String label,
java.lang.String encoding)
Constructs a BLabel record and sets its fields appropriately. |
|
| Method Summary | |
|---|---|
java.lang.String |
getLabel()
get lable string . |
int |
getLength()
|
void |
input(RandomAccessStream stream)
input label from input stream |
int |
opcode()
get the opcode of BLabel. |
int |
output(RandomAccessStream stream)
output the class BLabel. |
void |
setLable(java.lang.String str)
set lable string . |
| Methods inherited from class jet.report.xls.Blank |
|---|
getCol, getIxfe, getRow, setCol, setIxfe, setRow |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BLabel(int row,
int col,
int ixfe,
java.lang.String label,
java.lang.String encoding)
row - The row number to locate the BLable(based 0)col - The column number to locate the BLable(based 0)ixfe - Index to the Xf recordlable - The string.| Method Detail |
|---|
public int getLength()
public final int opcode()
opcode in class Blankpublic void setLable(java.lang.String str)
public java.lang.String getLabel()
public int output(RandomAccessStream stream)
throws java.io.IOException
output in class Blankjava.io.IOException
public void input(RandomAccessStream stream)
throws java.io.IOException
input in class Blankjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||