com.aspose.cells

Class PrintingPageType

  • java.lang.Object
    • com.aspose.cells.PrintingPageType
public class PrintingPageType 
extends java.lang.Object

Utility class containing constants. Indicates which pages will not be printed.

Field Summary
static final intDEFAULT
Prints all pages.
static final intIGNORE_BLANK
Don't print the pages which the cells are blank.
static final intIGNORE_STYLE
Don't print the pages which cells only contain styles.
 

    • Field Detail

      • DEFAULT

        public static final int DEFAULT
        Prints all pages.
      • IGNORE_BLANK

        public static final int IGNORE_BLANK
        Don't print the pages which the cells are blank.
      • IGNORE_STYLE

        public static final int IGNORE_STYLE
        Don't print the pages which cells only contain styles.