FreeformBuilder インターフェイス

定義

作成中のフリーフォームのジオメトリを表します。

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

注釈

BuildFreeform(MsoEditingType, Single, Single)FreeformBuilder オブジェクトを返すには、 メソッドを使用します。 AddNodes(MsoSegmentType, MsoEditingType, Single, Single, Single, Single, Single, Single)フリーフォームにノードを追加するには、 メソッドを使用します。 メソッドを ConvertToShape(Object) 使用して 、FreeformBuilder オブジェクトで定義されている図形を作成し、それをコレクションに Shapes 追加します。

プロパティ

Application

Application Microsoft Word アプリケーションを表す オブジェクトを返します。

Creator

指定されたオブジェクトを作成したアプリケーションを示す 32 ビットの整数を取得します。

Parent

指定されたオブジェクトの親オブジェクトを表すオブジェクトを取得します。

メソッド

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

作成中のフリーフォームの末尾に新しいセグメントを挿入し、セグメントを定義する節点を追加します。

ConvertToShape(Object)

指定されたオブジェクトの幾何学的な特徴を持った図形を作成します。 新しい図形を Shape 表す オブジェクトを返します。

適用対象