'宣言 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
- 追加する文字列。
戻り値の型
指定されたテキスト文字列を表すために作成された ParagraphText オブジェクト。