Shapes.BuildFreeform (Word)

Builds a freeform object.

Use the AddNodes method to add segments to the freeform. After you have added at least one segment to the freeform, you can use the ConvertToShape method to convert the FreeformBuilder object into a Shape object that has the geometric description you've defined in the FreeformBuilder object.

BuildFreeform (EditingType, X1, Y1)


Dim docActive As Document 
 
Set docActive = ActiveDocument 

Arguments

The following arguments are required:

EditingType (Office.MsoEditingType) - The editing property of the first node.

X1 (Single) - The position (in points) of the first node in the freeform drawing relative to the left edge of the document.

Y1 (Single) - The position (in points) of the first node in the freeform drawing relative to the top edge of the document.