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 _
)
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。
参照