ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / Add Method
The Word/RTF object.

In This Topic
    Add Method (C1WordDocument)
    In This Topic
    Add Word/RTF object for this document.
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal obj As RtfObject _
    ) 
    public void Add( 
       RtfObject obj
    )

    Parameters

    obj
    The Word/RTF object.
    See Also