org.apache.poi.hwpf.model
Class NoteType

java.lang.Object
  extended by org.apache.poi.hwpf.model.NoteType

public class NoteType
extends java.lang.Object


Field Summary
static NoteType ENDNOTE
          Ending note
static NoteType FOOTNOTE
          Footnote
 
Method Summary
 int getFibDescriptorsFieldIndex()
           
 int getFibTextPositionsFieldIndex()
           
static NoteType[] values()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENDNOTE

public static final NoteType ENDNOTE
Ending note


FOOTNOTE

public static final NoteType FOOTNOTE
Footnote

Method Detail

getFibDescriptorsFieldIndex

public int getFibDescriptorsFieldIndex()

getFibTextPositionsFieldIndex

public int getFibTextPositionsFieldIndex()

values

public static final NoteType[] values()