'宣言 Public Function RenderInline( _ ByVal po As ParagraphObject, _ ByVal width As System.Object, _ ByVal height As System.Object, _ ByVal style As Style _ ) As System.Boolean
'使用法 Dim instance As C1PrintDocument Dim po As ParagraphObject Dim width As System.Object Dim height As System.Object Dim style As Style Dim value As System.Boolean value = instance.RenderInline(po, width, height, style)
パラメータ
- po
- The ParagraphObject object to add to the Content of the current inline paragraph.
- width
- The paragraph width. Used only if this call begins a new paragraph (i.e. if there is no current one).
- height
- The paragraph height. Used only if this call begins a new paragraph (i.e. if there is no current one).
- style
- The C1PrintDocument.Style to apply to the specified ParagraphObject.
戻り値の型
true if no warnings were generated by this call, false otherwise.