is_hanging_punctuation 属性
is_hanging_punctuation 属性
指定标点符号是强制放置在一行文本上还是放在不同的文本行上。
定义:
@property
def is_hanging_punctuation(self):
...
@is_hanging_punctuation.setter
def is_hanging_punctuation(self, value):
...
指定标点符号是强制放置在一行文本上还是放在不同的文本行上。
@property
def is_hanging_punctuation(self):
...
@is_hanging_punctuation.setter
def is_hanging_punctuation(self, value):
...