|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaspose.pdf.EnumerationBase
aspose.pdf.NumberingContinuationType
public class NumberingContinuationType
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 |
---|
public static final NumberingContinuationType ContinuationInDocument
public static final NumberingContinuationType ContinuationInSection
public static final NumberingContinuationType ContinuationInPage
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |