com.aspose.words
Class SectionStart

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

public class SectionStart 
extends java.lang.Object

Utility class containing constants. The type of break at the beginning of the section.

Field Summary
static final intCONTINUOUS = 0
           The new section starts on the same page as the previous section.
static final intNEW_COLUMN = 1
           The section starts from a new column.
static final intNEW_PAGE = 2
           The section starts from a new page.
static final intEVEN_PAGE = 3
           The section starts on a new even page.
static final intODD_PAGE = 4
           The section starts on a new odd page.
 

Field Detail

CONTINUOUS = 0

public static final int CONTINUOUS
The new section starts on the same page as the previous section.

NEW_COLUMN = 1

public static final int NEW_COLUMN
The section starts from a new column.

NEW_PAGE = 2

public static final int NEW_PAGE
The section starts from a new page.

EVEN_PAGE = 3

public static final int EVEN_PAGE
The section starts on a new even page.

ODD_PAGE = 4

public static final int ODD_PAGE
The section starts on a new odd page.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.