Public Properties
Adds an AnchoredPicture to the associated paragraph. Syntax Parameters anchoredPicture The AnchoredPicture instance to be added.
Adds an AnchoredPicture to the associated paragraph. Syntax Parameters image The image displayed by the picture.
Adds an AnchoredPicture to the associated paragraph. Overload List
Adds an AnchoredShape to the associated paragraph. Syntax Parameters anchoredShape The AnchoredShape instance to be added.
Adds an AnchoredShape to the associated paragraph. Syntax Parameters shapeType A ShapeType constant which defines the type of shape to be added, i.e., a line, rectangle, ellipse, etc.
Adds an AnchoredShape to the associated paragraph. Syntax Parameters shape A VmlShape instance which defines the properties of the shape to be added.
Adds an AnchoredShape to the associated paragraph. Overload List
Inserts an AnchoredPicture into the associated paragraph at the specified ordinal position. Syntax Parameters index The ordinal position within this collection at which to insert the picture.anchoredPicture The AnchoredPicture instance to be added.
Inserts an AnchoredPicture into the associated paragraph at the specified ordinal position. Syntax Parameters index The ordinal position within this collection at which to insert the picture.image The image displayed by the picture.