org.apache.poi.hdf.model.hdftypes.definitions
Class TCAbstractType

java.lang.Object
  extended byorg.apache.poi.hdf.model.hdftypes.definitions.TCAbstractType
All Implemented Interfaces:
HDFType
Direct Known Subclasses:
TableCellDescriptor

public abstract class TCAbstractType
extends java.lang.Object
implements HDFType

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.

Author:
S. Ryan Ackley

Constructor Summary
TCAbstractType()
           
 
Method Summary
 short[] getBrcBottom()
          Get the brcBottom field for the TC record.
 short[] getBrcLeft()
          Get the brcLeft field for the TC record.
 short[] getBrcRight()
          Get the brcRight field for the TC record.
 short[] getBrcTop()
          Get the brcTop field for the TC record.
 short getRgf()
          Get the rgf field for the TC record.
 int getSize()
          Size of record (exluding 4 byte header)
 short getUnused()
          Get the unused field for the TC record.
 byte getVertAlign()
           
 boolean isFBackward()
           
 boolean isFFirstMerged()
           
 boolean isFMerged()
           
 boolean isFRotateFont()
           
 boolean isFVertical()
           
 boolean isFVertMerge()
           
 boolean isFVertRestart()
           
 void setBrcBottom(short[] field_5_brcBottom)
          Set the brcBottom field for the TC record.
 void setBrcLeft(short[] field_4_brcLeft)
          Set the brcLeft field for the TC record.
 void setBrcRight(short[] field_6_brcRight)
          Set the brcRight field for the TC record.
 void setBrcTop(short[] field_3_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 setFMerged(boolean value)
          Sets the fMerged field value.
 void setFRotateFont(boolean value)
          Sets the fRotateFont 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 setUnused(short field_2_unused)
          Set the unused field for the TC record.
 void setVertAlign(byte value)
          Sets the vertAlign field value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCAbstractType

public TCAbstractType()
Method Detail

getSize

public int getSize()
Size of record (exluding 4 byte header)


getRgf

public short getRgf()
Get the rgf field for the TC record.


setRgf

public void setRgf(short field_1_rgf)
Set the rgf field for the TC record.


getUnused

public short getUnused()
Get the unused field for the TC record.


setUnused

public void setUnused(short field_2_unused)
Set the unused field for the TC record.


getBrcTop

public short[] getBrcTop()
Get the brcTop field for the TC record.


setBrcTop

public void setBrcTop(short[] field_3_brcTop)
Set the brcTop field for the TC record.


getBrcLeft

public short[] getBrcLeft()
Get the brcLeft field for the TC record.


setBrcLeft

public void setBrcLeft(short[] field_4_brcLeft)
Set the brcLeft field for the TC record.


getBrcBottom

public short[] getBrcBottom()
Get the brcBottom field for the TC record.


setBrcBottom

public void setBrcBottom(short[] field_5_brcBottom)
Set the brcBottom field for the TC record.


getBrcRight

public short[] getBrcRight()
Get the brcRight field for the TC record.


setBrcRight

public void setBrcRight(short[] field_6_brcRight)
Set the brcRight field for the TC record.


setFFirstMerged

public void setFFirstMerged(boolean value)
Sets the fFirstMerged field value.


isFFirstMerged

public boolean isFFirstMerged()
Returns:
the fFirstMerged field value.

setFMerged

public void setFMerged(boolean value)
Sets the fMerged field value.


isFMerged

public boolean isFMerged()
Returns:
the fMerged field value.

setFVertical

public void setFVertical(boolean value)
Sets the fVertical field value.


isFVertical

public boolean isFVertical()
Returns:
the fVertical field value.

setFBackward

public void setFBackward(boolean value)
Sets the fBackward field value.


isFBackward

public boolean isFBackward()
Returns:
the fBackward field value.

setFRotateFont

public void setFRotateFont(boolean value)
Sets the fRotateFont field value.


isFRotateFont

public boolean isFRotateFont()
Returns:
the fRotateFont field value.

setFVertMerge

public void setFVertMerge(boolean value)
Sets the fVertMerge field value.


isFVertMerge

public boolean isFVertMerge()
Returns:
the fVertMerge field value.

setFVertRestart

public void setFVertRestart(boolean value)
Sets the fVertRestart field value.


isFVertRestart

public boolean isFVertRestart()
Returns:
the fVertRestart field value.

setVertAlign

public void setVertAlign(byte value)
Sets the vertAlign field value.


getVertAlign

public byte getVertAlign()
Returns:
the vertAlign field value.


Copyright © 2003 Apache Software Foundation.