|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hwpf.model.types.TAPAbstractType
public abstract class TAPAbstractType
Table Properties. 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 int |
field_1_jc
|
protected ShadingDescriptor[] |
field_10_rgshd
|
protected BorderCode |
field_11_brcBottom
|
protected BorderCode |
field_12_brcTop
|
protected BorderCode |
field_13_brcLeft
|
protected BorderCode |
field_14_brcRight
|
protected BorderCode |
field_15_brcVertical
|
protected BorderCode |
field_16_brcHorizontal
|
protected int |
field_2_dxaGapHalf
|
protected int |
field_3_dyaRowHeight
|
protected boolean |
field_4_fCantSplit
|
protected boolean |
field_5_fTableHeader
|
protected int |
field_6_tlp
|
protected short |
field_7_itcMac
|
protected short[] |
field_8_rgdxaCenter
|
protected TableCellDescriptor[] |
field_9_rgtc
|
Constructor Summary | |
---|---|
TAPAbstractType()
|
Method Summary | |
---|---|
BorderCode |
getBrcBottom()
Get the brcBottom field for the TAP record. |
BorderCode |
getBrcHorizontal()
Get the brcHorizontal field for the TAP record. |
BorderCode |
getBrcLeft()
Get the brcLeft field for the TAP record. |
BorderCode |
getBrcRight()
Get the brcRight field for the TAP record. |
BorderCode |
getBrcTop()
Get the brcTop field for the TAP record. |
BorderCode |
getBrcVertical()
Get the brcVertical field for the TAP record. |
int |
getDxaGapHalf()
Get the dxaGapHalf field for the TAP record. |
int |
getDyaRowHeight()
Get the dyaRowHeight field for the TAP record. |
boolean |
getFCantSplit()
Get the fCantSplit field for the TAP record. |
boolean |
getFTableHeader()
Get the fTableHeader field for the TAP record. |
short |
getItcMac()
Get the itcMac field for the TAP record. |
int |
getJc()
Get the jc field for the TAP record. |
short[] |
getRgdxaCenter()
Get the rgdxaCenter field for the TAP record. |
ShadingDescriptor[] |
getRgshd()
Get the rgshd field for the TAP record. |
TableCellDescriptor[] |
getRgtc()
Get the rgtc field for the TAP record. |
int |
getSize()
Size of record (exluding 4 byte header) |
int |
getTlp()
Get the tlp field for the TAP record. |
void |
setBrcBottom(BorderCode field_11_brcBottom)
Set the brcBottom field for the TAP record. |
void |
setBrcHorizontal(BorderCode field_16_brcHorizontal)
Set the brcHorizontal field for the TAP record. |
void |
setBrcLeft(BorderCode field_13_brcLeft)
Set the brcLeft field for the TAP record. |
void |
setBrcRight(BorderCode field_14_brcRight)
Set the brcRight field for the TAP record. |
void |
setBrcTop(BorderCode field_12_brcTop)
Set the brcTop field for the TAP record. |
void |
setBrcVertical(BorderCode field_15_brcVertical)
Set the brcVertical field for the TAP record. |
void |
setDxaGapHalf(int field_2_dxaGapHalf)
Set the dxaGapHalf field for the TAP record. |
void |
setDyaRowHeight(int field_3_dyaRowHeight)
Set the dyaRowHeight field for the TAP record. |
void |
setFCantSplit(boolean field_4_fCantSplit)
Set the fCantSplit field for the TAP record. |
void |
setFTableHeader(boolean field_5_fTableHeader)
Set the fTableHeader field for the TAP record. |
void |
setItcMac(short field_7_itcMac)
Set the itcMac field for the TAP record. |
void |
setJc(int field_1_jc)
Set the jc field for the TAP record. |
void |
setRgdxaCenter(short[] field_8_rgdxaCenter)
Set the rgdxaCenter field for the TAP record. |
void |
setRgshd(ShadingDescriptor[] field_10_rgshd)
Set the rgshd field for the TAP record. |
void |
setRgtc(TableCellDescriptor[] field_9_rgtc)
Set the rgtc field for the TAP record. |
void |
setTlp(int field_6_tlp)
Set the tlp field for the TAP record. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int field_1_jc
protected int field_2_dxaGapHalf
protected int field_3_dyaRowHeight
protected boolean field_4_fCantSplit
protected boolean field_5_fTableHeader
protected int field_6_tlp
protected short field_7_itcMac
protected short[] field_8_rgdxaCenter
protected TableCellDescriptor[] field_9_rgtc
protected ShadingDescriptor[] field_10_rgshd
protected BorderCode field_11_brcBottom
protected BorderCode field_12_brcTop
protected BorderCode field_13_brcLeft
protected BorderCode field_14_brcRight
protected BorderCode field_15_brcVertical
protected BorderCode field_16_brcHorizontal
Constructor Detail |
---|
public TAPAbstractType()
Method Detail |
---|
public int getSize()
public int getJc()
public void setJc(int field_1_jc)
public int getDxaGapHalf()
public void setDxaGapHalf(int field_2_dxaGapHalf)
public int getDyaRowHeight()
public void setDyaRowHeight(int field_3_dyaRowHeight)
public boolean getFCantSplit()
public void setFCantSplit(boolean field_4_fCantSplit)
public boolean getFTableHeader()
public void setFTableHeader(boolean field_5_fTableHeader)
public int getTlp()
public void setTlp(int field_6_tlp)
public short getItcMac()
public void setItcMac(short field_7_itcMac)
public short[] getRgdxaCenter()
public void setRgdxaCenter(short[] field_8_rgdxaCenter)
public TableCellDescriptor[] getRgtc()
public void setRgtc(TableCellDescriptor[] field_9_rgtc)
public ShadingDescriptor[] getRgshd()
public void setRgshd(ShadingDescriptor[] field_10_rgshd)
public BorderCode getBrcBottom()
public void setBrcBottom(BorderCode field_11_brcBottom)
public BorderCode getBrcTop()
public void setBrcTop(BorderCode field_12_brcTop)
public BorderCode getBrcLeft()
public void setBrcLeft(BorderCode field_13_brcLeft)
public BorderCode getBrcRight()
public void setBrcRight(BorderCode field_14_brcRight)
public BorderCode getBrcVertical()
public void setBrcVertical(BorderCode field_15_brcVertical)
public BorderCode getBrcHorizontal()
public void setBrcHorizontal(BorderCode field_16_brcHorizontal)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |