FileDocCategorySizeDatePackage
TAPAbstractType.javaAPI DocApache Poi 3.0.17795Mon Jan 01 18:55:32 GMT 2007org.apache.poi.hwpf.model.types

TAPAbstractType

public abstract class TAPAbstractType extends Object implements HDFType
Table Properties. NOTE: This source is automatically generated please do not modify this file. Either subclass or remove the record in src/records/definitions.
author
S. Ryan Ackley

Fields Summary
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
Constructors Summary
public TAPAbstractType()


    
Methods Summary
public org.apache.poi.hwpf.usermodel.BorderCodegetBrcBottom()
Get the brcBottom field for the TAP record.

        return field_11_brcBottom;
    
public org.apache.poi.hwpf.usermodel.BorderCodegetBrcHorizontal()
Get the brcHorizontal field for the TAP record.

        return field_16_brcHorizontal;
    
public org.apache.poi.hwpf.usermodel.BorderCodegetBrcLeft()
Get the brcLeft field for the TAP record.

        return field_13_brcLeft;
    
public org.apache.poi.hwpf.usermodel.BorderCodegetBrcRight()
Get the brcRight field for the TAP record.

        return field_14_brcRight;
    
public org.apache.poi.hwpf.usermodel.BorderCodegetBrcTop()
Get the brcTop field for the TAP record.

        return field_12_brcTop;
    
public org.apache.poi.hwpf.usermodel.BorderCodegetBrcVertical()
Get the brcVertical field for the TAP record.

        return field_15_brcVertical;
    
public intgetDxaGapHalf()
Get the dxaGapHalf field for the TAP record.

        return field_2_dxaGapHalf;
    
public intgetDyaRowHeight()
Get the dyaRowHeight field for the TAP record.

        return field_3_dyaRowHeight;
    
public booleangetFCantSplit()
Get the fCantSplit field for the TAP record.

        return field_4_fCantSplit;
    
public booleangetFTableHeader()
Get the fTableHeader field for the TAP record.

        return field_5_fTableHeader;
    
public shortgetItcMac()
Get the itcMac field for the TAP record.

        return field_7_itcMac;
    
public intgetJc()
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 intgetSize()
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 intgetTlp()
Get the tlp field for the TAP record.

        return field_6_tlp;
    
public voidsetBrcBottom(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 voidsetBrcHorizontal(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 voidsetBrcLeft(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 voidsetBrcRight(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 voidsetBrcTop(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 voidsetBrcVertical(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 voidsetDxaGapHalf(int field_2_dxaGapHalf)
Set the dxaGapHalf field for the TAP record.

        this.field_2_dxaGapHalf = field_2_dxaGapHalf;
    
public voidsetDyaRowHeight(int field_3_dyaRowHeight)
Set the dyaRowHeight field for the TAP record.

        this.field_3_dyaRowHeight = field_3_dyaRowHeight;
    
public voidsetFCantSplit(boolean field_4_fCantSplit)
Set the fCantSplit field for the TAP record.

        this.field_4_fCantSplit = field_4_fCantSplit;
    
public voidsetFTableHeader(boolean field_5_fTableHeader)
Set the fTableHeader field for the TAP record.

        this.field_5_fTableHeader = field_5_fTableHeader;
    
public voidsetItcMac(short field_7_itcMac)
Set the itcMac field for the TAP record.

        this.field_7_itcMac = field_7_itcMac;
    
public voidsetJc(int field_1_jc)
Set the jc field for the TAP record.

        this.field_1_jc = field_1_jc;
    
public voidsetRgdxaCenter(short[] field_8_rgdxaCenter)
Set the rgdxaCenter field for the TAP record.

        this.field_8_rgdxaCenter = field_8_rgdxaCenter;
    
public voidsetRgshd(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 voidsetRgtc(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 voidsetTlp(int field_6_tlp)
Set the tlp field for the TAP record.

        this.field_6_tlp = field_6_tlp;