|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NumberingContinuationType in aspose.pdf |
---|
Fields in aspose.pdf declared as NumberingContinuationType | |
---|---|
static NumberingContinuationType |
NumberingContinuationType.ContinuationInDocument
All the foot or end notes'numbers in the same pdf document would be continuerable. |
static NumberingContinuationType |
NumberingContinuationType.ContinuationInPage
A All the footnote numbers in the same page would be continuerable.This type is not suitable for end notes |
static NumberingContinuationType |
NumberingContinuationType.ContinuationInSection
All the foot or end notes'numbers in the same section would be continuerable. |
Methods in aspose.pdf that return NumberingContinuationType | |
---|---|
NumberingContinuationType |
EndNote.getNumberingContinuation()
Gets a NumberingContinuationType object that indicates the
continuation type of end note's number. |
NumberingContinuationType |
FootNote.getNumberingContinuation()
Gets a NumberingContinuationType enumeration value that indicates footnote numbering continuation style such as continuation in pdf or section. |
Methods in aspose.pdf with parameters of type NumberingContinuationType | |
---|---|
void |
EndNote.setNumberingContinuation(NumberingContinuationType value)
Sets a NumberingContinuationType value that indicates the
continuation type of end note's number. |
void |
FootNote.setNumberingContinuation(NumberingContinuationType numberingContinuation)
Sets a NumberingContinuationType enumeration value that indicates footnote numbering continuation style such as continuation in pdf or section. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |