ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfParagraph Class / Content Property

In This Topic
    Content Property (RtfParagraph)
    In This Topic
    Gets content for this paragraph.
    Syntax
    'Declaration
     
    Public ReadOnly Property Content As RtfParagraphContent
    public RtfParagraphContent Content {get;}

    Property Value

    The Word/RTF paragraph content collection.
    See Also