Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface PrintingPageType


public interface PrintingPageType

Indicates which pages will not be printed.


Field Summary
static int DEFAULT
          Prints all pages.
static int IGNOREBLANK
          Don't print the pages which the cells are blank.
static int IGNORESTYLE
          Don't print the pages which cells only contain styles.
 

Field Detail

DEFAULT

static final int DEFAULT
Prints all pages.

See Also:
Constant Field Values

IGNOREBLANK

static final int IGNOREBLANK
Don't print the pages which the cells are blank.

See Also:
Constant Field Values

IGNORESTYLE

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

See Also:
Constant Field Values