Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / GradientStyle Enumeration
In This Topic
    GradientStyle Enumeration
    In This Topic
    Specifies the style for a gradient fill.
    Members
    MemberDescription
    DiagonalDownSpecifies a diagonal gradient moving from a top corner down to the opposite corner.
    DiagonalUpSpecifies a diagonal gradient moving from a bottom corner up to the opposite corner.
    FromCenterSpecifies a gradient running from the center out to the corners.
    FromCornerSpecifies a gradient running from a corner to the other three corners.
    FromTitleSpecifies a gradient running from the title outward.
    HorizontalSpecifies a gradient running horizontally across the shape.
    MixedGradient is mixed.
    VerticalSpecifies a gradient running vertically down the shape.
    Inheritance Hierarchy

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

    See Also