'宣言 Public Overloads Function AddText( _ ByVal text As System.String _ ) As ParagraphText
public ParagraphText AddText( System.string text )
パラメータ
- text
- 追加する文字列。
戻り値の型
指定されたテキスト文字列を表すために作成された ParagraphText オブジェクト。
'宣言 Public Overloads Function AddText( _ ByVal text As System.String _ ) As ParagraphText
public ParagraphText AddText( System.string text )