hanging_punctuation property

hanging_punctuation property

Determines whether the hanging punctuation is used in a paragraph. No inheritance applied. Read/write NullableBool.

Definition:

@property
def hanging_punctuation(self):
    ...

@hanging_punctuation.setter
def hanging_punctuation(self, value):
    ...

See Also