Share via


ConvertToShape Method

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

                 

InlineShape object: Converts an inline shape to a free-floating shape. Returns a Shape object that represents the new shape.

FreeformBuilder object: Creates a shape that has the geometric characteristics of the specified object. Returns a Shape object that represents the new shape.

Syntax 1

expression.ConvertToShape

Syntax 2

expression.ConvertToShape(Anchor)

expression   Required. An expression that returns an InlineShape object (Syntax 1) or a FreeformBuilder object (Syntax 2).

Anchor   Optional Variant. A Range object that represents the text to which the shape is bound. If Anchor is specified, the anchor is positioned at the beginning of the first paragraph in the anchoring range. If this argument is omitted, the anchoring range is selected automatically and the shape is positioned relative to the top and left edges of the page.

Remarks

You must apply the AddNodes method to a FreeformBuilder object at least once before you use the ConvertToShape method.