Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ShapeBase Class
Members

In This Topic
    ShapeBase Class
    In This Topic
    Base class for all types of shapes, including Shape and Picture. It also represents currently unsupported shape types such as charts, groups, canvas etc.

    Derived classes include Shape, Picture, GroupShape, CanvasShape, InkShape.

    Object Model
    ShapeBase Class
    Syntax
    'Declaration
     
    Public Class ShapeBase 
       Inherits ContentObject
    public class ShapeBase : ContentObject 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Word.ContentObject
          GrapeCity.Documents.Word.ShapeBase
             GrapeCity.Documents.Word.CanvasShape
             GrapeCity.Documents.Word.GroupShape
             GrapeCity.Documents.Word.InkShape
             GrapeCity.Documents.Word.Picture
             GrapeCity.Documents.Word.Shape

    See Also