com.aspose.words

Class MultiplePagesType

  • java.lang.Object
    • com.aspose.words.MultiplePagesType
public class MultiplePagesType 
extends java.lang.Object

Utility class containing constants. Specifies how document is printed out.

Field Summary
static final intNORMAL = 0
Normal printing, no multiple pages specified.
static final intMIRROR_MARGINS = 1
Swaps left and right margins on facing pages.
static final intTWO_PAGES_PER_SHEET = 2
Prints two pages per sheet.
static final intBOOK_FOLD_PRINTING = 3
Specifies whether to print the document as a book fold.
static final intBOOK_FOLD_PRINTING_REVERSE = 4
Specifies whether to print the document as a reverse book fold.
static final intDEFAULT = 0
Default value is NORMAL
 

    • Field Detail

      • NORMAL = 0

        public static final int NORMAL
        Normal printing, no multiple pages specified.
      • MIRROR_MARGINS = 1

        public static final int MIRROR_MARGINS
        Swaps left and right margins on facing pages.
      • TWO_PAGES_PER_SHEET = 2

        public static final int TWO_PAGES_PER_SHEET
        Prints two pages per sheet.
      • BOOK_FOLD_PRINTING = 3

        public static final int BOOK_FOLD_PRINTING
        Specifies whether to print the document as a book fold.
      • BOOK_FOLD_PRINTING_REVERSE = 4

        public static final int BOOK_FOLD_PRINTING_REVERSE
        Specifies whether to print the document as a reverse book fold.
      • DEFAULT = 0

        public static final int DEFAULT
        Default value is NORMAL