aspose.cells

Class BackgroundType

Utility class containing constants. Enumerates cell background pattern types.

Field Summary
const  NumberDIAGONAL_CROSSHATCH
Represents diagonal crosshatch pattern.
const  NumberDIAGONAL_STRIPE
Represents diagonal stripe pattern.
const  NumberGRAY_6
Represents 6.25% gray pattern
const  NumberGRAY_12
Represents 12.5% gray pattern
const  NumberGRAY_25
Represents 25% gray pattern.
const  NumberGRAY_50
Represents 50% gray pattern.
const  NumberGRAY_75
Represents 75% gray pattern.
const  NumberHORIZONTAL_STRIPE
Represents horizontal stripe pattern.
const  NumberNONE
Represents no background.
const  NumberREVERSE_DIAGONAL_STRIPE
Represents reverse diagonal stripe pattern.
const  NumberSOLID
Represents solid pattern.
const  NumberTHICK_DIAGONAL_CROSSHATCH
Represents thick diagonal crosshatch pattern.
const  NumberTHIN_DIAGONAL_CROSSHATCH
Represents thin diagonal crosshatch pattern.
const  NumberTHIN_DIAGONAL_STRIPE
Represents thin diagonal stripe pattern.
const  NumberTHIN_HORIZONTAL_CROSSHATCH
Represents thin horizontal crosshatch pattern.
const  NumberTHIN_HORIZONTAL_STRIPE
Represents thin horizontal stripe pattern.
const  NumberTHIN_REVERSE_DIAGONAL_STRIPE
Represents thin reverse diagonal stripe pattern.
const  NumberTHIN_VERTICAL_STRIPE
Represents thin vertical stripe pattern.
const  NumberVERTICAL_STRIPE
Represents vertical stripe pattern.
 

    • Field Detail

      • DIAGONAL_CROSSHATCH

        const Number DIAGONAL_CROSSHATCH
        Represents diagonal crosshatch pattern.
      • DIAGONAL_STRIPE

        const Number DIAGONAL_STRIPE
        Represents diagonal stripe pattern.
      • GRAY_6

        const Number GRAY_6
        Represents 6.25% gray pattern
      • GRAY_12

        const Number GRAY_12
        Represents 12.5% gray pattern
      • GRAY_25

        const Number GRAY_25
        Represents 25% gray pattern.
      • GRAY_50

        const Number GRAY_50
        Represents 50% gray pattern.
      • GRAY_75

        const Number GRAY_75
        Represents 75% gray pattern.
      • HORIZONTAL_STRIPE

        const Number HORIZONTAL_STRIPE
        Represents horizontal stripe pattern.
      • NONE

        const Number NONE
        Represents no background.
      • REVERSE_DIAGONAL_STRIPE

        const Number REVERSE_DIAGONAL_STRIPE
        Represents reverse diagonal stripe pattern.
      • SOLID

        const Number SOLID
        Represents solid pattern.
      • THICK_DIAGONAL_CROSSHATCH

        const Number THICK_DIAGONAL_CROSSHATCH
        Represents thick diagonal crosshatch pattern.
      • THIN_DIAGONAL_CROSSHATCH

        const Number THIN_DIAGONAL_CROSSHATCH
        Represents thin diagonal crosshatch pattern.
      • THIN_DIAGONAL_STRIPE

        const Number THIN_DIAGONAL_STRIPE
        Represents thin diagonal stripe pattern.
      • THIN_HORIZONTAL_CROSSHATCH

        const Number THIN_HORIZONTAL_CROSSHATCH
        Represents thin horizontal crosshatch pattern.
      • THIN_HORIZONTAL_STRIPE

        const Number THIN_HORIZONTAL_STRIPE
        Represents thin horizontal stripe pattern.
      • THIN_REVERSE_DIAGONAL_STRIPE

        const Number THIN_REVERSE_DIAGONAL_STRIPE
        Represents thin reverse diagonal stripe pattern.
      • THIN_VERTICAL_STRIPE

        const Number THIN_VERTICAL_STRIPE
        Represents thin vertical stripe pattern.
      • VERTICAL_STRIPE

        const Number VERTICAL_STRIPE
        Represents vertical stripe pattern.