com.aspose.words
Class BreakType

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

public class BreakType 
extends java.lang.Object

Utility class containing constants. Specifies type of a break inside a document.

Field Summary
static final intPARAGRAPH_BREAK = 0
           Break between paragraphs.
static final intPAGE_BREAK = 1
           Explicit page break.
static final intCOLUMN_BREAK = 2
           Explicit column break.
static final intSECTION_BREAK_CONTINUOUS = 3
           Specifies start of new section on the same page as the previous section.
static final intSECTION_BREAK_NEW_COLUMN = 4
           Specifies start of new section in the new column.
static final intSECTION_BREAK_NEW_PAGE = 5
           Specifies start of new section on a new page.
static final intSECTION_BREAK_EVEN_PAGE = 6
           Specifies start of new section on a new even page.
static final intSECTION_BREAK_ODD_PAGE = 7
           Specifies start of new section on a odd page.
static final intLINE_BREAK = 8
           Explicit line break.
 

Field Detail

PARAGRAPH_BREAK = 0

public static final int PARAGRAPH_BREAK
Break between paragraphs.

PAGE_BREAK = 1

public static final int PAGE_BREAK
Explicit page break.

COLUMN_BREAK = 2

public static final int COLUMN_BREAK
Explicit column break.

SECTION_BREAK_CONTINUOUS = 3

public static final int SECTION_BREAK_CONTINUOUS
Specifies start of new section on the same page as the previous section.

SECTION_BREAK_NEW_COLUMN = 4

public static final int SECTION_BREAK_NEW_COLUMN
Specifies start of new section in the new column.

SECTION_BREAK_NEW_PAGE = 5

public static final int SECTION_BREAK_NEW_PAGE
Specifies start of new section on a new page.

SECTION_BREAK_EVEN_PAGE = 6

public static final int SECTION_BREAK_EVEN_PAGE
Specifies start of new section on a new even page.

SECTION_BREAK_ODD_PAGE = 7

public static final int SECTION_BREAK_ODD_PAGE
Specifies start of new section on a odd page.

LINE_BREAK = 8

public static final int LINE_BREAK
Explicit line break.

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