ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.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