[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.GroupShapeCollection

Class GroupShapeCollection

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a collection of GroupShape objects.

public class GroupShapeCollection : ContentObjectCollection<GroupShape>, IContentList<GroupShape>, IReadOnlyList<GroupShape>, IReadOnlyCollection<GroupShape>, IEnumerable<GroupShape>, IEnumerable
Inheritance
object
GroupShapeCollection
Implements
System.Collections.Generic.IReadOnlyList<T><GroupShape>
System.Collections.Generic.IReadOnlyCollection<T><GroupShape>
System.Collections.Generic.IEnumerable<T><GroupShape>
System.Collections.IEnumerable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Methods

Add()

Adds a GroupShape to this collection at the End location.

public GroupShape Add()

Returns

GroupShape

The added GroupShape.

Add(float, float)

Inserts a GroupShape into this collection at the End location.

public GroupShape Add(float width, float height)

Parameters

width float

The group shape width, in points.

height float

The group shape height, in points.

Returns

GroupShape

The inserted GroupShape.

Insert(RangeLocation)

Inserts a GroupShape into this collection at a specified location.

public GroupShape Insert(RangeLocation location)

Parameters

location RangeLocation

The target RangeLocation for the insertion.

Returns

GroupShape

The inserted GroupShape.

Insert(float, float, RangeLocation)

Inserts a GroupShape into this collection at a specified location.

public GroupShape Insert(float width, float height, RangeLocation location)

Parameters

width float

The group shape width, in points.

height float

The group shape height, in points.

location RangeLocation

The target RangeLocation for the insertion.

Returns

GroupShape

The inserted GroupShape.