org.apache.poi.hwpf.model.types
Class TBDAbstractType

java.lang.Object
  extended by org.apache.poi.hwpf.model.types.TBDAbstractType
Direct Known Subclasses:
TabDescriptor

public abstract class TBDAbstractType
extends java.lang.Object

The TBD is a substructure of the PAP.

Class and fields descriptions are quoted from Microsoft Office Word 97-2007 Binary File Format

NOTE: This source is automatically generated please do not modify this file. Either subclass or remove the record in src/types/definitions.

This class is internal. It content or properties may change without notice due to changes in our knowledge of internal Microsoft Word binary structures.

Author:
Sergey Vladimirov; according to Microsoft Office Word 97-2007 Binary File Format Specification [*.doc]

Method Summary
 byte getJc()
          Justification code
 byte getReserved()
           
static int getSize()
          Size of record
 byte getTlc()
          Tab leader code
 byte getValue()
          Get the value field for the TBD record.
 void serialize(byte[] data, int offset)
           
 void setJc(byte value)
          Sets the jc field value.
 void setReserved(byte value)
          Sets the reserved field value.
 void setTlc(byte value)
          Sets the tlc field value.
 void setValue(byte field_1_value)
          Set the value field for the TBD record.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

serialize

public void serialize(byte[] data,
                      int offset)

getSize

public static int getSize()
Size of record


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getValue

public byte getValue()
Get the value field for the TBD record.


setValue

public void setValue(byte field_1_value)
Set the value field for the TBD record.


setJc

public void setJc(byte value)
Sets the jc field value. Justification code


getJc

public byte getJc()
Justification code

Returns:
the jc field value.

setTlc

public void setTlc(byte value)
Sets the tlc field value. Tab leader code


getTlc

public byte getTlc()
Tab leader code

Returns:
the tlc field value.

setReserved

public void setReserved(byte value)
Sets the reserved field value.


getReserved

public byte getReserved()
Returns:
the reserved field value.