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


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス > RenderBlockRichText メソッド : RenderBlockRichText(String,Object,Object,Style) メソッド
レンダリングするテキスト。プレーンテキストが使用可能です。
null の場合は親の幅が使用されます。
null の場合は自動調整の高さが使用されます。
オブジェクトのスタイル。
RTF テキストをレンダリングします。
シンタックス
'宣言
 
Public Overloads Function RenderBlockRichText( _
   ByVal rtf As System.String, _
   ByVal width As System.Object, _
   ByVal height As System.Object, _
   ByVal style As Style _
) As System.Boolean
'使用法
 
Dim instance As C1PrintDocument
Dim rtf As System.String
Dim width As System.Object
Dim height As System.Object
Dim style As Style
Dim value As System.Boolean
 
value = instance.RenderBlockRichText(rtf, width, height, style)
public System.bool RenderBlockRichText( 
   System.string rtf,
   System.object width,
   System.object height,
   Style style
)

パラメータ

rtf
レンダリングするテキスト。プレーンテキストが使用可能です。
width
null の場合は親の幅が使用されます。
height
null の場合は自動調整の高さが使用されます。
style
オブジェクトのスタイル。

戻り値の型

オブジェクトのレンダリング中に警告が発生しなかった場合は true を返します。
参照

C1PrintDocument クラス
C1PrintDocument メンバ
オーバーロード一覧