FreeformBuilder.ConvertToShape method (Word)

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

Syntax

expression. ConvertToShape( _Anchor_ )

expression Required. A variable that represents a 'FreeformBuilder' object.

Parameters

Name Required/Optional Data type Description
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.

See also

FreeformBuilder Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.