FileDocCategorySizeDatePackage
TAPAbstractType.javaAPI DocApache Poi 3.0.17629Mon Jan 01 18:55:22 GMT 2007org.apache.poi.hdf.model.hdftypes.definitions

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
private int
field_1_jc
private int
field_2_dxaGapHalf
private int
field_3_dyaRowHeight
private boolean
field_4_fCantSplit
private boolean
field_5_fTableHeader
private int
field_6_tlp
private short
field_7_itcMac
private short[]
field_8_rgdxaCenter
private TCAbstractType[]
field_9_rgtc
private byte[]
field_10_rgshd
private short[]
field_11_brcBottom
private short[]
field_12_brcTop
private short[]
field_13_brcLeft
private short[]
field_14_brcRight
private short[]
field_15_brcVertical
private short[]
field_16_brcHorizontal
Constructors Summary
public TAPAbstractType()


    
Methods Summary
public short[]getBrcBottom()
Get the brcBottom field for the TAP record.

        return field_11_brcBottom;
    
public short[]getBrcHorizontal()
Get the brcHorizontal field for the TAP record.

        return field_16_brcHorizontal;
    
public short[]getBrcLeft()
Get the brcLeft field for the TAP record.

        return field_13_brcLeft;
    
public short[]getBrcRight()
Get the brcRight field for the TAP record.

        return field_14_brcRight;
    
public short[]getBrcTop()
Get the brcTop field for the TAP record.

        return field_12_brcTop;
    
public short[]getBrcVertical()
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 byte[]getRgshd()
Get the rgshd field for the TAP record.

        return field_10_rgshd;
    
public org.apache.poi.hdf.model.hdftypes.definitions.TCAbstractType[]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(short[] field_11_brcBottom)
Set the brcBottom field for the TAP record.

        this.field_11_brcBottom = field_11_brcBottom;
    
public voidsetBrcHorizontal(short[] field_16_brcHorizontal)
Set the brcHorizontal field for the TAP record.

        this.field_16_brcHorizontal = field_16_brcHorizontal;
    
public voidsetBrcLeft(short[] field_13_brcLeft)
Set the brcLeft field for the TAP record.

        this.field_13_brcLeft = field_13_brcLeft;
    
public voidsetBrcRight(short[] field_14_brcRight)
Set the brcRight field for the TAP record.

        this.field_14_brcRight = field_14_brcRight;
    
public voidsetBrcTop(short[] field_12_brcTop)
Set the brcTop field for the TAP record.

        this.field_12_brcTop = field_12_brcTop;
    
public voidsetBrcVertical(short[] 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(byte[] field_10_rgshd)
Set the rgshd field for the TAP record.

        this.field_10_rgshd = field_10_rgshd;
    
public voidsetRgtc(org.apache.poi.hdf.model.hdftypes.definitions.TCAbstractType[] 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;