Enum sap.ui.core.TextAlignModule: sap/ui/core/library


Configuration options for text alignments.

Field Summary
sap.ui.core.TextAlign.BeginLocale-specific positioning at the beginning of the line.
sap.ui.core.TextAlign.CenterCentered text alignment.
sap.ui.core.TextAlign.EndLocale-specific positioning at the end of the line.
sap.ui.core.TextAlign.InitialSets no text align, so the browser default is used.
sap.ui.core.TextAlign.LeftHard option for left alignment.
sap.ui.core.TextAlign.RightHard option for right alignment.
Field Detail
sap.ui.core.TextAlign.Begin: string
Locale-specific positioning at the beginning of the line.
sap.ui.core.TextAlign.Center: string
Centered text alignment.
sap.ui.core.TextAlign.End: string
Locale-specific positioning at the end of the line.
sap.ui.core.TextAlign.Initial: string
Sets no text align, so the browser default is used.
Since:
1.26.0
sap.ui.core.TextAlign.Left: string
Hard option for left alignment.
sap.ui.core.TextAlign.Right: string
Hard option for right alignment.