Description
-
Holds text extracted from the entity.
Property type
-
A String value.
Syntax
-
object.Text
The Text Property syntax has these parts:
| object |
An expression
evaluating to an object of type wodHtmlEntity. |
Remarks
-
Text property will contain extracted data from the
entity. Data is extracted in such manner that everything
inside HTML tags is included. When more than one space is
found it is also removed, encoded bytes are decoded
etc..
Idea of text property is to present readable contents of
the entity you can show in your programs.
|