'宣言 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
- The C1PrintDocument.Style to use for the paragraph.
- width
- The width of the paragraph. If null, page (or column for multi-column layouts) width is used.
- height
- The height of the paragraph. If null, Unit.Auto is used.
戻り値の型
true if no warnings were generated by this call, false otherwise.