java.lang.Objectcom.aspose.words.LineNumberRestartMode
public class LineNumberRestartMode
Field Summary | ||
---|---|---|
static final int | RESTART_PAGE | |
Line numbering restarts at the start of every page. | ||
static final int | RESTART_SECTION | |
Line numbering restarts at the section start. | ||
static final int | CONTINUOUS | |
Line numbering continuous from the previous section. |
Field Detail |
---|
RESTART_PAGE = 0 | |
public static final int RESTART_PAGE |
RESTART_SECTION = 1 | |
public static final int RESTART_SECTION |
CONTINUOUS = 2 | |
public static final int CONTINUOUS |