FlexReport for WinForms
AddTextBlock メソッド (IC1TextSelectionBuilder)


C1.Document.4.6.2 アセンブリ > C1.Document.Util 名前空間 > IC1TextSelectionBuilder インターフェース : AddTextBlock メソッド
The text of text block.
The bounds of the text in pixels of IC1TextSelectionBuilder.TextMeasurementContext relative to the top-left corner of the fragment's content area.
Should be called by the C1.Document.IC1TextFragment for each separate text block which should be selected.
シンタックス
'宣言
 
Sub AddTextBlock( _
   ByVal text As System.String, _
   ByVal boundsInFragmentContentAreaPx As Rect _
) 
'使用法
 
Dim instance As IC1TextSelectionBuilder
Dim text As System.String
Dim boundsInFragmentContentAreaPx As Rect
 
instance.AddTextBlock(text, boundsInFragmentContentAreaPx)
void AddTextBlock( 
   System.string text,
   Rect boundsInFragmentContentAreaPx
)

パラメータ

text
The text of text block.
boundsInFragmentContentAreaPx
The bounds of the text in pixels of IC1TextSelectionBuilder.TextMeasurementContext relative to the top-left corner of the fragment's content area.
参照

参照

IC1TextSelectionBuilder インターフェース
IC1TextSelectionBuilder メンバ