ComponentOne Word for UWP
DrawParagraph Method

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > C1WordDocument Class : DrawParagraph Method
The drawing rectangle.
The drawing paragraph object.
Is overlapping or no exist TextBox object.
Draw paragraph into this document in next position.
Syntax
'Declaration
 
Public Sub DrawParagraph( _
   ByVal rc As Windows.Foundation.Rect, _
   ByVal paragraph As RtfParagraph, _
   Optional ByVal overlapping As System.Boolean _
) 
public void DrawParagraph( 
   Windows.Foundation.Rect 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

Reference

C1WordDocument Class
C1WordDocument Members