ASPOSE home

com.aspose.words
Class LineNumberRestartMode

java.lang.Object
    extended by com.aspose.words.LineNumberRestartMode

public class LineNumberRestartMode
extends java.lang.Object

Utility class containing constants. Determines when automatic line numbering restarts.
See Also:
PageSetup, PageSetup.LineNumberRestartMode

Field Summary
static final intRESTART_PAGE
           Line numbering restarts at the start of every page.
static final intRESTART_SECTION
           Line numbering restarts at the section start.
static final intCONTINUOUS
           Line numbering continious from the previous section.
 

Field Detail

RESTART_PAGE

public static final int RESTART_PAGE
Line numbering restarts at the start of every page.

RESTART_SECTION

public static final int RESTART_SECTION
Line numbering restarts at the section start.

CONTINUOUS

public static final int CONTINUOUS
Line numbering continious from the previous section.

See Also:
          Wiki - the home page for the Aspose.Words Product Documentation that includes Programmer's Guide, Knowledge Base and other articles.
          Aspose.Words Support Forum - our preferred method of support.
          Aspose.Words Team - contact Aspose.Words Team.


ASPOSE home