Assembles the string representation.
This method, inherited from Node, executes
the assemble operation for Text objects. The assemble
operation creates or updates the string representation from the
broken-down representation. For Text objects, the assemble
operation builds the string representation from the list of
contained EncodedWord objects. Before it builds the string
representation for the Text object, this method first calls
the Assemble() method of each EncodedWord object in
its list.
You should call this method after you set or modify any of the
contained EncodedWord objects, and before you retrieve the
string representation.
This method clears the is-modified flag.
Text Class | Hunny.Mime Namespace