[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.InkShapeCollection

InkShapeCollection Class

Represents a collection of InkShape objects.

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

Methods

Name Description
Add(XmlDocument)

Adds an InkShape to this collection at the End location.

Add(XmlDocument, float, float)

Adds an InkShape to this collection at the End location.

Insert(XmlDocument, InsertLocation)

Inserts an InkShape into this collection at a specified location.

Insert(XmlDocument, float, float, InsertLocation)

Inserts an InkShape into this collection at a specified location.