asposecells.api
Class FillPattern

Utility class containing constants. Enumerates shape fill pattern types.

Field Summary
const  intNONE
           Represents no background.
const  intSOLID
           Represents solid pattern.
const  intGRAY_5
           Represents 5% gray pattern.
const  intGRAY_10
           Represents 10% gray pattern.
const  intGRAY_20
           Represents 20% gray pattern.
const  intGRAY_30
           Represents 30% gray pattern.
const  intGRAY_40
           Represents 40% gray pattern.
const  intGRAY_50
           Represents 50% gray pattern.
const  intGRAY_60
           Represents 60% gray pattern.
const  intGRAY_70
           Represents 70% gray pattern.
const  intGRAY_75
           Represents 75% gray pattern.
const  intGRAY_80
           Represents 80% gray pattern.
const  intGRAY_90
           Represents 90% gray pattern.
const  intGRAY_25
           Represents 25% gray pattern.
const  intLIGHT_DOWNWARD_DIAGONAL
           Represents light downward diagonal pattern.
const  intLIGHT_UPWARD_DIAGONAL
           Represents light upward diagonal pattern.
const  intDARK_DOWNWARD_DIAGONAL
           Represents dark downward diagonal pattern.
const  intDARK_UPWARD_DIAGONAL
           Represents dark upward diagonal pattern.
const  intWIDE_DOWNWARD_DIAGONAL
           Represents wide downward diagonal pattern.
const  intWIDE_UPWARD_DIAGONAL
           Represents wide upward diagonal pattern.
const  intLIGHT_VERTICAL
           Represents light vertical pattern.
const  intLIGHT_HORIZONTAL
           Represents light horizontal pattern.
const  intNARROW_VERTICAL
           Represents narrow vertical pattern.
const  intNARROW_HORIZONTAL
           Represents narrow horizontal pattern.
const  intDARK_VERTICAL
           Represents dark vertical pattern.
const  intDARK_HORIZONTAL
           Represents dark horizontal pattern.
const  intDASHED_DOWNWARD_DIAGONAL
           Represents dashed downward diagonal pattern.
const  intDASHED_UPWARD_DIAGONAL
           Represents dashed upward diagonal pattern.
const  intDASHED_VERTICAL
           Represents dashed vertical pattern.
const  intDASHED_HORIZONTAL
           Represents dashed horizontal pattern.
const  intSMALL_CONFETTI
           Represents small confetti pattern.
const  intLARGE_CONFETTI
           Represents large confetti pattern.
const  intZIG_ZAG
           Represents zig zag pattern.
const  intWAVE
           Represents wave pattern.
const  intDIAGONAL_BRICK
           Represents diagonal brick pattern.
const  intHORIZONTAL_BRICK
           Represents horizontal brick pattern.
const  intWEAVE
           Represents weave pattern.
const  intPLAID
           Represents plaid pattern.
const  intDIVOT
           Represents divot pattern.
const  intDOTTED_GRID
           Represents dotted grid pattern.
const  intDOTTED_DIAMOND
           Represents dotted diamond pattern.
const  intSHINGLE
           Represents shingle pattern.
const  intTRELLIS
           Represents trellis pattern.
const  intSPHERE
           Represents sphere pattern.
const  intSMALL_GRID
           Represents small grid pattern.
const  intLARGE_GRID
           Represents large grid pattern.
const  intSMALL_CHECKER_BOARD
           Represents small checker board pattern.
const  intLARGE_CHECKER_BOARD
           Represents large checker board pattern.
const  intOUTLINED_DIAMOND
           Represents outlined diamond pattern.
const  intSOLID_DIAMOND
           Represents solid diamond pattern.
const  intUNKNOWN
           Represents unkown pattern.
 

Field Detail

NONE

const int NONE
Represents no background.

SOLID

const int SOLID
Represents solid pattern.

GRAY_5

const int GRAY_5
Represents 5% gray pattern.

GRAY_10

const int GRAY_10
Represents 10% gray pattern.

GRAY_20

const int GRAY_20
Represents 20% gray pattern.

GRAY_30

const int GRAY_30
Represents 30% gray pattern.

GRAY_40

const int GRAY_40
Represents 40% gray pattern.

GRAY_50

const int GRAY_50
Represents 50% gray pattern.

GRAY_60

const int GRAY_60
Represents 60% gray pattern.

GRAY_70

const int GRAY_70
Represents 70% gray pattern.

GRAY_75

const int GRAY_75
Represents 75% gray pattern.

GRAY_80

const int GRAY_80
Represents 80% gray pattern.

GRAY_90

const int GRAY_90
Represents 90% gray pattern.

GRAY_25

const int GRAY_25
Represents 25% gray pattern.

LIGHT_DOWNWARD_DIAGONAL

const int LIGHT_DOWNWARD_DIAGONAL
Represents light downward diagonal pattern.

LIGHT_UPWARD_DIAGONAL

const int LIGHT_UPWARD_DIAGONAL
Represents light upward diagonal pattern.

DARK_DOWNWARD_DIAGONAL

const int DARK_DOWNWARD_DIAGONAL
Represents dark downward diagonal pattern.

DARK_UPWARD_DIAGONAL

const int DARK_UPWARD_DIAGONAL
Represents dark upward diagonal pattern.

WIDE_DOWNWARD_DIAGONAL

const int WIDE_DOWNWARD_DIAGONAL
Represents wide downward diagonal pattern.

WIDE_UPWARD_DIAGONAL

const int WIDE_UPWARD_DIAGONAL
Represents wide upward diagonal pattern.

LIGHT_VERTICAL

const int LIGHT_VERTICAL
Represents light vertical pattern.

LIGHT_HORIZONTAL

const int LIGHT_HORIZONTAL
Represents light horizontal pattern.

NARROW_VERTICAL

const int NARROW_VERTICAL
Represents narrow vertical pattern.

NARROW_HORIZONTAL

const int NARROW_HORIZONTAL
Represents narrow horizontal pattern.

DARK_VERTICAL

const int DARK_VERTICAL
Represents dark vertical pattern.

DARK_HORIZONTAL

const int DARK_HORIZONTAL
Represents dark horizontal pattern.

DASHED_DOWNWARD_DIAGONAL

const int DASHED_DOWNWARD_DIAGONAL
Represents dashed downward diagonal pattern.

DASHED_UPWARD_DIAGONAL

const int DASHED_UPWARD_DIAGONAL
Represents dashed upward diagonal pattern.

DASHED_VERTICAL

const int DASHED_VERTICAL
Represents dashed vertical pattern.

DASHED_HORIZONTAL

const int DASHED_HORIZONTAL
Represents dashed horizontal pattern.

SMALL_CONFETTI

const int SMALL_CONFETTI
Represents small confetti pattern.

LARGE_CONFETTI

const int LARGE_CONFETTI
Represents large confetti pattern.

ZIG_ZAG

const int ZIG_ZAG
Represents zig zag pattern.

WAVE

const int WAVE
Represents wave pattern.

DIAGONAL_BRICK

const int DIAGONAL_BRICK
Represents diagonal brick pattern.

HORIZONTAL_BRICK

const int HORIZONTAL_BRICK
Represents horizontal brick pattern.

WEAVE

const int WEAVE
Represents weave pattern.

PLAID

const int PLAID
Represents plaid pattern.

DIVOT

const int DIVOT
Represents divot pattern.

DOTTED_GRID

const int DOTTED_GRID
Represents dotted grid pattern.

DOTTED_DIAMOND

const int DOTTED_DIAMOND
Represents dotted diamond pattern.

SHINGLE

const int SHINGLE
Represents shingle pattern.

TRELLIS

const int TRELLIS
Represents trellis pattern.

SPHERE

const int SPHERE
Represents sphere pattern.

SMALL_GRID

const int SMALL_GRID
Represents small grid pattern.

LARGE_GRID

const int LARGE_GRID
Represents large grid pattern.

SMALL_CHECKER_BOARD

const int SMALL_CHECKER_BOARD
Represents small checker board pattern.

LARGE_CHECKER_BOARD

const int LARGE_CHECKER_BOARD
Represents large checker board pattern.

OUTLINED_DIAMOND

const int OUTLINED_DIAMOND
Represents outlined diamond pattern.

SOLID_DIAMOND

const int SOLID_DIAMOND
Represents solid diamond pattern.

UNKNOWN

const int UNKNOWN
Represents unkown pattern.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.