'宣言 Public Overloads Function RenderBlockText( _ ByVal text 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 text As System.String Dim width As System.Object Dim height As System.Object Dim style As Style Dim value As System.Boolean value = instance.RenderBlockText(text, width, height, style)
パラメータ
- text
- レンダリングするテキスト。
- width
- レンダリングするブロックの幅( nullの場合は親の幅を使用)。
- height
- レンダリングするブロックの高さ( nullの場合は高さの自動調整を使用)。
- style
- 使用するスタイル( nullが使用可能)。
戻り値の型
この呼び出しによって警告が発生しなかった場合は true、その他の場合は false。