java.lang.Object
com.aspose.words.MultiplePagesType
public class MultiplePagesType
| Field Summary | ||
|---|---|---|
static final int | NORMAL | |
| Normal printing, no multiple pages specified. | ||
static final int | MIRROR_MARGINS | |
| Swaps left and right margins on facing pages. | ||
static final int | TWO_PAGES_PER_SHEET | |
| Prints two pages per sheet. | ||
static final int | BOOK_FOLD_PRINTING | |
| Specifies whether to print the document as a book fold. | ||
static final int | BOOK_FOLD_PRINTING_REVERSE | |
| Specifies whether to print the document as a reverse book fold. | ||
static final int | DEFAULT | |
|
Default value is |
||
| Field Detail |
|---|
NORMAL = 0 | |
public static final int NORMAL | |
MIRROR_MARGINS = 1 | |
public static final int MIRROR_MARGINS | |
TWO_PAGES_PER_SHEET = 2 | |
public static final int TWO_PAGES_PER_SHEET | |
BOOK_FOLD_PRINTING = 3 | |
public static final int BOOK_FOLD_PRINTING | |
BOOK_FOLD_PRINTING_REVERSE = 4 | |
public static final int BOOK_FOLD_PRINTING_REVERSE | |
DEFAULT = 0 | |
public static final int DEFAULT | |