allow_text_to_overflow property

allow_text_to_overflow property

Whether allow text to overflow shape.

Definition:

@property
def allow_text_to_overflow(self):
    ...
@allow_text_to_overflow.setter
def allow_text_to_overflow(self, value):
    ...

See Also