|
ASPOSE home | ||||||||
java.lang.Object
com.aspose.words.SectionStart
public class SectionStart
| Field Summary | ||
|---|---|---|
static final int | CONTINUOUS | |
| The new section starts on the same page as the previous section. | ||
static final int | NEW_COLUMN | |
| The section starts from a new column. | ||
static final int | NEW_PAGE | |
| The section starts from a new page. | ||
static final int | EVEN_PAGE | |
| The section starts on a new even page. | ||
static final int | ODD_PAGE | |
| The section starts on a new odd page. | ||
| Field Detail |
|---|
CONTINUOUS | |
public static final int CONTINUOUS | |
NEW_COLUMN | |
public static final int NEW_COLUMN | |
NEW_PAGE | |
public static final int NEW_PAGE | |
EVEN_PAGE | |
public static final int EVEN_PAGE | |
ODD_PAGE | |
public static final int ODD_PAGE | |
|
ASPOSE home | ||||||||