[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.CanvasShapeCollection

CanvasShapeCollection Class

Represents a collection of CanvasShape objects.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class CanvasShapeCollection : ContentObjectCollection<CanvasShape>, IContentList<CanvasShape>, IReadOnlyList<CanvasShape>, IReadOnlyCollection<CanvasShape>, IEnumerable<CanvasShape>, IEnumerable
Public Class CanvasShapeCollection
    Inherits ContentObjectCollection(Of CanvasShape)
    Implements IContentList(Of CanvasShape), IReadOnlyList(Of CanvasShape), IReadOnlyCollection(Of CanvasShape), IEnumerable(Of CanvasShape), IEnumerable

Methods

Name Description
Add()

Adds a CanvasShape to this collection at the End location.

Add(float, float)

Adds a CanvasShape to this collection at the End location.

Insert(InsertLocation)

Inserts a CanvasShape into this collection at a specified location.

Insert(float, float, InsertLocation)

Inserts a CanvasShape into this collection at a specified location.