com.spire.doc
Enum FootnoteType

java.lang.Object
  extended by java.lang.Enum<FootnoteType>
      extended by com.spire.doc.FootnoteType
All Implemented Interfaces:
java.lang.Comparable<FootnoteType>

public enum FootnoteType
extends java.lang.Enum<FootnoteType>

Specifies the Type of the FootNote.


Enum Constant Summary
Endnote
          Specifies object is a endnote.
Footnote
          Specifies object is a footnote.
 
Method Summary
 int getValue()
           
 

Enum Constant Detail

Footnote

public static final FootnoteType Footnote
Specifies object is a footnote.


Endnote

public static final FootnoteType Endnote
Specifies object is a endnote.

Method Detail

getValue

public int getValue()