hyphenate_caps property

hyphenate_caps property

Gets or sets value determining whether words written in all capital letters are hyphenated. Default value for this property is true.

Definition:

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

See Also