[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.GroupShape

GroupShape Class

Represents a group shape element in a body content.

Inheritance
GroupShape
Implements
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class GroupShape : ShapeBase, IBrowsable<GroupShape>
Public Class GroupShape
    Inherits ShapeBase
    Implements IBrowsable(Of GroupShape)

Properties

Name Description
ChildrenOffset

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.

ChildrenSize

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.

Effects

Gets the shape effects formatting properties.

Fill

Gets the fill formatting properties.

Next

Gets the next group shape.

Previous

Gets the previous group shape.

Methods

Name Description
AddGroupShape()

Adds a GroupShape to the end of the group shape.

AddGroupShape(float, float)

Adds a GroupShape to the end of the group shape.

AddInkShape(XmlDocument)

Adds an InkShape> to the end of the group shape.

AddInkShape(XmlDocument, float, float)

Adds an InkShape to the end of the group shape.

AddPicture()

Adds a new Picture to the end of the group shape.

AddPicture(Image)

Adds a new Picture to the end of the group shape.

AddPicture(byte[], string)

Adds a new Picture to the end of the group shape.

AddPicture(byte[], string, float, float)

Adds a new Picture to the end of the group shape.

AddShape()

Adds a new Rectangle Shape (100 x 100 points) to the end of the group shape.

AddShape(float, float, GeometryType)

Adds a new Shape with a specified size and text to the end of the group shape.

AddShape(float, float, string)

Adds a new Rectangle Shape with a specified size and text to the end of the group shape.

AddShape(float, float, string, GeometryType)

Adds a new Shape with a specified size, text and geometry to the end of the group shape.

ApplyEffectsPreset(ShapeEffectsPreset)
ApplyGroupFill()

Applies the group fill to all shape and canvas children.

Unbind()

Ungroups the nested shapes.