com.spire.doc
Enum FootnotePosition

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

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

Specifies FootnotePosition.


Enum Constant Summary
Print_As_End_Of_Document
          Endnotes are output at the end of the document.
Print_As_End_Of_Section
          Endnotes are output at the end of the section.
Print_At_Bottom_Of_Page
          Footnotes are output at the bottom of each page.
Print_Immediately_Beneath_Text
          Footnotes are output beneath text on each page.
 
Method Summary
 int getValue()
           
 

Enum Constant Detail

Print_As_End_Of_Section

public static final FootnotePosition Print_As_End_Of_Section
Endnotes are output at the end of the section.


Print_At_Bottom_Of_Page

public static final FootnotePosition Print_At_Bottom_Of_Page
Footnotes are output at the bottom of each page.


Print_Immediately_Beneath_Text

public static final FootnotePosition Print_Immediately_Beneath_Text
Footnotes are output beneath text on each page.


Print_As_End_Of_Document

public static final FootnotePosition Print_As_End_Of_Document
Endnotes are output at the end of the document. Valid for endnotes only.

Method Detail

getValue

public int getValue()