Class FRDAbstractType

java.lang.Object
org.apache.poi.hwpf.model.types.FRDAbstractType
Direct Known Subclasses:
FootnoteReferenceDescriptor

@Internal public abstract class FRDAbstractType extends Object
Footnote Reference Descriptor (FRD).

Class and fields descriptions are quoted from Microsoft Office Word 97-2007 Binary File Format (.doc) Specification

  • Method Summary

    Modifier and Type
    Method
    Description
    short
    If > 0, the note is an automatically numbered note, otherwise it has a custom mark.
    static int
    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.
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Method Details

    • serialize

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

      public static int getSize()
      Size of record
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getNAuto

      public short getNAuto()
      If > 0, the note is an automatically numbered note, otherwise it has a custom mark.
    • setNAuto

      public void setNAuto(short field_1_nAuto)
      If > 0, the note is an automatically numbered note, otherwise it has a custom mark.