TextDecorationStyle TextDecorationStyle # Bases: Enum TBD DASHED = 'dashed' # Draw a dashed line. DOTTED = 'dotted' # Draw a dotted line. DOUBLE = 'double' # Draw two lines. SOLID = 'solid' # Draw a solid line. WAVY = 'wavy' # Draw a sinusoidal line.