ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfString Class / Text Property

In This Topic
    Text Property
    In This Topic
    Gets or sets the text for this string.
    Syntax
    'Declaration
     
    Public Property Text As System.String
    public System.string Text {get; set;}

    Property Value

    The text string.
    See Also