enum sap.ui.core.Wrapping

Control sample: sap.ui.core.Wrapping
Visiblity: public
Available since: N/A
Module: sap/ui/core/library
Application Component: CA-UI5-COR

Configuration options for text wrapping.


Properties Overview

Node Description
sap.ui.core.Wrapping.Hard

Inserts actual line breaks in the text at the wrap point.

sap.ui.core.Wrapping.None

The standard browser behavior is considered for wrapping.

sap.ui.core.Wrapping.Off

Wrapping shall not be allowed.

sap.ui.core.Wrapping.Soft

The text is actually on the same line but displayed within several lines.