[]
        
(Showing Draft Content)

C1.WPF.Word.Objects.RtfParagraph.Add

Add Method

Add(RtfObject)

Adds the RTF object to the collection.

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

RTF object for the RTF object.

Implements