TabDescriptor@Internal public abstract class TBDAbstractType extends java.lang.Object
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.
| Modifier and Type | Field | Description |
|---|---|---|
protected byte |
field_1_value |
| Modifier | Constructor | Description |
|---|---|---|
protected |
TBDAbstractType() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
fillFields(byte[] data,
int offset) |
|
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() |
protected void fillFields(byte[] data,
int offset)
public void serialize(byte[] data,
int offset)
public static int getSize()
public java.lang.String toString()
toString in class java.lang.Object@Internal public byte getValue()
@Internal public void setValue(byte field_1_value)
@Internal public void setJc(byte value)
@Internal public byte getJc()
@Internal public void setTlc(byte value)
@Internal public byte getTlc()
@Internal public void setReserved(byte value)
@Internal public byte getReserved()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.