aspose.pdf
Class NumberingContinuationType

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

public class NumberingContinuationType
extends EnumerationBase

Enumerates the continuation style of numbering of footnote or endnote


Field Summary
static NumberingContinuationType ContinuationInDocument
          All the foot or end notes'numbers in the same pdf document would be continuerable.
static NumberingContinuationType ContinuationInPage
          A All the footnote numbers in the same page would be continuerable.This type is not suitable for end notes
static NumberingContinuationType ContinuationInSection
          All the foot or end notes'numbers in the same section would be continuerable.
 
Fields inherited from class aspose.pdf.EnumerationBase
value
 
Method Summary
 
Methods inherited from class aspose.pdf.EnumerationBase
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ContinuationInDocument

public static final NumberingContinuationType ContinuationInDocument
All the foot or end notes'numbers in the same pdf document would be continuerable.


ContinuationInSection

public static final NumberingContinuationType ContinuationInSection
All the foot or end notes'numbers in the same section would be continuerable.


ContinuationInPage

public static final NumberingContinuationType ContinuationInPage
A All the footnote numbers in the same page would be continuerable.This type is not suitable for end notes