Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / GroupShape Class
Properties Methods

In This Topic
    GroupShape Class Members
    In This Topic

    The following tables list the members exposed by GroupShape.

    Public Properties
     NameDescription
    Public Property Gets or sets the alternative text for the shape. This text can be used by assistive technologies or applications that do not display the actual object. (Inherited from GrapeCity.Documents.Word.ShapeBase)
    Public PropertyGets or sets how to interpret color information contained within the shape to achieve a color, black and white, or grayscale rendering of the shape.

    This property specifies only the rendering mode applied to the shape; it does not affect how the actual color information is persisted.

    (Inherited from GrapeCity.Documents.Word.ShapeBase)
    Public Property Gets the collection of the children of this content object. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public Property Gets or sets the location of the child extents rectangle used for calculations of grouping, scaling, and rotation behavior of shapes placed within a group, in points.  
    Public Property Gets or sets the size dimensions of the child extents rectangle used for calculations of grouping, scaling, and rotation behavior of shapes placed within a group, in points.  
    Public PropertyGets the DocumentBase that contains this content object. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public Property Gets the shape effects formatting properties.  
    Public PropertyGets the Marker representing the end of this content object in the parent body. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public Property Gets the fill formatting properties.  
    Public Property Gets the content unique identifier. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public PropertyGets or sets a value indicating whether this shape is hidden (i.e. present in the document but not visible).

    Note that an application can have settings that allow this object to be viewed.

    (Inherited from GrapeCity.Documents.Word.ShapeBase)
    Public Property Gets the unique ID of the current shape in the document. (Inherited from GrapeCity.Documents.Word.ShapeBase)
    Public PropertyGets or sets the current shape name.

    Typically, this is used to store the original file name of the shape.

    (Inherited from GrapeCity.Documents.Word.ShapeBase)
    Public Property Gets the next group shape.  
    Public PropertyGets the parent Body of this content object. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public PropertyGets the parent ContentObject of this content object. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public PropertyGets the parent Run of the current shape. (Inherited from GrapeCity.Documents.Word.ShapeBase)
    Public PropertyGets the ShapePosition object that contains properties for positioning the current anchored shape in the document.

    Note that if the current shape is an inline shape, this property has no effect.

    (Inherited from GrapeCity.Documents.Word.ShapeBase)
    Public Property Gets the previous group shape.  
    Public PropertyGets the ShapeRotation object that contains properties for rotating the current shape in the document. (Inherited from GrapeCity.Documents.Word.ShapeBase)
    Public PropertyGets the ShapeSize object that contains properties for sizing the current shape in the document. (Inherited from GrapeCity.Documents.Word.ShapeBase)
    Public PropertyGets the Marker representing the start of this content object in the parent body. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public Property Gets or sets the title (caption) of the current shape. (Inherited from GrapeCity.Documents.Word.ShapeBase)
    Public PropertyGets the ShapeBase.WrapFormat object that contains properties for wrapping text around the current shape. (Inherited from GrapeCity.Documents.Word.ShapeBase)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a GroupShape to the end of the group shape.  
    Public MethodOverloaded. Adds an InkShape> to the end of the group shape.  
    Public MethodOverloaded. Adds a new Picture to the end of the group shape.  
    Public MethodOverloaded. Adds a new GeometryType.Rectangle Shape (100 x 100 points) to the end of the group shape.  
    Public Method  
    Public Method Applies the group fill to all shape and canvas children.  
    Public MethodDeletes this content object from the parent Body.

    Note that the position occupied by this content object in the parent can still be accessed (e.g. to insert new content) via a PersistentRange if one has previously been created with GetPersistentRange.

    (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public Method Gets the collection of this content object's children of a specified type. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public MethodCreates and returns a PersistentRange associated with this content object.

    Unlike the Range returned by GetRange, this persistent range and any markers on it (see RangeBase.Start and RangeBase.End) can still be used if the object is deleted.

    Note that PersistentRange should be disposed when no longer needed to improve performance.

    (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public MethodCreates and returns a Range associated with this content object.

    To get a range that can be used after the object has been deleted, see GetPersistentRange.

    (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public Method Gets string representation of the content. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public Method Ungroups the nested shapes.  
    Top
    See Also