font_underline property

font_underline property

The font underline flag indicates whether the font used in watermark text formatting is underlined.

The default value is None, which means that the filter is not applied.

Definition:

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

See Also