com.spire.doc.documents
Enum SectionBreakType

java.lang.Object
  extended by java.lang.Enum<SectionBreakType>
      extended by com.spire.doc.documents.SectionBreakType
All Implemented Interfaces:
java.lang.Comparable<SectionBreakType>

public enum SectionBreakType
extends java.lang.Enum<SectionBreakType>

Specifies type of the section break code.


Enum Constant Summary
Even_Page
          The section starts on a new even page.
New_Column
          The section starts from a new column.
New_Page
          The section starts from a new page.
No_Break
          The section starts on the same page.
Oddpage
          The section starts on a new odd page.
 
Method Summary
 int getValue()
           
 

Enum Constant Detail

No_Break

public static final SectionBreakType No_Break
The section starts on the same page.


New_Column

public static final SectionBreakType New_Column
The section starts from a new column.


New_Page

public static final SectionBreakType New_Page
The section starts from a new page.


Even_Page

public static final SectionBreakType Even_Page
The section starts on a new even page.


Oddpage

public static final SectionBreakType Oddpage
The section starts on a new odd page.

Method Detail

getValue

public int getValue()