is_hanging_punctuation property

is_hanging_punctuation property

Specifies whether punctuation is to be forcefully laid out on a line of text or put on a different line of text.

Definition:

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

See Also