Skip to content

TextWrapping

Enum | orca.UIKit

Controls text wrapping behavior

Constants

Name Description
WrapWithOverflow Wrap at word boundaries; a word that exceeds the available width is allowed to overflow rather than being broken
NoWrap No automatic line wrapping; text extends on a single line and may overflow the container
Wrap Wrap at word boundaries; a word that exceeds the available width is broken at the character level to prevent overflow