Table of Contents

Enum OverflowWrapPropertyValue

Namespace
iText.Layout.Properties
Assembly
itext.layout.dll

The possible values for the overflow wrap property.

public enum OverflowWrapPropertyValue

Fields

ANYWHERE = 0
BREAK_WORD = 1
NORMAL = 2

Remarks

The possible values for the overflow wrap property.

ANYWHERE and BREAK_WORD mean that long words will break if they overflow the container.

NORMAL means that long words will not break, even if they overflow the container.