RTF 形式の文字列を現在のドキュメントの
Bodyの 現在のページ上の指定位置に追加して解決します。
シンタックス
'宣言
Public Overloads Sub RenderDirectRichText( _
ByVal As Unit, _
ByVal As Unit, _
ByVal As System.String, _
ByVal As System.Object, _
ByVal As System.Object, _
ByVal As Style _
)
'使用法
Dim instance As C1PrintDocument
Dim x As Unit
Dim y As Unit
Dim rtf As System.String
Dim width As System.Object
Dim height As System.Object
Dim style As Style
instance.RenderDirectRichText(x, y, rtf, width, height, style)
public void RenderDirectRichText(
Unit ,
Unit ,
System.string ,
System.object ,
System.object ,
Style
)
パラメータ
- x
- テキストのレンダリング位置の水平(X)座標( autoは使用不可)。
- y
- テキストのレンダリング位置の垂直(Y)座標( autoは使用不可)。
- rtf
- レンダリングする RTF 形式の文字列。
- width
- テキスト領域の幅( nullも autoも使用不可)。
- height
- テキスト領域の高さ( nullが使用可能。この場合は Unit.Autoを使用)。
- style
- 使用する Style、または null。
参照