バージョン

AddInlineShape(ShapeType) メソッド

関連付けられた ParagraphInlineShape を追加します。
シンタックス
'宣言
 
Public Overloads Function AddInlineShape( _
   ByVal shapeType As Infragistics.Documents.Word.ShapeType _
) As Infragistics.Documents.Word.InlineShape
public Infragistics.Documents.Word.InlineShape AddInlineShape( 
   Infragistics.Documents.Word.ShapeType shapeType
)

パラメータ

shapeType
追加する図形タイプを定義する ShapeType 定数 (線、矩形、楕円など)。

戻り値の型

InlineShape インスタンス。
参照