@Internal public abstract class FRDAbstractType extends java.lang.Object
Class and fields descriptions are quoted from Microsoft Office Word 97-2007 Binary File Format (.doc) Specification
Modifier and Type | Field and Description |
---|---|
protected short |
field_1_nAuto |
Modifier | Constructor and Description |
---|---|
protected |
FRDAbstractType() |
protected |
FRDAbstractType(FRDAbstractType other) |
Modifier and Type | Method and Description |
---|---|
protected void |
fillFields(byte[] data,
int offset) |
short |
getNAuto()
If > 0, the note is an automatically numbered note, otherwise it has a
custom mark.
|
static int |
getSize()
Size of record
|
void |
serialize(byte[] data,
int offset) |
void |
setNAuto(short field_1_nAuto)
If > 0, the note is an automatically numbered note, otherwise it has a
custom mark.
|
java.lang.String |
toString() |
protected FRDAbstractType()
protected FRDAbstractType(FRDAbstractType other)
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
public short getNAuto()
public void setNAuto(short field_1_nAuto)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.