ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word Namespace / C1WordDocument Class / DrawParagraph Method
The drawing rectangle.
The drawing paragraph object.
Is overlapping or no exist TextBox object.

In This Topic
    DrawParagraph Method
    In This Topic
    Draw paragraph into this document in next position.
    Syntax
    'Declaration
     
    Public Sub DrawParagraph( _
       ByVal rc As System.Drawing.RectangleF, _
       ByVal paragraph As RtfParagraph, _
       Optional ByVal overlapping As System.Boolean _
    ) 
    public void DrawParagraph( 
       System.Drawing.RectangleF rc,
       RtfParagraph paragraph,
       System.bool overlapping
    )

    Parameters

    rc
    The drawing rectangle.
    paragraph
    The drawing paragraph object.
    overlapping
    Is overlapping or no exist TextBox object.
    See Also