'宣言 Public Function RenderInlineBegin( _ ByVal style As Style, _ ByVal width As System.Object, _ ByVal height As System.Object _ ) As System.Boolean
'使用法 Dim instance As C1PrintDocument Dim style As Style Dim width As System.Object Dim height As System.Object Dim value As System.Boolean value = instance.RenderInlineBegin(style, width, height)
パラメータ
- style
 - 段落に使用する Style。
 - width
 - 段落の幅。 nullの場合、ページ(複数列レイアウトでは列)の幅が使用されます。
 - height
 - 段落の高さ。 nullの場合は Unit.Autoが使用されます。
 
戻り値の型
この呼び出しによって警告が発生しなかった場合は true、その他の場合は false。