Txt constructor

Txt(value)

Constructor

def __init__(self, value):
    ...
Parameter Type Description
value str Text of the shape.

See Also