Uses of Class
org.robovm.apple.coretext.CTTextAlignment
| Package | Description |
|---|---|
| org.robovm.apple.coretext | |
| org.robovm.apple.uikit |
-
Uses of CTTextAlignment in org.robovm.apple.coretext
Methods in org.robovm.apple.coretext that return CTTextAlignment Modifier and Type Method Description CTTextAlignmentCTParagraphStyle. getAlignment()CTTextAlignmentCTTextTab. getAlignment()static CTTextAlignmentCTTextAlignment. valueOf(long n)Returns the enum constant of this type with the specified name.static CTTextAlignmentCTTextAlignment. valueOf(String name)Returns the enum constant of this type with the specified name.static CTTextAlignment[]CTTextAlignment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.coretext with parameters of type CTTextAlignment Modifier and Type Method Description static CTTextTabCTTextTab. create(CTTextAlignment alignment, double location, CTTextTabOptions options)voidCTParagraphStyleSettings. setAlignment(CTTextAlignment alignment) -
Uses of CTTextAlignment in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return CTTextAlignment Modifier and Type Method Description CTTextAlignmentNSTextAlignment. toCTTextAlignment()Methods in org.robovm.apple.uikit with parameters of type CTTextAlignment Modifier and Type Method Description static NSTextAlignmentNSTextAlignment. fromCTTextAlignment(CTTextAlignment ctTextAlignment)