dot big bang

Developer API
Menu

Enumeration TextComponentWrapMode

All
  • Public
  • Public/Protected
  • All

Index

Enumeration members

Default

Default: = "DEFAULT"

Text will wrap on line break characters and when reaching the width limit (if specified). In the latter case, wrapping happens between whole words as much as possible. Whitespace characters at the start and end of lines are collapsed.

OnlyWrapOnNewLine

OnlyWrapOnNewLine: = "ONLY_WRAP_ON_NEWLINE"

StrictlyRespectSpacing

StrictlyRespectSpacing: = "STRICTLY_RESPECT_SPACING"