underline_tab_in_num_list property

CompatibilityOptions.underline_tab_in_num_list property

Underline Following Character Following Numbering.

@property
def underline_tab_in_num_list(self) -> bool:
    ...

@underline_tab_in_num_list.setter
def underline_tab_in_num_list(self, value: bool):
    ...

See Also