fmeobjects.FMEText.offset

FMEText.offset(offsetPoint)

Offsets the geometry by the coordinate values specified by ‘offsetPoint’. An error is returned if the operation is unsuccessful.

Parameters:offsetPoint (FMEPoint) – The point whose coordinate values will be used to offset the text object.
Return type:None
Raises:FMEException – An exception is raised if an error occurred.