'宣言
Public Overloads Function RenderBlockRichText( _
ByVal As System.String, _
ByVal As System.Object, _
ByVal As System.Object, _
ByVal As Style _
) As System.Boolean
public System.bool RenderBlockRichText(
System.string ,
System.object ,
System.object ,
Style
)
パラメータ
- rtf
- レンダリングするテキスト。プレーンテキストが使用可能です。
- width
- null の場合は親の幅が使用されます。
- height
- null の場合は自動調整の高さが使用されます。
- style
- オブジェクトのスタイル。
戻り値の型
オブジェクトのレンダリング中に警告が発生しなかった場合は true を返します。