PrintDocument for WinForms
RenderInlineEnd メソッド (C1PrintDocument)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : RenderInlineEnd メソッド
Ends rendering of the current inline paragraph.
シンタックス
'宣言
 
Public Sub RenderInlineEnd() 
'使用法
 
Dim instance As C1PrintDocument
 
instance.RenderInlineEnd()
public void RenderInlineEnd()
解説
This method ends the current internally maintained RenderParagraph object used to serve any of RenderInline... calls.

It is not necessary to call this method in order to end the current paragraph, it is also automatically ended by a call to C1PrintDocument.RenderInlineBegin or any of the RenderBlock... or RenderDirect... methods.

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 メソッド
StartDoc メソッド
EndDoc メソッド
Generate メソッド
Warnings プロパティ