Class GroupShape
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
Properties
ElementId
Gets the unique identifier of the group shape.
public int ElementId { get; }
Property Value
Shape1
Gets or sets the type of the first shape in the group.
public Shape Shape1 { get; set; }
Property Value
Shape2
Gets or sets the type of the second shape in the group.
public Shape Shape2 { get; set; }