ASPOSE home

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
           Break between paragraphs.
static final intPAGE_BREAK
           Explicit page break.
static final intCOLUMN_BREAK
           Explicit column break.
static final intSECTION_BREAK_CONTINUOUS
           Specifies start of new section on the same page as the previous section.
static final intSECTION_BREAK_NEW_COLUMN
           Specifies start of new section in the new column.
static final intSECTION_BREAK_NEW_PAGE
           Specifies start of new section on a new page.
static final intSECTION_BREAK_EVEN_PAGE
           Specifies start of new section on a new even page.
static final intSECTION_BREAK_ODD_PAGE
           Specifies start of new section on a odd page.
static final intLINE_BREAK
           Explicit line break.
 

Field Detail

PARAGRAPH_BREAK

public static final int PARAGRAPH_BREAK
Break between paragraphs.

PAGE_BREAK

public static final int PAGE_BREAK
Explicit page break.

COLUMN_BREAK

public static final int COLUMN_BREAK
Explicit column break.

SECTION_BREAK_CONTINUOUS

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

SECTION_BREAK_NEW_COLUMN

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

SECTION_BREAK_NEW_PAGE

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

SECTION_BREAK_EVEN_PAGE

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

SECTION_BREAK_ODD_PAGE

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

LINE_BREAK

public static final int LINE_BREAK
Explicit line break.

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