[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.InkShapeCollection

Class InkShapeCollection

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

Represents a collection of InkShape objects.

public class InkShapeCollection : ContentObjectCollection<InkShape>, IContentList<InkShape>, IReadOnlyList<InkShape>, IReadOnlyCollection<InkShape>, IEnumerable<InkShape>, IEnumerable
Inheritance
object
InkShapeCollection
Implements
System.Collections.Generic.IReadOnlyList<T><InkShape>
System.Collections.Generic.IReadOnlyCollection<T><InkShape>
System.Collections.Generic.IEnumerable<T><InkShape>
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(XmlDocument, float, float)

Adds an InkShape to this collection at the End location.

public InkShape Add(XmlDocument content, float width, float height)

Parameters

content System.Xml.XmlDocument

The System.Xml.XmlDocument ink content.

width float

The ink width, in points.

height float

The ink height, in points.

Returns

InkShape

The added InkShape.

Add(XmlDocument)

Adds an InkShape to this collection at the End location.

public InkShape Add(XmlDocument content)

Parameters

content System.Xml.XmlDocument

The System.Xml.XmlDocument ink content.

Returns

InkShape

The added InkShape.

Insert(XmlDocument, InsertLocation)

Inserts an InkShape into this collection at a specified location.

public InkShape Insert(XmlDocument content, InsertLocation location)

Parameters

content System.Xml.XmlDocument

The System.Xml.XmlDocument ink content.

location InsertLocation

The target InsertLocation for the insertion.

Returns

InkShape

The inserted InkShape.

Insert(XmlDocument, float, float, InsertLocation)

Inserts an InkShape into this collection at a specified location.

public InkShape Insert(XmlDocument content, float width, float height, InsertLocation location)

Parameters

content System.Xml.XmlDocument

The System.Xml.XmlDocument ink content.

width float

The ink width, in points.

height float

The ink height, in points.

location InsertLocation

The target InsertLocation for the insertion.

Returns

InkShape

The inserted InkShape.