Skip to content

TextOverflow

Inherits: Enum

How overflowing text should be handled.

Properties

  • CLIP

    Clip the overflowing text to fix its container.

  • ELLIPSIS

    Use an ellipsis to indicate that the text has overflowed.

  • FADE

    Fade the overflowing text to transparent.

  • VISIBLE

    Render overflowing text outside of its container.

Properties#

CLIP = 'clip' class-attribute instance-attribute #

Clip the overflowing text to fix its container.

ELLIPSIS = 'ellipsis' class-attribute instance-attribute #

Use an ellipsis to indicate that the text has overflowed.

FADE = 'fade' class-attribute instance-attribute #

Fade the overflowing text to transparent.

VISIBLE = 'visible' class-attribute instance-attribute #

Render overflowing text outside of its container.