Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate

com.aspose.cells
Interface PatternType


public interface PatternType

Enumerates cell background pattern types.


Field Summary
static short DIAGONAL_CROSSHATCH
          Represents diagonal crosshatch pattern.
static short DIAGONAL_STRIPE
          Represents diagonal stripe pattern.
static short GRAY12
          Represents 12.5% gray pattern.
static short GRAY25
          Represents 25% gray pattern.
static short GRAY50
          Represents 50% gray pattern.
static short GRAY6
          Represents 6.25% gray pattern.
static short GRAY75
          Represents 75% gray pattern.
static short HORIZONTAL_STRIPE
          Represents horizontal stripe pattern.
static short NONE
          Represents no pattern.
static short REVERSE_DIAGONAL_STRIPE
          Represents reverse diagonal stripe pattern.
static short SOLID
          Represents solid pattern.
static short THICK_DIAGONAL_CROSSHATCH
          Represents thick diagonal crosshatch pattern.
static short THIN_DIAGONAL_CROSSHATCH
          Represents thin diagonal crosshatch pattern.
static short THIN_DIAGONAL_STRIPE
          Represents thin diagonal stripe pattern.
static short THIN_HORIZONTAL_CROSSHATCH
          Represents thin horizontal crosshatch pattern.
static short THIN_HORIZONTAL_STRIPE
          Represents thin horizontal stripe pattern.
static short THIN_REVERSE_DIAGONAL_STRIPE
          Represents thin reverse diagonal stripe pattern.
static short THIN_VERTICAL_STRIPE
          Represents thin vertical stripe pattern.
static short VERTICAL_STRIPE
          Represents vertical stripe pattern.
 

Field Detail

NONE

static final short NONE
Represents no pattern. This is the default value.

See Also:
Constant Field Values

SOLID

static final short SOLID
Represents solid pattern.

See Also:
Constant Field Values

GRAY50

static final short GRAY50
Represents 50% gray pattern.

See Also:
Constant Field Values

GRAY75

static final short GRAY75
Represents 75% gray pattern.

See Also:
Constant Field Values

GRAY25

static final short GRAY25
Represents 25% gray pattern.

See Also:
Constant Field Values

HORIZONTAL_STRIPE

static final short HORIZONTAL_STRIPE
Represents horizontal stripe pattern.

See Also:
Constant Field Values

VERTICAL_STRIPE

static final short VERTICAL_STRIPE
Represents vertical stripe pattern.

See Also:
Constant Field Values

REVERSE_DIAGONAL_STRIPE

static final short REVERSE_DIAGONAL_STRIPE
Represents reverse diagonal stripe pattern.

See Also:
Constant Field Values

DIAGONAL_STRIPE

static final short DIAGONAL_STRIPE
Represents diagonal stripe pattern.

See Also:
Constant Field Values

DIAGONAL_CROSSHATCH

static final short DIAGONAL_CROSSHATCH
Represents diagonal crosshatch pattern.

See Also:
Constant Field Values

THICK_DIAGONAL_CROSSHATCH

static final short THICK_DIAGONAL_CROSSHATCH
Represents thick diagonal crosshatch pattern.

See Also:
Constant Field Values

THIN_HORIZONTAL_STRIPE

static final short THIN_HORIZONTAL_STRIPE
Represents thin horizontal stripe pattern.

See Also:
Constant Field Values

THIN_VERTICAL_STRIPE

static final short THIN_VERTICAL_STRIPE
Represents thin vertical stripe pattern.

See Also:
Constant Field Values

THIN_REVERSE_DIAGONAL_STRIPE

static final short THIN_REVERSE_DIAGONAL_STRIPE
Represents thin reverse diagonal stripe pattern.

See Also:
Constant Field Values

THIN_DIAGONAL_STRIPE

static final short THIN_DIAGONAL_STRIPE
Represents thin diagonal stripe pattern.

See Also:
Constant Field Values

THIN_HORIZONTAL_CROSSHATCH

static final short THIN_HORIZONTAL_CROSSHATCH
Represents thin horizontal crosshatch pattern.

See Also:
Constant Field Values

THIN_DIAGONAL_CROSSHATCH

static final short THIN_DIAGONAL_CROSSHATCH
Represents thin diagonal crosshatch pattern.

See Also:
Constant Field Values

GRAY12

static final short GRAY12
Represents 12.5% gray pattern.

See Also:
Constant Field Values

GRAY6

static final short GRAY6
Represents 6.25% gray pattern.

See Also:
Constant Field Values