Package org.apache.poi.hwpf.model.types
Class TBDAbstractType
java.lang.Object
org.apache.poi.hwpf.model.types.TBDAbstractType
- Direct Known Subclasses:
TabDescriptor
The TBD is a substructure of the PAP.
-
Method Summary
Modifier and TypeMethodDescriptionbytegetJc()Justification codebytestatic intgetSize()Size of recordbytegetTlc()Tab leader codebytegetValue()Get the value field for the TBD record.voidserialize(byte[] data, int offset) voidsetJc(byte value) Sets the jc field value.voidsetReserved(byte value) Sets the reserved field value.voidsetTlc(byte value) Sets the tlc field value.voidsetValue(byte field_1_value) Set the value field for the TBD record.toString()
-
Method Details
-
serialize
public void serialize(byte[] data, int offset) -
getSize
public static int getSize()Size of record -
toString
-
getValue
Get the value field for the TBD record. -
setValue
Set the value field for the TBD record. -
setJc
Sets the jc field value. Justification code -
getJc
Justification code- Returns:
- the jc field value.
-
setTlc
Sets the tlc field value. Tab leader code -
getTlc
Tab leader code- Returns:
- the tlc field value.
-
setReserved
Sets the reserved field value. -
getReserved
- Returns:
- the reserved field value.
-