asposecells.api

Class FillType

Utility class containing constants. Fill format type.

Field Summary
const  intAUTOMATIC
Represents automatic formatting type.
const  intNONE
Represents none formatting type.
const  intSOLID
Solid fill format.
const  intGRADIENT
Gradient fill format.
const  intTEXTURE
Texture fill format(includes picture fill).
const  intPATTERN
Pattern fill format.
const  intGROUP
Inherit the fill properties of the group.
 

    • Field Detail

      • AUTOMATIC

        const int AUTOMATIC
        Represents automatic formatting type.
      • NONE

        const int NONE
        Represents none formatting type.
      • SOLID

        const int SOLID
        Solid fill format.
      • GRADIENT

        const int GRADIENT
        Gradient fill format.
      • TEXTURE

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

        const int PATTERN
        Pattern fill format.
      • GROUP

        const int GROUP
        Inherit the fill properties of the group.