Uses of Class
org.robovm.apple.contacts.CNContactFormatterStyle
| Package | Description |
|---|---|
| org.robovm.apple.contacts |
-
Uses of CNContactFormatterStyle in org.robovm.apple.contacts
Methods in org.robovm.apple.contacts that return CNContactFormatterStyle Modifier and Type Method Description CNContactFormatterStyleCNContactFormatter. getStyle()static CNContactFormatterStyleCNContactFormatterStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static CNContactFormatterStyleCNContactFormatterStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static CNContactFormatterStyle[]CNContactFormatterStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.contacts with parameters of type CNContactFormatterStyle Modifier and Type Method Description static StringCNContactFormatter. format(CNContact contact, CNContactFormatterStyle style)static NSAttributedStringCNContactFormatter. format(CNContact contact, CNContactFormatterStyle style, CMTextMarkupAttributes attributes)static NSAttributedStringCNContactFormatter. format(CNContact contact, CNContactFormatterStyle style, CTAttributedStringAttributes attributes)static NSAttributedStringCNContactFormatter. format(CNContact contact, CNContactFormatterStyle style, NSDictionary<?,?> attributes)static NSAttributedStringCNContactFormatter. format(CNContact contact, CNContactFormatterStyle style, NSAttributedStringAttributes attributes)static NSObjectCNContactFormatter. getDescriptorForRequiredKeys(CNContactFormatterStyle style)voidCNContactFormatter. setStyle(CNContactFormatterStyle v)