Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / PathShapeType Enumeration
In This Topic
    PathShapeType Enumeration
    In This Topic
    Specifies the type for a gradient fill.
    Members
    MemberDescription
    LinearSpecifies the linear type of gradient.
    MixedMixed shape type.
    PathSpecifies the path type of gradient.
    RadialSpecifies the radial type of gradient.
    RectangularSpecifies the rectangular type of gradient.
    Inheritance Hierarchy

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

    See Also