LayoutElement
Text Property
|
Outputs the entity's contents as a plain text string.
Namespace:
Spire.Doc.Pages
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public virtual string Text { get; }
Public Overridable ReadOnly Property Text As String
Get
public:
virtual property String^ Text {
String^ get ();
}
abstract Text : string with get
override Text : string with get
Property Value
Type:
String
See Also