PrintDocument for WinForms
AddText(String) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > ParagraphObjectCollection クラス > AddText メソッド : AddText(String) メソッド
The text string to add.
Adds a text string to the current paragraph content.
シンタックス
'宣言
 
Public Overloads Function AddText( _
   ByVal text As System.String _
) As ParagraphText
'使用法
 
Dim instance As ParagraphObjectCollection
Dim text As System.String
Dim value As ParagraphText
 
value = instance.AddText(text)
public ParagraphText AddText( 
   System.string text
)

パラメータ

text
The text string to add.

戻り値の型

A ParagraphText object representing the specified text string.
解説
This method creates a ParagraphText, initializes it with the specified text, and adds it to the current collection.
参照

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