Word for UWP
DrawString(String,Font,Color,Rect,StringFormat) メソッド

C1.UWP.Word アセンブリ > C1.Xaml.Word 名前空間 > C1WordDocument クラス > DrawString メソッド : DrawString(String,Font,Color,Rect,StringFormat) メソッド
段落のテキスト文字列。
描画フォント。
描画する色。
描画する四角形。
描画する文字列書式。
このドキュメントの次の位置にテキスト文字列を描画します。
シンタックス
'宣言
 
Public Overloads Sub DrawString( _
   ByVal text As System.String, _
   ByVal font As Font, _
   ByVal clr As Windows.UI.Color, _
   ByVal rc As Windows.Foundation.Rect, _
   ByVal sf As StringFormat _
) 
public void DrawString( 
   System.string text,
   Font font,
   Windows.UI.Color clr,
   Windows.Foundation.Rect rc,
   StringFormat sf
)

パラメータ

text
段落のテキスト文字列。
font
描画フォント。
clr
描画する色。
rc
描画する四角形。
sf
描画する文字列書式。
参照

C1WordDocument クラス
C1WordDocument メンバ
オーバーロード一覧