SdtListItem
DisplayText Property
|
Gets the text to display in the run content in place of the
Value
attribute contents for this list item.
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string DisplayText { get; set; }
Public Property DisplayText As String
Get
Set
public:
property String^ DisplayText {
String^ get ();
void set (String^ value);
}
member DisplayText : string with get, set
Property Value
Type:
String
See Also