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.
|