Methods Summary |
---|
public org.apache.poi.hwpf.usermodel.BorderCode | getBrcBottom()Get the brcBottom field for the TAP record.
return field_11_brcBottom;
|
public org.apache.poi.hwpf.usermodel.BorderCode | getBrcHorizontal()Get the brcHorizontal field for the TAP record.
return field_16_brcHorizontal;
|
public org.apache.poi.hwpf.usermodel.BorderCode | getBrcLeft()Get the brcLeft field for the TAP record.
return field_13_brcLeft;
|
public org.apache.poi.hwpf.usermodel.BorderCode | getBrcRight()Get the brcRight field for the TAP record.
return field_14_brcRight;
|
public org.apache.poi.hwpf.usermodel.BorderCode | getBrcTop()Get the brcTop field for the TAP record.
return field_12_brcTop;
|
public org.apache.poi.hwpf.usermodel.BorderCode | getBrcVertical()Get the brcVertical field for the TAP record.
return field_15_brcVertical;
|
public int | getDxaGapHalf()Get the dxaGapHalf field for the TAP record.
return field_2_dxaGapHalf;
|
public int | getDyaRowHeight()Get the dyaRowHeight field for the TAP record.
return field_3_dyaRowHeight;
|
public boolean | getFCantSplit()Get the fCantSplit field for the TAP record.
return field_4_fCantSplit;
|
public boolean | getFTableHeader()Get the fTableHeader field for the TAP record.
return field_5_fTableHeader;
|
public short | getItcMac()Get the itcMac field for the TAP record.
return field_7_itcMac;
|
public int | getJc()Get the jc field for the TAP record.
return field_1_jc;
|
public short[] | getRgdxaCenter()Get the rgdxaCenter field for the TAP record.
return field_8_rgdxaCenter;
|
public org.apache.poi.hwpf.usermodel.ShadingDescriptor[] | getRgshd()Get the rgshd field for the TAP record.
return field_10_rgshd;
|
public org.apache.poi.hwpf.usermodel.TableCellDescriptor[] | getRgtc()Get the rgtc field for the TAP record.
return field_9_rgtc;
|
public int | getSize()Size of record (exluding 4 byte header)
return 4 + + 2 + 4 + 4 + 0 + 0 + 4 + 2 + 130 + 0 + 0 + 4 + 4 + 4 + 4 + 4 + 4;
|
public int | getTlp()Get the tlp field for the TAP record.
return field_6_tlp;
|
public void | setBrcBottom(org.apache.poi.hwpf.usermodel.BorderCode field_11_brcBottom)Set the brcBottom field for the TAP record.
this.field_11_brcBottom = field_11_brcBottom;
|
public void | setBrcHorizontal(org.apache.poi.hwpf.usermodel.BorderCode field_16_brcHorizontal)Set the brcHorizontal field for the TAP record.
this.field_16_brcHorizontal = field_16_brcHorizontal;
|
public void | setBrcLeft(org.apache.poi.hwpf.usermodel.BorderCode field_13_brcLeft)Set the brcLeft field for the TAP record.
this.field_13_brcLeft = field_13_brcLeft;
|
public void | setBrcRight(org.apache.poi.hwpf.usermodel.BorderCode field_14_brcRight)Set the brcRight field for the TAP record.
this.field_14_brcRight = field_14_brcRight;
|
public void | setBrcTop(org.apache.poi.hwpf.usermodel.BorderCode field_12_brcTop)Set the brcTop field for the TAP record.
this.field_12_brcTop = field_12_brcTop;
|
public void | setBrcVertical(org.apache.poi.hwpf.usermodel.BorderCode field_15_brcVertical)Set the brcVertical field for the TAP record.
this.field_15_brcVertical = field_15_brcVertical;
|
public void | setDxaGapHalf(int field_2_dxaGapHalf)Set the dxaGapHalf field for the TAP record.
this.field_2_dxaGapHalf = field_2_dxaGapHalf;
|
public void | setDyaRowHeight(int field_3_dyaRowHeight)Set the dyaRowHeight field for the TAP record.
this.field_3_dyaRowHeight = field_3_dyaRowHeight;
|
public void | setFCantSplit(boolean field_4_fCantSplit)Set the fCantSplit field for the TAP record.
this.field_4_fCantSplit = field_4_fCantSplit;
|
public void | setFTableHeader(boolean field_5_fTableHeader)Set the fTableHeader field for the TAP record.
this.field_5_fTableHeader = field_5_fTableHeader;
|
public void | setItcMac(short field_7_itcMac)Set the itcMac field for the TAP record.
this.field_7_itcMac = field_7_itcMac;
|
public void | setJc(int field_1_jc)Set the jc field for the TAP record.
this.field_1_jc = field_1_jc;
|
public void | setRgdxaCenter(short[] field_8_rgdxaCenter)Set the rgdxaCenter field for the TAP record.
this.field_8_rgdxaCenter = field_8_rgdxaCenter;
|
public void | setRgshd(org.apache.poi.hwpf.usermodel.ShadingDescriptor[] field_10_rgshd)Set the rgshd field for the TAP record.
this.field_10_rgshd = field_10_rgshd;
|
public void | setRgtc(org.apache.poi.hwpf.usermodel.TableCellDescriptor[] field_9_rgtc)Set the rgtc field for the TAP record.
this.field_9_rgtc = field_9_rgtc;
|
public void | setTlp(int field_6_tlp)Set the tlp field for the TAP record.
this.field_6_tlp = field_6_tlp;
|