public final class CTWritingDirection
extends java.lang.Object
These constants specify the writing direction
[@constant] kCTWritingDirectionNatural The writing direction is algorithmically determined using the Unicode Bidirectional Algorithm rules P2 and P3.
[@constant] kCTWritingDirectionLeftToRight The writing direction is left to right.
[@constant] kCTWritingDirectionRightToLeft The writing direction is right to left.
| Modifier and Type | Field and Description |
|---|---|
static byte |
LeftToRight |
static byte |
Natural |
static byte |
RightToLeft |
public static final byte Natural
public static final byte LeftToRight
public static final byte RightToLeft