enum sap.m.WrappingType

Control sample: sap.m.WrappingType
Visiblity: public
Available since: N/A
Module: sap/m/library
Application Component: CA-UI5-CTR

Available wrapping types for text controls that can be wrapped that enable you to display the text as hyphenated.

For more information about text hyphenation, see sap.ui.core.hyphenation.Hyphenation and Text Controls Hyphenation.


Properties Overview

Node Description
sap.m.WrappingType.Hyphenated

Hyphenation will be used to break words on syllables where possible.

sap.m.WrappingType.Normal

Normal text wrapping will be used. Words won't break based on hyphenation.