ComponentOne Word for UWP
AddShape Method (C1WordDocument)

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > C1WordDocument Class : AddShape Method
The drawing canvas shape.
Add Word/RTF object for this document.
Syntax
'Declaration
 
Public Function AddShape( _
   ByVal shape As DrawingShape _
) As RtfShape
public RtfShape AddShape( 
   DrawingShape shape
)

Parameters

shape
The drawing canvas shape.

Return Value

The Word/RTF wraper shape.
See Also

Reference

C1WordDocument Class
C1WordDocument Members