[]
        
(Showing Draft Content)

C1.Word.C1WordDocument.DrawParagraph

DrawParagraph Method

DrawParagraph(RectangleF, RtfParagraph, bool)

Draw paragraph into this document in next position.

Declaration
public void DrawParagraph(RectangleF rc, RtfParagraph paragraph, bool overlapping = false)
Parameters
Type Name Description
RectangleF rc

The drawing rectangle.

RtfParagraph paragraph

The drawing paragraph object.

bool overlapping

Is overlapping or no exist TextBox object.