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


Configuration options for the direction of texts.

Field Summary
sap.ui.core.TextDirection.InheritInherits the direction from its parent control/container.
sap.ui.core.TextDirection.LTRSpecifies left-to-right text direction.
sap.ui.core.TextDirection.RTLSpecifies right-to-left text direction.
Field Detail
sap.ui.core.TextDirection.Inherit: string
Inherits the direction from its parent control/container.
sap.ui.core.TextDirection.LTR: string
Specifies left-to-right text direction.
sap.ui.core.TextDirection.RTL: string
Specifies right-to-left text direction.