|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SectionBreakType>
com.spire.doc.documents.SectionBreakType
public 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 |
---|
public static final SectionBreakType No_Break
public static final SectionBreakType New_Column
public static final SectionBreakType New_Page
public static final SectionBreakType Even_Page
public static final SectionBreakType Oddpage
Method Detail |
---|
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |