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