Enum BaseDirection
- Namespace
- iText.Layout.Properties
- Assembly
- itext.layout.dll
A specialized enum holding the possible values for a text IElement 's base direction.
public enum BaseDirection
Fields
DEFAULT_BIDI = 1
LEFT_TO_RIGHT = 2
NO_BIDI = 0
RIGHT_TO_LEFT = 3
Remarks
A specialized enum holding the possible values for a text IElement 's base direction. This class is meant to be used as the value for the BASE_DIRECTION key in an IPropertyContainer.