TextIsElementContentWhitespace Property |
Returns whether this text node contains element content whitespace, often abusively called "ignorable whitespace".
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public bool IsElementContentWhitespace { get; }
Public ReadOnly Property IsElementContentWhitespace As Boolean
Get
public:
property bool IsElementContentWhitespace {
bool get ();
}
member IsElementContentWhitespace : bool with get
Property Value
Type:
Booleantrue if this instance is element content whitespace; otherwise,
false.
See Also