is_hard_underline_line property

is_hard_underline_line property

Determines whether the underline style has own LineFormat properties or inherits it from the LineFormat properties of the text. Read/write NullableBool.

Definition:

@property
def is_hard_underline_line(self):
    ...

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

See Also