fmeobjects.FMEMultiText.appendPart

FMEMultiText.appendPart(text)

This appends the text to the existing MultiText. If None is passed in, nothing will be appended. All texts in the MultiText will be forced to have the same dimension. If any 3D texts exist, all 2D texts will be converted to 3D with a default Z value of 0.0.

Parameters:

text (FMEText) – The text to be appended.

Return type:

None

Raises:

FMEException – An exception is raised if an error occurred.