Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / FillType Enumeration
In This Topic
    FillType Enumeration
    In This Topic
    Specifies a shape's fill type.
    Members
    MemberDescription
    GradientSpecifies the gradient fill.
    GroupSpecifies the group fill.
    PatternedSpecifies the patterned fill.
    PictureSpecifies the picture fill.
    SolidSpecifies the solid fill.
    TexturedSpecifies the textured fill.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.drawing.FillType

    See Also