PrintDocument for WinForms
Text プロパティ (RenderParagraph)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderParagraph クラス : Text プロパティ
Gets or sets the text of the current paragraph.
シンタックス
'宣言
 
Public Property Text As System.String
'使用法
 
Dim instance As RenderParagraph
Dim value As System.String
 
instance.Text = value
 
value = instance.Text
public System.string Text {get; set;}
解説

The getter for this property concatenates and returns the texts of all ParagraphText objects in the current paragraph.

The setter clears the RenderParagraph.Content of the current paragraph, and then adds the specified value as a single ParagraphText.

参照

RenderParagraph クラス
RenderParagraph メンバ