ASPOSE home

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
           The new section starts on the same page as the previous section.
static final intNEW_COLUMN
           The section starts from a new column.
static final intNEW_PAGE
           The section starts from a new page.
static final intEVEN_PAGE
           The section starts on a new even page.
static final intODD_PAGE
           The section starts on a new odd page.
 

Field Detail

CONTINUOUS

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

NEW_COLUMN

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

NEW_PAGE

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

EVEN_PAGE

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

ODD_PAGE

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

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