TextAlign

trait TextAlign
class Object
trait Matchable
class Any

Value members

Concrete fields

The inline contents are centered within the line box.

The inline contents are centered within the line box.

lazy val end: StyleSetter

right if direction is left-to-right and left otherwise.

right if direction is left-to-right and left otherwise.

The text is justified. Text should line up their left and right edges to the left and right content edges of the paragraph.

The text is justified. Text should line up their left and right edges to the left and right content edges of the paragraph.

lazy val left: StyleSetter

The inline contents are aligned to the left edge of the line box.

The inline contents are aligned to the left edge of the line box.

lazy val right: StyleSetter

The inline contents are aligned to the right edge of the line box.

The inline contents are aligned to the right edge of the line box.

lazy val start: StyleSetter

left if direction is left-to-right and right otherwise.

left if direction is left-to-right and right otherwise.