enum sap.ui.core.TextAlign

Control sample: sap.ui.core.TextAlign
Visiblity: public
Available since: N/A
Module: sap/ui/core/library
Application Component: CA-UI5-COR

Configuration options for text alignments.


Properties Overview

Node Description
sap.ui.core.TextAlign.Begin

Locale-specific positioning at the beginning of the line.

sap.ui.core.TextAlign.Center

Centered text alignment.

sap.ui.core.TextAlign.End

Locale-specific positioning at the end of the line.

sap.ui.core.TextAlign.Initial

Sets no text align, so the browser default is used.

sap.ui.core.TextAlign.Left

Hard option for left alignment.

sap.ui.core.TextAlign.Right

Hard option for right alignment.