Package apple.uikit.enums
Class NSTextAlignment
- java.lang.Object
-
- apple.uikit.enums.NSTextAlignment
-
public final class NSTextAlignment extends java.lang.ObjectValues for NSTextAlignment
-
-
Field Detail
-
Left
public static final long Left
Visually left aligned- See Also:
- Constant Field Values
-
Center
public static final long Center
Visually centered- See Also:
- Constant Field Values
-
Right
public static final long Right
Visually right aligned- See Also:
- Constant Field Values
-
Justified
public static final long Justified
Fully-justified. The last line in a paragraph is natural-aligned.- See Also:
- Constant Field Values
-
Natural
public static final long Natural
Indicates the default alignment for script- See Also:
- Constant Field Values
-
-