[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.InkShapeCollection.Insert

Insert Method

Insert(XmlDocument, InsertLocation)

Inserts an InkShape into this collection at a specified location.

Declaration
public InkShape Insert(XmlDocument content, InsertLocation location)
Parameters
Type Name Description
XmlDocument content

The XmlDocument ink content.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
InkShape

The inserted InkShape.

Insert(XmlDocument, float, float, InsertLocation)

Inserts an InkShape into this collection at a specified location.

Declaration
public InkShape Insert(XmlDocument content, float width, float height, InsertLocation location)
Parameters
Type Name Description
XmlDocument content

The XmlDocument ink content.

float width

The ink width, in points.

float height

The ink height, in points.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
InkShape

The inserted InkShape.