'宣言 Public Function New( _ ByVal text As System.String _ )
'使用法 Dim text As System.String Dim instance As New ParagraphText(text)
public ParagraphText( System.string text )
パラメータ
- text
- A string assigned to the ParagraphText.Text property of the current object.