'宣言 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.