'宣言 Public Overloads Function Add( _ ByVal text As System.String _ ) As ParagraphText
'使用法 Dim instance As ParagraphItemCollection Dim text As System.String Dim value As ParagraphText value = instance.Add(text)
public ParagraphText Add( System.string text )
パラメータ
- text
戻り値の型
追加された ParagraphTextオブジェクトを返します。