Gets or sets the specified hyperlink's visible text in a document.
Namespace: Spire.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public string TextToDisplay { get; set; }
Public Property TextToDisplay As String Get Set
public: property String^ TextToDisplay { String^ get (); void set (String^ value); }
member TextToDisplay : string with get, set
Property Value
StringThe text to display.