FreeformBuilder Interface

Definition

Represents the geometry of a freeform while it's being built.

public interface class FreeformBuilder
[System.Runtime.InteropServices.Guid("000209C9-0000-0000-C000-000000000046")]
public interface FreeformBuilder
type FreeformBuilder = interface
Public Interface FreeformBuilder
Attributes

Remarks

Use the BuildFreeform(MsoEditingType, Single, Single) method to return a FreeformBuilder object. Use the AddNodes(MsoSegmentType, MsoEditingType, Single, Single, Single, Single, Single, Single) method to add nodes to the freeform. Use the ConvertToShape(Object) method to create the shape defined in the FreeformBuilder object and add it to the Shapes collection.

Properties

Application

Returns a Application object that represents the Microsoft Word application.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Parent

Returns an object that represents the parent object of the specified object.

Methods

AddNodes(MsoSegmentType, MsoEditingType, Single, Single, Single, Single, Single, Single)

Inserts a new segment at the end of the freeform that's being created, and adds the nodes that define the segment.

ConvertToShape(Object)

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

Applies to