asposecells.api

Class BackgroundType

Utility class containing constants. Enumerates cell background pattern types.

Field Summary
const  intDIAGONAL_CROSSHATCH
Represents diagonal crosshatch pattern.
const  intDIAGONAL_STRIPE
Represents diagonal stripe pattern.
const  intGRAY_6
Represents 6.25% gray pattern
const  intGRAY_12
Represents 12.5% gray pattern
const  intGRAY_25
Represents 25% gray pattern.
const  intGRAY_50
Represents 50% gray pattern.
const  intGRAY_75
Represents 75% gray pattern.
const  intHORIZONTAL_STRIPE
Represents horizontal stripe pattern.
const  intNONE
Represents no background.
const  intREVERSE_DIAGONAL_STRIPE
Represents reverse diagonal stripe pattern.
const  intSOLID
Represents solid pattern.
const  intTHICK_DIAGONAL_CROSSHATCH
Represents thick diagonal crosshatch pattern.
const  intTHIN_DIAGONAL_CROSSHATCH
Represents thin diagonal crosshatch pattern.
const  intTHIN_DIAGONAL_STRIPE
Represents thin diagonal stripe pattern.
const  intTHIN_HORIZONTAL_CROSSHATCH
Represents thin horizontal crosshatch pattern.
const  intTHIN_HORIZONTAL_STRIPE
Represents thin horizontal stripe pattern.
const  intTHIN_REVERSE_DIAGONAL_STRIPE
Represents thin reverse diagonal stripe pattern.
const  intTHIN_VERTICAL_STRIPE
Represents thin vertical stripe pattern.
const  intVERTICAL_STRIPE
Represents vertical stripe pattern.
 

    • Field Detail

      • DIAGONAL_CROSSHATCH

        const int DIAGONAL_CROSSHATCH
        Represents diagonal crosshatch pattern.
      • DIAGONAL_STRIPE

        const int DIAGONAL_STRIPE
        Represents diagonal stripe pattern.
      • GRAY_6

        const int GRAY_6
        Represents 6.25% gray pattern
      • GRAY_12

        const int GRAY_12
        Represents 12.5% gray pattern
      • GRAY_25

        const int GRAY_25
        Represents 25% gray pattern.
      • GRAY_50

        const int GRAY_50
        Represents 50% gray pattern.
      • GRAY_75

        const int GRAY_75
        Represents 75% gray pattern.
      • HORIZONTAL_STRIPE

        const int HORIZONTAL_STRIPE
        Represents horizontal stripe pattern.
      • NONE

        const int NONE
        Represents no background.
      • REVERSE_DIAGONAL_STRIPE

        const int REVERSE_DIAGONAL_STRIPE
        Represents reverse diagonal stripe pattern.
      • SOLID

        const int SOLID
        Represents solid pattern.
      • THICK_DIAGONAL_CROSSHATCH

        const int THICK_DIAGONAL_CROSSHATCH
        Represents thick diagonal crosshatch pattern.
      • THIN_DIAGONAL_CROSSHATCH

        const int THIN_DIAGONAL_CROSSHATCH
        Represents thin diagonal crosshatch pattern.
      • THIN_DIAGONAL_STRIPE

        const int THIN_DIAGONAL_STRIPE
        Represents thin diagonal stripe pattern.
      • THIN_HORIZONTAL_CROSSHATCH

        const int THIN_HORIZONTAL_CROSSHATCH
        Represents thin horizontal crosshatch pattern.
      • THIN_HORIZONTAL_STRIPE

        const int THIN_HORIZONTAL_STRIPE
        Represents thin horizontal stripe pattern.
      • THIN_REVERSE_DIAGONAL_STRIPE

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

        const int THIN_VERTICAL_STRIPE
        Represents thin vertical stripe pattern.
      • VERTICAL_STRIPE

        const int VERTICAL_STRIPE
        Represents vertical stripe pattern.