java.lang.Object
com.aspose.words.FootnoteNumberingRule
public class FootnoteNumberingRule
| Field Summary | ||
|---|---|---|
static final int | CONTINUOUS | |
| Numbering continuous throughout the document. | ||
static final int | RESTART_SECTION | |
| Numbering restarts at each section. | ||
static final int | RESTART_PAGE | |
| Numbering restarts at each page. Valid for footnotes only. | ||
static final int | DEFAULT | |
|
Equals |
||
| Field Detail |
|---|
CONTINUOUS = 0 | |
public static final int CONTINUOUS | |
RESTART_SECTION = 1 | |
public static final int RESTART_SECTION | |
RESTART_PAGE = 2 | |
public static final int RESTART_PAGE | |
DEFAULT = 0 | |
public static final int DEFAULT | |