|
ASPOSE home |
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 continious from the previous section. |
Field Detail |
---|
RESTART_PAGE | |
public static final int RESTART_PAGE |
RESTART_SECTION | |
public static final int RESTART_SECTION |
CONTINUOUS | |
public static final int CONTINUOUS |
|
ASPOSE home |