PrintDocument for WinForms
RenderDirectRichText(Unit,Unit,String,Object,Object,Style) メソッド


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス > RenderDirectRichText メソッド : RenderDirectRichText(Unit,Unit,String,Object,Object,Style) メソッド
テキストのレンダリング位置の水平(X)座標( autoは使用不可)。
テキストのレンダリング位置の垂直(Y)座標( autoは使用不可)。
レンダリングする RTF 形式の文字列。
テキスト領域の幅( nullautoも使用不可)。
テキスト領域の高さ( nullが使用可能。この場合は Unit.Autoを使用)。
使用する Style、または null
RTF 形式の文字列を現在のドキュメントの Bodyの 現在のページ上の指定位置に追加して解決します。
シンタックス
'宣言
 
Public Overloads Sub RenderDirectRichText( _
   ByVal x As Unit, _
   ByVal y As Unit, _
   ByVal rtf As System.String, _
   ByVal width As System.Object, _
   ByVal height As System.Object, _
   ByVal style 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 x,
   Unit y,
   System.string rtf,
   System.object width,
   System.object height,
   Style style
)

パラメータ

x
テキストのレンダリング位置の水平(X)座標( autoは使用不可)。
y
テキストのレンダリング位置の垂直(Y)座標( autoは使用不可)。
rtf
レンダリングする RTF 形式の文字列。
width
テキスト領域の幅( nullautoも使用不可)。
height
テキスト領域の高さ( nullが使用可能。この場合は Unit.Autoを使用)。
style
使用する Style、または null
解説

このメソッドは、現在のドキュメント上の StartDocメソッド呼び出しと EndDocメソッド呼び出しの間でのみ使用できます。詳細は、 RenderDirect(Unit,Unit,RenderObject,Object,Object)を参照してください。

参照

C1PrintDocument クラス
C1PrintDocument メンバ
オーバーロード一覧
RenderRichText クラス
RenderDirect(Unit,Unit,RenderObject,Object,Object) メソッド
StartDoc メソッド
EndDoc メソッド
Generate メソッド