public final class NumberingContinuationType
extends com.aspose.ms.System.Enum
Enumerates the continuation style of numbering of footnote or endnote
Modifier and Type | Field and Description |
---|---|
static int |
ContinuationInDocument
All the foot or end notes'numbers in the same pdf document would be continuerable.
|
static int |
ContinuationInPage
All the footnote numbers in the same page would be continuerable.This type is not suitable for end notes
|
static int |
ContinuationInSection
All the foot or end notes'numbers in the same section would be continuerable.
|
public static final int ContinuationInDocument
All the foot or end notes'numbers in the same pdf document would be continuerable.
public static final int ContinuationInSection
All the foot or end notes'numbers in the same section would be continuerable.
public static final int ContinuationInPage
All the footnote numbers in the same page would be continuerable.This type is not suitable for end notes
Copyright © 2016 Aspose. All Rights Reserved.