'宣言 Public Overloads Function AddText( _ ByVal text As System.String, _ ByVal style As Style _ ) As ParagraphText
'使用法 Dim instance As ParagraphObjectCollection Dim text As System.String Dim style As Style Dim value As ParagraphText value = instance.AddText(text, style)
public ParagraphText AddText( System.string text, Style style )
パラメータ
- text
- The text string to add.
- style
- The style to use to render the string.
戻り値の型
A ParagraphText object representing the specified text string.