|
||||||||||
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
@Internal 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 byte |
field_10_ftsCellPaddingRight
|
protected short |
field_11_wCellSpacingLeft
|
protected short |
field_12_wCellSpacingTop
|
protected short |
field_13_wCellSpacingBottom
|
protected short |
field_14_wCellSpacingRight
|
protected byte |
field_15_ftsCellSpacingLeft
|
protected byte |
field_16_ftsCellSpacingTop
|
protected byte |
field_17_ftsCellSpacingBottom
|
protected byte |
field_18_ftsCellSpacingRight
|
protected BorderCode |
field_19_brcTop
|
protected short |
field_2_wWidth
|
protected BorderCode |
field_20_brcLeft
|
protected BorderCode |
field_21_brcBottom
|
protected BorderCode |
field_22_brcRight
|
protected short |
field_3_wCellPaddingLeft
|
protected short |
field_4_wCellPaddingTop
|
protected short |
field_5_wCellPaddingBottom
|
protected short |
field_6_wCellPaddingRight
|
protected byte |
field_7_ftsCellPaddingLeft
|
protected byte |
field_8_ftsCellPaddingTop
|
protected byte |
field_9_ftsCellPaddingBottom
|
Constructor Summary | |
---|---|
TCAbstractType()
|
Method Summary | |
---|---|
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. |
byte |
getFtsCellPaddingBottom()
Get the ftsCellPaddingBottom field for the TC record. |
byte |
getFtsCellPaddingLeft()
Get the ftsCellPaddingLeft field for the TC record. |
byte |
getFtsCellPaddingRight()
Get the ftsCellPaddingRight field for the TC record. |
byte |
getFtsCellPaddingTop()
Get the ftsCellPaddingTop field for the TC record. |
byte |
getFtsCellSpacingBottom()
Get the ftsCellSpacingBottom field for the TC record. |
byte |
getFtsCellSpacingLeft()
Get the ftsCellSpacingLeft field for the TC record. |
byte |
getFtsCellSpacingRight()
Get the ftsCellSpacingRight field for the TC record. |
byte |
getFtsCellSpacingTop()
Get the ftsCellSpacingTop field for the TC record. |
byte |
getFtsWidth()
|
byte |
getFUnused()
|
short |
getRgf()
Get the rgf field for the TC record. |
int |
getSize()
Size of record (exluding 4 byte header) |
byte |
getVertAlign()
|
short |
getWCellPaddingBottom()
Get the wCellPaddingBottom field for the TC record. |
short |
getWCellPaddingLeft()
Get the wCellPaddingLeft field for the TC record. |
short |
getWCellPaddingRight()
Get the wCellPaddingRight field for the TC record. |
short |
getWCellPaddingTop()
Get the wCellPaddingTop field for the TC record. |
short |
getWCellSpacingBottom()
Get the wCellSpacingBottom field for the TC record. |
short |
getWCellSpacingLeft()
Get the wCellSpacingLeft field for the TC record. |
short |
getWCellSpacingRight()
Get the wCellSpacingRight field for the TC record. |
short |
getWCellSpacingTop()
Get the wCellSpacingTop field for the TC record. |
short |
getWWidth()
Get the wWidth field for the TC record. |
boolean |
isFBackward()
|
boolean |
isFFirstMerged()
|
boolean |
isFFitText()
|
boolean |
isFMerged()
|
boolean |
isFNoWrap()
|
boolean |
isFRotateFont()
|
boolean |
isFVertical()
|
boolean |
isFVertMerge()
|
boolean |
isFVertRestart()
|
void |
setBrcBottom(BorderCode field_21_brcBottom)
Set the brcBottom field for the TC record. |
void |
setBrcLeft(BorderCode field_20_brcLeft)
Set the brcLeft field for the TC record. |
void |
setBrcRight(BorderCode field_22_brcRight)
Set the brcRight field for the TC record. |
void |
setBrcTop(BorderCode field_19_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 |
setFFitText(boolean value)
Sets the fFitText field value. |
void |
setFMerged(boolean value)
Sets the fMerged field value. |
void |
setFNoWrap(boolean value)
Sets the fNoWrap field value. |
void |
setFRotateFont(boolean value)
Sets the fRotateFont field value. |
void |
setFtsCellPaddingBottom(byte field_9_ftsCellPaddingBottom)
Set the ftsCellPaddingBottom field for the TC record. |
void |
setFtsCellPaddingLeft(byte field_7_ftsCellPaddingLeft)
Set the ftsCellPaddingLeft field for the TC record. |
void |
setFtsCellPaddingRight(byte field_10_ftsCellPaddingRight)
Set the ftsCellPaddingRight field for the TC record. |
void |
setFtsCellPaddingTop(byte field_8_ftsCellPaddingTop)
Set the ftsCellPaddingTop field for the TC record. |
void |
setFtsCellSpacingBottom(byte field_17_ftsCellSpacingBottom)
Set the ftsCellSpacingBottom field for the TC record. |
void |
setFtsCellSpacingLeft(byte field_15_ftsCellSpacingLeft)
Set the ftsCellSpacingLeft field for the TC record. |
void |
setFtsCellSpacingRight(byte field_18_ftsCellSpacingRight)
Set the ftsCellSpacingRight field for the TC record. |
void |
setFtsCellSpacingTop(byte field_16_ftsCellSpacingTop)
Set the ftsCellSpacingTop field for the TC record. |
void |
setFtsWidth(byte value)
Sets the ftsWidth field value. |
void |
setFUnused(byte value)
Sets the fUnused 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 |
setVertAlign(byte value)
Sets the vertAlign field value. |
void |
setWCellPaddingBottom(short field_5_wCellPaddingBottom)
Set the wCellPaddingBottom field for the TC record. |
void |
setWCellPaddingLeft(short field_3_wCellPaddingLeft)
Set the wCellPaddingLeft field for the TC record. |
void |
setWCellPaddingRight(short field_6_wCellPaddingRight)
Set the wCellPaddingRight field for the TC record. |
void |
setWCellPaddingTop(short field_4_wCellPaddingTop)
Set the wCellPaddingTop field for the TC record. |
void |
setWCellSpacingBottom(short field_13_wCellSpacingBottom)
Set the wCellSpacingBottom field for the TC record. |
void |
setWCellSpacingLeft(short field_11_wCellSpacingLeft)
Set the wCellSpacingLeft field for the TC record. |
void |
setWCellSpacingRight(short field_14_wCellSpacingRight)
Set the wCellSpacingRight field for the TC record. |
void |
setWCellSpacingTop(short field_12_wCellSpacingTop)
Set the wCellSpacingTop field for the TC record. |
void |
setWWidth(short field_2_wWidth)
Set the wWidth field for the TC record. |
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_wWidth
protected short field_3_wCellPaddingLeft
protected short field_4_wCellPaddingTop
protected short field_5_wCellPaddingBottom
protected short field_6_wCellPaddingRight
protected byte field_7_ftsCellPaddingLeft
protected byte field_8_ftsCellPaddingTop
protected byte field_9_ftsCellPaddingBottom
protected byte field_10_ftsCellPaddingRight
protected short field_11_wCellSpacingLeft
protected short field_12_wCellSpacingTop
protected short field_13_wCellSpacingBottom
protected short field_14_wCellSpacingRight
protected byte field_15_ftsCellSpacingLeft
protected byte field_16_ftsCellSpacingTop
protected byte field_17_ftsCellSpacingBottom
protected byte field_18_ftsCellSpacingRight
protected BorderCode field_19_brcTop
protected BorderCode field_20_brcLeft
protected BorderCode field_21_brcBottom
protected BorderCode field_22_brcRight
Constructor Detail |
---|
public TCAbstractType()
Method Detail |
---|
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 getWWidth()
public void setWWidth(short field_2_wWidth)
public short getWCellPaddingLeft()
public void setWCellPaddingLeft(short field_3_wCellPaddingLeft)
public short getWCellPaddingTop()
public void setWCellPaddingTop(short field_4_wCellPaddingTop)
public short getWCellPaddingBottom()
public void setWCellPaddingBottom(short field_5_wCellPaddingBottom)
public short getWCellPaddingRight()
public void setWCellPaddingRight(short field_6_wCellPaddingRight)
public byte getFtsCellPaddingLeft()
public void setFtsCellPaddingLeft(byte field_7_ftsCellPaddingLeft)
public byte getFtsCellPaddingTop()
public void setFtsCellPaddingTop(byte field_8_ftsCellPaddingTop)
public byte getFtsCellPaddingBottom()
public void setFtsCellPaddingBottom(byte field_9_ftsCellPaddingBottom)
public byte getFtsCellPaddingRight()
public void setFtsCellPaddingRight(byte field_10_ftsCellPaddingRight)
public short getWCellSpacingLeft()
public void setWCellSpacingLeft(short field_11_wCellSpacingLeft)
public short getWCellSpacingTop()
public void setWCellSpacingTop(short field_12_wCellSpacingTop)
public short getWCellSpacingBottom()
public void setWCellSpacingBottom(short field_13_wCellSpacingBottom)
public short getWCellSpacingRight()
public void setWCellSpacingRight(short field_14_wCellSpacingRight)
public byte getFtsCellSpacingLeft()
public void setFtsCellSpacingLeft(byte field_15_ftsCellSpacingLeft)
public byte getFtsCellSpacingTop()
public void setFtsCellSpacingTop(byte field_16_ftsCellSpacingTop)
public byte getFtsCellSpacingBottom()
public void setFtsCellSpacingBottom(byte field_17_ftsCellSpacingBottom)
public byte getFtsCellSpacingRight()
public void setFtsCellSpacingRight(byte field_18_ftsCellSpacingRight)
public BorderCode getBrcTop()
public void setBrcTop(BorderCode field_19_brcTop)
public BorderCode getBrcLeft()
public void setBrcLeft(BorderCode field_20_brcLeft)
public BorderCode getBrcBottom()
public void setBrcBottom(BorderCode field_21_brcBottom)
public BorderCode getBrcRight()
public void setBrcRight(BorderCode field_22_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()
public void setFtsWidth(byte value)
public byte getFtsWidth()
public void setFFitText(boolean value)
public boolean isFFitText()
public void setFNoWrap(boolean value)
public boolean isFNoWrap()
public void setFUnused(byte value)
public byte getFUnused()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |