PrintDocument for WinForms
AddText(String,Color) メソッド


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > ParagraphObjectCollection クラス > AddText メソッド : AddText(String,Color) メソッド
追加する文字列。
文字列のレンダリングに使用するテキストの色。
指定されたテキスト文字列を現在の段落に追加します。
シンタックス
'宣言
 
Public Overloads Function AddText( _
   ByVal text As System.String, _
   ByVal textColor As System.Drawing.Color _
) As ParagraphText
'使用法
 
Dim instance As ParagraphObjectCollection
Dim text As System.String
Dim textColor As System.Drawing.Color
Dim value As ParagraphText
 
value = instance.AddText(text, textColor)
public ParagraphText AddText( 
   System.string text,
   System.Drawing.Color textColor
)

パラメータ

text
追加する文字列。
textColor
文字列のレンダリングに使用するテキストの色。

戻り値の型

指定されたテキスト文字列を表すために作成された ParagraphText オブジェクト。
解説
このメソッドは、 ParagraphTextを作成し、指定したテキストとテキスト色で初期化して、現在のコレクションに 追加します。
参照

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