is_hard_underline_fill property

is_hard_underline_fill property

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

Definition:

@property
def is_hard_underline_fill(self):
    ...

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

See Also