ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.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 String
    public string Text {get; set;}

    Property Value

    The text string.
    See Also