LongWordHandling

LongWordHandling enumeration

Describes behaviour of template generation when encounter a word which dimensions a bigger than parent container. In this case word cannot be properly displayed inside parent container and cannot be wrapped.

public enum LongWordHandling

Values

NameValueDescription
undefined0Settings is not set. Default value will be used.
DrawOver1Default value. Word will be displayed as is, overflowing parent element borders.
ThrowException2After the word is measured as overflowing parent - Exception will be thrown.

See Also