Hunny Software Library Reference

Text.Assemble Method 

Assembles the string representation.

[Visual Basic]
Overrides Public Sub Assemble()
[C#]
public override void Assemble();

Remarks

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.

See Also

Text Class | Hunny.Mime Namespace