Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface PrintErrorsType


public interface PrintErrorsType

Represents print errors constants.


Field Summary
static short PRINT_ERRORS_BLANK
          PRINT_ERRORS_BLANK Represents not to print errors.
static short PRINT_ERRORS_DASH
          PrintErrorsDash Represents to print errors as "--".
static short PRINT_ERRORS_DISPLAYED
          PrintErrorsDisplayed Represents to print errors as displayed.
static short PRINT_ERRORS_NA
          PrintErrorsNA Represents to print errors as "#N/A".
 

Field Detail

PRINT_ERRORS_BLANK

static final short PRINT_ERRORS_BLANK
PRINT_ERRORS_BLANK Represents not to print errors.

See Also:
Constant Field Values

PRINT_ERRORS_DASH

static final short PRINT_ERRORS_DASH
PrintErrorsDash Represents to print errors as "--".

See Also:
Constant Field Values

PRINT_ERRORS_DISPLAYED

static final short PRINT_ERRORS_DISPLAYED
PrintErrorsDisplayed Represents to print errors as displayed.

See Also:
Constant Field Values

PRINT_ERRORS_NA

static final short PRINT_ERRORS_NA
PrintErrorsNA Represents to print errors as "#N/A".

See Also:
Constant Field Values