|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hwpf.model.types.FRDAbstractType
public abstract class FRDAbstractType
Footnote Reference Descriptor (FRD).
Class and fields descriptions are quoted from Microsoft Office Word 97-2007 Binary File Format (.doc) Specification NOTE: This source is automatically generated please do not modify this file. Either subclass or remove the record in src/types/definitions.
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |