Uses of Class
org.robovm.apple.uikit.NSTextAlignment
| Package | Description |
|---|---|
| org.robovm.apple.foundation | |
| org.robovm.apple.pdfkit | |
| org.robovm.apple.uikit |
-
Uses of NSTextAlignment in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation with parameters of type NSTextAlignment Modifier and Type Method Description CGSizeNSString. draw(CGRect rect, UIFont font, NSLineBreakMode lineBreakMode, NSTextAlignment alignment)Deprecated.Deprecated in iOS 7.0. -
Uses of NSTextAlignment in org.robovm.apple.pdfkit
Methods in org.robovm.apple.pdfkit that return NSTextAlignment Modifier and Type Method Description NSTextAlignmentPDFAnnotation. getAlignment()Methods in org.robovm.apple.pdfkit with parameters of type NSTextAlignment Modifier and Type Method Description voidPDFAnnotation. setAlignment(NSTextAlignment v) -
Uses of NSTextAlignment in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return NSTextAlignment Modifier and Type Method Description static NSTextAlignmentNSTextAlignment. fromCTTextAlignment(CTTextAlignment ctTextAlignment)NSTextAlignmentNSMutableParagraphStyle. getAlignment()NSTextAlignmentNSParagraphStyle. getAlignment()NSTextAlignmentNSTextTab. getAlignment()NSTextAlignmentUILabel. getTextAlignment()NSTextAlignmentUISimpleTextPrintFormatter. getTextAlignment()NSTextAlignmentUITextField. getTextAlignment()NSTextAlignmentUITextView. getTextAlignment()static NSTextAlignmentNSTextAlignment. valueOf(long n)Returns the enum constant of this type with the specified name.static NSTextAlignmentNSTextAlignment. valueOf(String name)Returns the enum constant of this type with the specified name.static NSTextAlignment[]NSTextAlignment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.uikit with parameters of type NSTextAlignment Modifier and Type Method Description static CGSizeNSStringExtensions. draw(long thiz, CGRect rect, UIFont font, NSLineBreakMode lineBreakMode, NSTextAlignment alignment)Deprecated.Deprecated in iOS 7.0.protected longNSTextTab. init(NSTextAlignment alignment, double loc, NSTextTabOptions options)voidNSMutableParagraphStyle. setAlignment(NSTextAlignment v)voidNSParagraphStyle. setAlignment(NSTextAlignment v)voidUILabel. setTextAlignment(NSTextAlignment v)voidUISimpleTextPrintFormatter. setTextAlignment(NSTextAlignment v)voidUITextField. setTextAlignment(NSTextAlignment v)voidUITextView. setTextAlignment(NSTextAlignment v)Constructors in org.robovm.apple.uikit with parameters of type NSTextAlignment Constructor Description NSTextTab(NSTextAlignment alignment, double loc, NSTextTabOptions options)