Should be called by the C1.Document.IC1TextFragment for each separate text block which should be selected.
シンタックス
'宣言
Sub AddTextBlock( _
ByVal As System.String, _
ByVal As Rect _
)
'使用法
Dim instance As IC1TextSelectionBuilder
Dim text As System.String
Dim boundsInFragmentContentAreaPx As Rect
instance.AddTextBlock(text, boundsInFragmentContentAreaPx)
void AddTextBlock(
System.string ,
Rect
)
パラメータ
- text
- The text of text block.
- boundsInFragmentContentAreaPx
- The bounds of the text in pixels of TextMeasurementContext relative to the top-left corner of the fragment's content area.
参照