Methods Summary |
---|
public short[] | getBrcBottom()Get the brcBottom field for the TC record.
return field_5_brcBottom;
|
public short[] | getBrcLeft()Get the brcLeft field for the TC record.
return field_4_brcLeft;
|
public short[] | getBrcRight()Get the brcRight field for the TC record.
return field_6_brcRight;
|
public short[] | getBrcTop()Get the brcTop field for the TC record.
return field_3_brcTop;
|
public short | getRgf()Get the rgf field for the TC record.
return field_1_rgf;
|
public int | getSize()Size of record (exluding 4 byte header)
return 4 + + 2 + 2 + 4 + 4 + 4 + 4;
|
public short | getUnused()Get the unused field for the TC record.
return field_2_unused;
|
public byte | getVertAlign()
return ( byte )vertAlign.getValue(field_1_rgf);
|
public boolean | isFBackward()
return fBackward.isSet(field_1_rgf);
|
public boolean | isFFirstMerged()
return fFirstMerged.isSet(field_1_rgf);
|
public boolean | isFMerged()
return fMerged.isSet(field_1_rgf);
|
public boolean | isFRotateFont()
return fRotateFont.isSet(field_1_rgf);
|
public boolean | isFVertMerge()
return fVertMerge.isSet(field_1_rgf);
|
public boolean | isFVertRestart()
return fVertRestart.isSet(field_1_rgf);
|
public boolean | isFVertical()
return fVertical.isSet(field_1_rgf);
|
public void | setBrcBottom(short[] field_5_brcBottom)Set the brcBottom field for the TC record.
this.field_5_brcBottom = field_5_brcBottom;
|
public void | setBrcLeft(short[] field_4_brcLeft)Set the brcLeft field for the TC record.
this.field_4_brcLeft = field_4_brcLeft;
|
public void | setBrcRight(short[] field_6_brcRight)Set the brcRight field for the TC record.
this.field_6_brcRight = field_6_brcRight;
|
public void | setBrcTop(short[] field_3_brcTop)Set the brcTop field for the TC record.
this.field_3_brcTop = field_3_brcTop;
|
public void | setFBackward(boolean value)Sets the fBackward field value.
field_1_rgf = (short)fBackward.setBoolean(field_1_rgf, value);
|
public void | setFFirstMerged(boolean value)Sets the fFirstMerged field value.
field_1_rgf = (short)fFirstMerged.setBoolean(field_1_rgf, value);
|
public void | setFMerged(boolean value)Sets the fMerged field value.
field_1_rgf = (short)fMerged.setBoolean(field_1_rgf, value);
|
public void | setFRotateFont(boolean value)Sets the fRotateFont field value.
field_1_rgf = (short)fRotateFont.setBoolean(field_1_rgf, value);
|
public void | setFVertMerge(boolean value)Sets the fVertMerge field value.
field_1_rgf = (short)fVertMerge.setBoolean(field_1_rgf, value);
|
public void | setFVertRestart(boolean value)Sets the fVertRestart field value.
field_1_rgf = (short)fVertRestart.setBoolean(field_1_rgf, value);
|
public void | setFVertical(boolean value)Sets the fVertical field value.
field_1_rgf = (short)fVertical.setBoolean(field_1_rgf, value);
|
public void | setRgf(short field_1_rgf)Set the rgf field for the TC record.
this.field_1_rgf = field_1_rgf;
|
public void | setUnused(short field_2_unused)Set the unused field for the TC record.
this.field_2_unused = field_2_unused;
|
public void | setVertAlign(byte value)Sets the vertAlign field value.
field_1_rgf = (short)vertAlign.setValue(field_1_rgf, value);
|