| HTMLBodyElementText Property |
Document text color. See the text attribute definition in HTML 4.01.
This attribute is deprecated in HTML 4.01.
Namespace: Aspose.HtmlAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic string Text { get; set; }Public Property Text As String
Get
Set
public:
property String^ Text {
String^ get ();
void set (String^ value);
}member Text : string with get, set
Property Value
Type:
String
See Also