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

In This Topic
    Content Property (RtfListText)
    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