PrintDocument for WinForms
RenderInline メソッド (C1PrintDocument)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : RenderInline メソッド
現在のインライン段落の RenderParagraph.Contentに追加する ParagraphObjectオブジェクト。
段落の幅。この呼び出しが新しい段落を開始する場合(現在の段落が存在しない場合)にのみ使用されます。
段落の高さ。この呼び出しが新しい段落を開始する場合(現在の段落が存在しない場合)にのみ使用されます。
指定した ParagraphObjectに適用する Style
ParagraphObjectを現在のインライン段落にレンダリングします。
シンタックス
'宣言
 
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
現在のインライン段落の RenderParagraph.Contentに追加する ParagraphObjectオブジェクト。
width
段落の幅。この呼び出しが新しい段落を開始する場合(現在の段落が存在しない場合)にのみ使用されます。
height
段落の高さ。この呼び出しが新しい段落を開始する場合(現在の段落が存在しない場合)にのみ使用されます。
style
指定した ParagraphObjectに適用する Style

戻り値の型

この呼び出しによって警告が発生しなかった場合は true、その他の場合は false
解説
このメソッドは、指定した ParagraphObjectを現在の内部保持された RenderParagraphオブジェクトに追加します。現在の段落が存在しない場合は新しい段落が開始されます。

このメソッドは、現在のドキュメント上の StartDocメソッド呼び出しと EndDocメソッド呼び出しの間でのみ使用できます。詳細は、 RenderBlockを参照してください。

参照

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