Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / ShapeType Enumeration
In This Topic
    ShapeType Enumeration
    In This Topic
    Specifies the type of shape or range of shapes.
    Members
    MemberDescription
    AutoShapeSpecifies the AutoShape type.
    ChartSpecifies the Chart type.
    CommentSpecifies the Comment type.
    CommentThreadedSpecifies the CommentThreaded type.
    FormControlSpecifies the @code:com.grapecity.documents.excel.forms.IControl type.
    GroupSpecifies the Group type.
    PictureSpecifies the Picture type.
    SlicerSpecifies the Slicer type.
    Inheritance Hierarchy

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

    See Also