Initializes a new instance of the
ParagraphText class, assigning the
ParagraphText.Text property, and specifying the
Style.
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As Style _
)
'使用法
Dim text As System.String
Dim style As Style
Dim instance As New ParagraphText(text, style)
public ParagraphText(
System.string ,
Style
)
パラメータ
- text
- A string assigned to the ParagraphText.Text property of the current object.
- style
- A Style to use (the Style.AssignNonInheritedFrom method is used to copy the specified style to the current object's RenderObject.Style).
参照