PrintDocument for WinForms
ParagraphText コンストラクタ(String,Style)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > ParagraphText クラス > ParagraphText コンストラクタ : ParagraphText コンストラクタ(String,Style)
A string assigned to the ParagraphText.Text property of the current object.
A Style to use (the Style.AssignNonInheritedFrom method is used to copy the specified style to the current object's RenderObject.Style).
Initializes a new instance of the ParagraphText class, assigning the ParagraphText.Text property, and specifying the Style.
シンタックス
'宣言
 
Public Function New( _
   ByVal text As System.String, _
   ByVal style As Style _
)
'使用法
 
Dim text As System.String
Dim style As Style
 
Dim instance As New ParagraphText(text, style)
public ParagraphText( 
   System.string text,
   Style 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).
参照

ParagraphText クラス
ParagraphText メンバ
オーバーロード一覧