aspose.cells

Class FillType

Utility class containing constants. Fill format type.

Field Summary
const  NumberAUTOMATIC
Represents automatic formatting type.
const  NumberNONE
Represents none formatting type.
const  NumberSOLID
Solid fill format.
const  NumberGRADIENT
Gradient fill format.
const  NumberTEXTURE
Texture fill format(includes picture fill).
const  NumberPATTERN
Pattern fill format.
const  NumberGROUP
Inherit the fill properties of the group.
 

    • Field Detail

      • AUTOMATIC

        const Number AUTOMATIC
        Represents automatic formatting type.
      • NONE

        const Number NONE
        Represents none formatting type.
      • SOLID

        const Number SOLID
        Solid fill format.
      • GRADIENT

        const Number GRADIENT
        Gradient fill format.
      • TEXTURE

        const Number TEXTURE
        Texture fill format(includes picture fill).
      • PATTERN

        const Number PATTERN
        Pattern fill format.
      • GROUP

        const Number GROUP
        Inherit the fill properties of the group.