aspose.cells

Class FillPattern

Utility class containing constants. Enumerates shape fill pattern types.

Field Summary
const  NumberNONE
Represents no background.
const  NumberSOLID
Represents solid pattern.
const  NumberGRAY_5
Represents 5% gray pattern.
const  NumberGRAY_10
Represents 10% gray pattern.
const  NumberGRAY_20
Represents 20% gray pattern.
const  NumberGRAY_30
Represents 30% gray pattern.
const  NumberGRAY_40
Represents 40% gray pattern.
const  NumberGRAY_50
Represents 50% gray pattern.
const  NumberGRAY_60
Represents 60% gray pattern.
const  NumberGRAY_70
Represents 70% gray pattern.
const  NumberGRAY_75
Represents 75% gray pattern.
const  NumberGRAY_80
Represents 80% gray pattern.
const  NumberGRAY_90
Represents 90% gray pattern.
const  NumberGRAY_25
Represents 25% gray pattern.
const  NumberLIGHT_DOWNWARD_DIAGONAL
Represents light downward diagonal pattern.
const  NumberLIGHT_UPWARD_DIAGONAL
Represents light upward diagonal pattern.
const  NumberDARK_DOWNWARD_DIAGONAL
Represents dark downward diagonal pattern.
const  NumberDARK_UPWARD_DIAGONAL
Represents dark upward diagonal pattern.
const  NumberWIDE_DOWNWARD_DIAGONAL
Represents wide downward diagonal pattern.
const  NumberWIDE_UPWARD_DIAGONAL
Represents wide upward diagonal pattern.
const  NumberLIGHT_VERTICAL
Represents light vertical pattern.
const  NumberLIGHT_HORIZONTAL
Represents light horizontal pattern.
const  NumberNARROW_VERTICAL
Represents narrow vertical pattern.
const  NumberNARROW_HORIZONTAL
Represents narrow horizontal pattern.
const  NumberDARK_VERTICAL
Represents dark vertical pattern.
const  NumberDARK_HORIZONTAL
Represents dark horizontal pattern.
const  NumberDASHED_DOWNWARD_DIAGONAL
Represents dashed downward diagonal pattern.
const  NumberDASHED_UPWARD_DIAGONAL
Represents dashed upward diagonal pattern.
const  NumberDASHED_VERTICAL
Represents dashed vertical pattern.
const  NumberDASHED_HORIZONTAL
Represents dashed horizontal pattern.
const  NumberSMALL_CONFETTI
Represents small confetti pattern.
const  NumberLARGE_CONFETTI
Represents large confetti pattern.
const  NumberZIG_ZAG
Represents zig zag pattern.
const  NumberWAVE
Represents wave pattern.
const  NumberDIAGONAL_BRICK
Represents diagonal brick pattern.
const  NumberHORIZONTAL_BRICK
Represents horizontal brick pattern.
const  NumberWEAVE
Represents weave pattern.
const  NumberPLAID
Represents plaid pattern.
const  NumberDIVOT
Represents divot pattern.
const  NumberDOTTED_GRID
Represents dotted grid pattern.
const  NumberDOTTED_DIAMOND
Represents dotted diamond pattern.
const  NumberSHINGLE
Represents shingle pattern.
const  NumberTRELLIS
Represents trellis pattern.
const  NumberSPHERE
Represents sphere pattern.
const  NumberSMALL_GRID
Represents small grid pattern.
const  NumberLARGE_GRID
Represents large grid pattern.
const  NumberSMALL_CHECKER_BOARD
Represents small checker board pattern.
const  NumberLARGE_CHECKER_BOARD
Represents large checker board pattern.
const  NumberOUTLINED_DIAMOND
Represents outlined diamond pattern.
const  NumberSOLID_DIAMOND
Represents solid diamond pattern.
const  NumberUNKNOWN
Represents unknown pattern.
 

    • Field Detail

      • NONE

        const Number NONE
        Represents no background.
      • SOLID

        const Number SOLID
        Represents solid pattern.
      • GRAY_5

        const Number GRAY_5
        Represents 5% gray pattern.
      • GRAY_10

        const Number GRAY_10
        Represents 10% gray pattern.
      • GRAY_20

        const Number GRAY_20
        Represents 20% gray pattern.
      • GRAY_30

        const Number GRAY_30
        Represents 30% gray pattern.
      • GRAY_40

        const Number GRAY_40
        Represents 40% gray pattern.
      • GRAY_50

        const Number GRAY_50
        Represents 50% gray pattern.
      • GRAY_60

        const Number GRAY_60
        Represents 60% gray pattern.
      • GRAY_70

        const Number GRAY_70
        Represents 70% gray pattern.
      • GRAY_75

        const Number GRAY_75
        Represents 75% gray pattern.
      • GRAY_80

        const Number GRAY_80
        Represents 80% gray pattern.
      • GRAY_90

        const Number GRAY_90
        Represents 90% gray pattern.
      • GRAY_25

        const Number GRAY_25
        Represents 25% gray pattern.
      • LIGHT_DOWNWARD_DIAGONAL

        const Number LIGHT_DOWNWARD_DIAGONAL
        Represents light downward diagonal pattern.
      • LIGHT_UPWARD_DIAGONAL

        const Number LIGHT_UPWARD_DIAGONAL
        Represents light upward diagonal pattern.
      • DARK_DOWNWARD_DIAGONAL

        const Number DARK_DOWNWARD_DIAGONAL
        Represents dark downward diagonal pattern.
      • DARK_UPWARD_DIAGONAL

        const Number DARK_UPWARD_DIAGONAL
        Represents dark upward diagonal pattern.
      • WIDE_DOWNWARD_DIAGONAL

        const Number WIDE_DOWNWARD_DIAGONAL
        Represents wide downward diagonal pattern.
      • WIDE_UPWARD_DIAGONAL

        const Number WIDE_UPWARD_DIAGONAL
        Represents wide upward diagonal pattern.
      • LIGHT_VERTICAL

        const Number LIGHT_VERTICAL
        Represents light vertical pattern.
      • LIGHT_HORIZONTAL

        const Number LIGHT_HORIZONTAL
        Represents light horizontal pattern.
      • NARROW_VERTICAL

        const Number NARROW_VERTICAL
        Represents narrow vertical pattern.
      • NARROW_HORIZONTAL

        const Number NARROW_HORIZONTAL
        Represents narrow horizontal pattern.
      • DARK_VERTICAL

        const Number DARK_VERTICAL
        Represents dark vertical pattern.
      • DARK_HORIZONTAL

        const Number DARK_HORIZONTAL
        Represents dark horizontal pattern.
      • DASHED_DOWNWARD_DIAGONAL

        const Number DASHED_DOWNWARD_DIAGONAL
        Represents dashed downward diagonal pattern.
      • DASHED_UPWARD_DIAGONAL

        const Number DASHED_UPWARD_DIAGONAL
        Represents dashed upward diagonal pattern.
      • DASHED_VERTICAL

        const Number DASHED_VERTICAL
        Represents dashed vertical pattern.
      • DASHED_HORIZONTAL

        const Number DASHED_HORIZONTAL
        Represents dashed horizontal pattern.
      • SMALL_CONFETTI

        const Number SMALL_CONFETTI
        Represents small confetti pattern.
      • LARGE_CONFETTI

        const Number LARGE_CONFETTI
        Represents large confetti pattern.
      • ZIG_ZAG

        const Number ZIG_ZAG
        Represents zig zag pattern.
      • WAVE

        const Number WAVE
        Represents wave pattern.
      • DIAGONAL_BRICK

        const Number DIAGONAL_BRICK
        Represents diagonal brick pattern.
      • HORIZONTAL_BRICK

        const Number HORIZONTAL_BRICK
        Represents horizontal brick pattern.
      • WEAVE

        const Number WEAVE
        Represents weave pattern.
      • PLAID

        const Number PLAID
        Represents plaid pattern.
      • DIVOT

        const Number DIVOT
        Represents divot pattern.
      • DOTTED_GRID

        const Number DOTTED_GRID
        Represents dotted grid pattern.
      • DOTTED_DIAMOND

        const Number DOTTED_DIAMOND
        Represents dotted diamond pattern.
      • SHINGLE

        const Number SHINGLE
        Represents shingle pattern.
      • TRELLIS

        const Number TRELLIS
        Represents trellis pattern.
      • SPHERE

        const Number SPHERE
        Represents sphere pattern.
      • SMALL_GRID

        const Number SMALL_GRID
        Represents small grid pattern.
      • LARGE_GRID

        const Number LARGE_GRID
        Represents large grid pattern.
      • SMALL_CHECKER_BOARD

        const Number SMALL_CHECKER_BOARD
        Represents small checker board pattern.
      • LARGE_CHECKER_BOARD

        const Number LARGE_CHECKER_BOARD
        Represents large checker board pattern.
      • OUTLINED_DIAMOND

        const Number OUTLINED_DIAMOND
        Represents outlined diamond pattern.
      • SOLID_DIAMOND

        const Number SOLID_DIAMOND
        Represents solid diamond pattern.
      • UNKNOWN

        const Number UNKNOWN
        Represents unknown pattern.