Inserts an AnchoredPicture into the associated paragraph at the specified ordinal position. Overload List
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.
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.
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.
Inserts an AnchoredShape into the associated paragraph at the specified ordinal position. Overload List
Base class for collections. Syntax Type Parameters T
Public Properties Public Methods
Public Methods
Public Properties
Adds the specified item to this collection. Syntax Parameters item The item to add.