|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hwpf.model.types.TCAbstractType
public abstract class TCAbstractType
Table Cell Descriptor. NOTE: This source is automatically generated please do not modify this file. Either subclass or remove the record in src/records/definitions.
Field Summary | |
---|---|
protected short |
field_1_rgf
|
protected short |
field_2_unused
|
protected BorderCode |
field_3_brcTop
|
protected BorderCode |
field_4_brcLeft
|
protected BorderCode |
field_5_brcBottom
|
protected BorderCode |
field_6_brcRight
|
Constructor Summary | |
---|---|
TCAbstractType()
|
Method Summary | |
---|---|
protected void |
fillFields(byte[] data,
int offset)
|
BorderCode |
getBrcBottom()
Get the brcBottom field for the TC record. |
BorderCode |
getBrcLeft()
Get the brcLeft field for the TC record. |
BorderCode |
getBrcRight()
Get the brcRight field for the TC record. |
BorderCode |
getBrcTop()
Get the brcTop field for the TC record. |
short |
getRgf()
Get the rgf field for the TC record. |
int |
getSize()
Size of record (exluding 4 byte header) |
short |
getUnused()
Get the unused field for the TC record. |
byte |
getVertAlign()
|
boolean |
isFBackward()
|
boolean |
isFFirstMerged()
|
boolean |
isFMerged()
|
boolean |
isFRotateFont()
|
boolean |
isFVertical()
|
boolean |
isFVertMerge()
|
boolean |
isFVertRestart()
|
void |
serialize(byte[] data,
int offset)
|
void |
setBrcBottom(BorderCode field_5_brcBottom)
Set the brcBottom field for the TC record. |
void |
setBrcLeft(BorderCode field_4_brcLeft)
Set the brcLeft field for the TC record. |
void |
setBrcRight(BorderCode field_6_brcRight)
Set the brcRight field for the TC record. |
void |
setBrcTop(BorderCode field_3_brcTop)
Set the brcTop field for the TC record. |
void |
setFBackward(boolean value)
Sets the fBackward field value. |
void |
setFFirstMerged(boolean value)
Sets the fFirstMerged field value. |
void |
setFMerged(boolean value)
Sets the fMerged field value. |
void |
setFRotateFont(boolean value)
Sets the fRotateFont field value. |
void |
setFVertical(boolean value)
Sets the fVertical field value. |
void |
setFVertMerge(boolean value)
Sets the fVertMerge field value. |
void |
setFVertRestart(boolean value)
Sets the fVertRestart field value. |
void |
setRgf(short field_1_rgf)
Set the rgf field for the TC record. |
void |
setUnused(short field_2_unused)
Set the unused field for the TC record. |
void |
setVertAlign(byte value)
Sets the vertAlign field value. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected short field_1_rgf
protected short field_2_unused
protected BorderCode field_3_brcTop
protected BorderCode field_4_brcLeft
protected BorderCode field_5_brcBottom
protected BorderCode field_6_brcRight
Constructor Detail |
---|
public TCAbstractType()
Method Detail |
---|
protected void fillFields(byte[] data, int offset)
public void serialize(byte[] data, int offset)
public java.lang.String toString()
toString
in class java.lang.Object
public int getSize()
public short getRgf()
public void setRgf(short field_1_rgf)
public short getUnused()
public void setUnused(short field_2_unused)
public BorderCode getBrcTop()
public void setBrcTop(BorderCode field_3_brcTop)
public BorderCode getBrcLeft()
public void setBrcLeft(BorderCode field_4_brcLeft)
public BorderCode getBrcBottom()
public void setBrcBottom(BorderCode field_5_brcBottom)
public BorderCode getBrcRight()
public void setBrcRight(BorderCode field_6_brcRight)
public void setFFirstMerged(boolean value)
public boolean isFFirstMerged()
public void setFMerged(boolean value)
public boolean isFMerged()
public void setFVertical(boolean value)
public boolean isFVertical()
public void setFBackward(boolean value)
public boolean isFBackward()
public void setFRotateFont(boolean value)
public boolean isFRotateFont()
public void setFVertMerge(boolean value)
public boolean isFVertMerge()
public void setFVertRestart(boolean value)
public boolean isFVertRestart()
public void setVertAlign(byte value)
public byte getVertAlign()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |