public final class CTTextAlignment
extends java.lang.Object
These constants specify text alignment.
[@constant] kCTTextAlignmentLeft Text is visually left-aligned.
[@constant] kCTTextAlignmentRight Text is visually right-aligned.
[@constant] kCTTextAlignmentCenter Text is visually center-aligned.
[@constant] kCTTextAlignmentJustified Text is fully justified. The last line in a paragraph is naturally aligned.
[@constant] kCTTextAlignmentNatural Use the natural alignment of the text's script.
| Modifier and Type | Field and Description |
|---|---|
static byte |
CenterTextAlignment
Deprecated.
|
static byte |
JustifiedTextAlignment
Deprecated.
|
static byte |
LeftTextAlignment
Deprecated.
|
static byte |
NaturalTextAlignment
Deprecated.
|
static byte |
RightTextAlignment
Deprecated.
|
static byte |
TextAlignmentCenter |
static byte |
TextAlignmentJustified |
static byte |
TextAlignmentLeft |
static byte |
TextAlignmentNatural |
static byte |
TextAlignmentRight |
public static final byte TextAlignmentLeft
public static final byte TextAlignmentRight
public static final byte TextAlignmentCenter
public static final byte TextAlignmentJustified
public static final byte TextAlignmentNatural
@Deprecated public static final byte LeftTextAlignment
@Deprecated public static final byte RightTextAlignment
@Deprecated public static final byte CenterTextAlignment
@Deprecated public static final byte JustifiedTextAlignment
@Deprecated public static final byte NaturalTextAlignment