com.spire.doc
Enum EndnotePosition

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

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

Endnote position of the Document.


Enum Constant Summary
Display_End_Of_Document
          Placed the Endnote on End of the Document.
Display_End_Of_Section
          Placed the Endnote on End of the section.
 
Method Summary
 int getValue()
           
 

Enum Constant Detail

Display_End_Of_Section

public static final EndnotePosition Display_End_Of_Section
Placed the Endnote on End of the section.


Display_End_Of_Document

public static final EndnotePosition Display_End_Of_Document
Placed the Endnote on End of the Document.

Method Detail

getValue

public int getValue()