FreeformBuilder Interface 

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

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class reeformBuilderImplementation
    Implements FreeformBuilder
End Class
Dim reeformBuilderImplementation1 As New reeformBuilderImplementation()

Syntax

Public Interface FreeformBuilder
public interface FreeformBuilder
public interface class FreeformBuilder
public interface FreeformBuilder
public interface FreeformBuilder

Remarks

Use the BuildFreeform method to return a FreeformBuilder object. Use the AddNodes method to add nodes to the freeform. Use the ConvertToShape method to create the shape defined in the FreeformBuilder object and add it to the Shapes collection.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

FreeformBuilder Members