[]
        
(Showing Draft Content)

C1.WPF.Word.C1WordDocument.Add

Add Method

Add(RtfObject)

Add Word/RTF object for this document.

Declaration
public void Add(RtfObject obj)
Parameters
Type Name Description
RtfObject obj

The Word/RTF object.

Implements