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


Configuration options for text wrapping.

Field Summary
sap.ui.core.Wrapping.HardInserts actual line breaks in the text at the wrap point.
sap.ui.core.Wrapping.NoneThe standard browser behavior is considered for wrapping.
sap.ui.core.Wrapping.OffWrapping shall not be allowed.
sap.ui.core.Wrapping.SoftThe text is actually on the same line but displayed within several lines.
Field Detail
sap.ui.core.Wrapping.Hard: string
Inserts actual line breaks in the text at the wrap point.
sap.ui.core.Wrapping.None: string
The standard browser behavior is considered for wrapping.
sap.ui.core.Wrapping.Off: string
Wrapping shall not be allowed.
sap.ui.core.Wrapping.Soft: string
The text is actually on the same line but displayed within several lines.