aspose.pdf
Class EndNotePositioningType

java.lang.Object
  extended by aspose.pdf.EnumerationBase
      extended by aspose.pdf.EndNotePositioningType

public class EndNotePositioningType
extends EnumerationBase

Enumerates the positioning types for endnote.


Field Summary
static EndNotePositioningType EndOfDoc
          The end note will be placed at end of the current Pdf document.
static EndNotePositioningType EndOfSection
          The end note will be placed at end of the current section.
 
Method Summary
 
Methods inherited from class aspose.pdf.EnumerationBase
getValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EndOfSection

public static final EndNotePositioningType EndOfSection
The end note will be placed at end of the current section.


EndOfDoc

public static final EndNotePositioningType EndOfDoc
The end note will be placed at end of the current Pdf document.