Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / GradientFillType Enumeration
In This Topic
    GradientFillType Enumeration
    In This Topic
    Specifies the type of gradient fill being used, either linear or path.
    Members
    MemberDescription
    LinearSpecifies that this gradient fill is of linear gradient type. Linear gradient type means that the transition from one color to the next is along a line.
    NoneSpecifies no gradient fill.
    PathSpecifies that this gradient fill is of path gradient type. Path gradient type means the that the boundary of transition from one color to the next is a rectangle, defined by top, bottom, left, and right attributes on the gradientFill element.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.GradientFillType

    See Also