PrintDocument for WinForms
RenderInline メソッド (C1PrintDocument)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : RenderInline メソッド
The ParagraphObject object to add to the Content of the current inline paragraph.
The paragraph width. Used only if this call begins a new paragraph (i.e. if there is no current one).
The paragraph height. Used only if this call begins a new paragraph (i.e. if there is no current one).
The C1PrintDocument.Style to apply to the specified ParagraphObject.
Renders a ParagraphObject into the current inline paragraph.
シンタックス
'宣言
 
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)
public System.bool RenderInline( 
   ParagraphObject po,
   System.object width,
   System.object height,
   Style 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.
解説
This method adds the specified ParagraphObject to the current internally maintained RenderParagraph object. A new paragraph is started if there is no current one.

This method can only be used between calls to C1PrintDocument.StartDoc and C1PrintDocument.EndDoc methods on the current document. For details, see C1PrintDocument.RenderBlock.

参照

C1PrintDocument クラス
C1PrintDocument メンバ
RenderInlineBegin メソッド
RenderInlineEnd メソッド
StartDoc メソッド
EndDoc メソッド
Generate メソッド
Warnings プロパティ