FlexReport for WinForms
FindText メソッド (RenderTextFragment)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > RenderTextFragment クラス : FindText メソッド
The C1.Document.Util.IC1TextMeasurementContext interface which can be used in text processing.
The find params.
The callback method called for each found text block.
Searches a text within fragment and enumerates all found text blocks.
シンタックス
'宣言
 
Public Function FindText( _
   ByVal tmc As IC1TextMeasurementContext, _
   ByVal findTextParams As C1FindTextParams, _
   ByVal callback As FindTextCallback _
) As System.Object
'使用法
 
Dim instance As RenderTextFragment
Dim tmc As IC1TextMeasurementContext
Dim findTextParams As C1FindTextParams
Dim callback As FindTextCallback
Dim value As System.Object
 
value = instance.FindText(tmc, findTextParams, callback)
public System.object FindText( 
   IC1TextMeasurementContext tmc,
   C1FindTextParams findTextParams,
   FindTextCallback callback
)

パラメータ

tmc
The C1.Document.Util.IC1TextMeasurementContext interface which can be used in text processing.
findTextParams
The find params.
callback
The callback method called for each found text block.

戻り値の型

Returns object which can be passed back to the object in Draw() method to highlight found text.
参照

参照

RenderTextFragment クラス
RenderTextFragment メンバ