Table of Contents

Class GroupShape

Namespace
Openize.Words.IElements
Assembly
Openize.OpenXMLSDK.dll

Represents a grouped shapes element in a Word document.

public class GroupShape : IElement
Inheritance
GroupShape
Implements
Inherited Members

Constructors

GroupShape()

Initializes a new instance of the GroupShape class.

public GroupShape()

GroupShape(Shape, Shape)

Initializes a new instance of the GroupShape class with specified values.

public GroupShape(Shape shape1, Shape shape2)

Parameters

shape1 Shape

Firs shape in the group.

shape2 Shape

Second shape in the group.

Properties

ElementId

Gets the unique identifier of the group shape.

public int ElementId { get; }

Property Value

int

Shape1

Gets or sets the type of the first shape in the group.

public Shape Shape1 { get; set; }

Property Value

Shape

Shape2

Gets or sets the type of the second shape in the group.

public Shape Shape2 { get; set; }

Property Value

Shape