ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfParagraph Class / RtfParagraph Constructor / RtfParagraph Constructor(RtfObject)
The owned Word/RTF object.

In This Topic
    RtfParagraph Constructor(RtfObject)
    In This Topic
    Create Word/RTF paragraph with owner.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As RtfObject _
    )
    public RtfParagraph( 
       RtfObject owner
    )

    Parameters

    owner
    The owned Word/RTF object.
    See Also