Version

Search Results

InsertAnchoredPicture Method

Inserts an AnchoredPicture into the associated paragraph at the specified ordinal position. Overload List

InsertAnchoredShape(Int32,AnchoredShape) Method

Inserts an AnchoredShape into the associated paragraph at the specified ordinal position. Syntax Parameters index The ordinal position within this collection at which to insert the picture.anchoredShape A AnchoredShape instance which defines the type of shape to be added, i.e., a line, rectangle, ellipse, etc.

InsertAnchoredShape(Int32,ShapeType) Method

Inserts an AnchoredShape into the associated paragraph at the specified ordinal position. Syntax Parameters index The ordinal position within this collection at which to insert the picture.shapeType A ShapeType constant which defines the type of shape to be added, i.e., a line, rectangle, ellipse, etc.

InsertAnchoredShape(Int32,VmlShape) Method

Inserts an AnchoredShape into the associated paragraph at the specified ordinal position. Syntax Parameters index The ordinal position within this collection at which to insert the picture.shape A VmlShape instance which defines the properties of the shape to be added.

InsertAnchoredShape Method

Inserts an AnchoredShape into the associated paragraph at the specified ordinal position. Overload List

CollectionBase<T> Class

Base class for collections. Syntax Type Parameters T

CollectionBase<T> Class Members

Public Properties Public Methods

Add Method (CollectionBase<T>)

Adds the specified item to this collection. Syntax Parameters item The item to add.