[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Run.AddGroupShape

AddGroupShape Method

AddGroupShape()

Adds a GroupShape to the end of the run.

Declaration
public GroupShape AddGroupShape()
Returns
Type Description
GroupShape

The added GroupShape.

AddGroupShape(float, float)

Adds a GroupShape to the end of the run.

Declaration
public GroupShape AddGroupShape(float width, float height)
Parameters
Type Name Description
float width

The group shape width, in points.

float height

The group shape height, in points.

Returns
Type Description
GroupShape

The added GroupShape.