[]
        
(Showing Draft Content)

C1.WPF.Word.C1WordDocument.DrawParagraph

DrawParagraph Method

DrawParagraph(Rect, RtfParagraph, bool)

Draw paragraph into this document in next position.

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

The drawing rectangle.

RtfParagraph paragraph

The drawing paragraph object.

bool overlapping

Is overlapping or no exist TextBox object.