バージョン

Create メソッド (TextRun)

指定した WordDocumentWriter と関連付けられた新しいインスタンスを返します。
シンタックス
'宣言
 
Public Shared Function Create( _
   ByVal writer As WordDocumentWriter, _
   ByVal text As String, _
   ByVal font As Font _
) As TextRun
public static TextRun Create( 
   WordDocumentWriter writer,
   string text,
   Font font
)

パラメータ

writer
関連付けられた WordDocumentWriter インスタンス。
text
ハイパーリンクに表示されるテキスト。
font
テキスト ランのフォント属性を決定する以前作成された Font インスタンス。Null が指定された場合、テキスト ランは文書レベルで定義されるフォント属性を継承します。

戻り値の型

新しい PictureOutlineProperties インスタンス。
参照