Skip to content

LineStyle

Style of underline, overline or strike.

Parameters:

Name Type Description Default

index

int

Line index.

required

line

str

Line type. Either ansi styles "underline", "underline2", "overline", "strike", or "custom". Defaults to None.

required

char

str

Line char. Only used when line is "custom". Defaults to None.

None

char property

char

Line char. Only used when line is "custom".

index property

index

Line index.

line property

line

Line type. Either ansi styles "underline", "underline2", "overline", "strike", or "custom".