com.aspose.cells

Class PrintErrorsType

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

Utility class containing constants. Represents print errors constants.

Field Summary
static final intPRINT_ERRORS_BLANK
Represents not to print errors.
static final intPRINT_ERRORS_DASH
Represents to print errors as "--".
static final intPRINT_ERRORS_DISPLAYED
Represents to print errors as displayed.
static final intPRINT_ERRORS_NA
Represents to print errors as "#N/A".
 

    • Field Detail

      • PRINT_ERRORS_BLANK

        public static final int PRINT_ERRORS_BLANK
        Represents not to print errors.
      • PRINT_ERRORS_DASH

        public static final int PRINT_ERRORS_DASH
        Represents to print errors as "--".
      • PRINT_ERRORS_DISPLAYED

        public static final int PRINT_ERRORS_DISPLAYED
        Represents to print errors as displayed.
      • PRINT_ERRORS_NA

        public static final int PRINT_ERRORS_NA
        Represents to print errors as "#N/A".