Uses of Class
org.robovm.apple.contacts.CNPostalAddressFormatterStyle
| Package | Description |
|---|---|
| org.robovm.apple.contacts |
-
Uses of CNPostalAddressFormatterStyle in org.robovm.apple.contacts
Methods in org.robovm.apple.contacts that return CNPostalAddressFormatterStyle Modifier and Type Method Description CNPostalAddressFormatterStyleCNPostalAddressFormatter. getStyle()static CNPostalAddressFormatterStyleCNPostalAddressFormatterStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static CNPostalAddressFormatterStyleCNPostalAddressFormatterStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static CNPostalAddressFormatterStyle[]CNPostalAddressFormatterStyle. 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 CNPostalAddressFormatterStyle Modifier and Type Method Description static StringCNPostalAddressFormatter. format(CNPostalAddress postalAddress, CNPostalAddressFormatterStyle style)static NSAttributedStringCNPostalAddressFormatter. format(CNPostalAddress postalAddress, CNPostalAddressFormatterStyle style, CMTextMarkupAttributes attributes)static NSAttributedStringCNPostalAddressFormatter. format(CNPostalAddress postalAddress, CNPostalAddressFormatterStyle style, CTAttributedStringAttributes attributes)static NSAttributedStringCNPostalAddressFormatter. format(CNPostalAddress postalAddress, CNPostalAddressFormatterStyle style, NSDictionary<?,?> attributes)static NSAttributedStringCNPostalAddressFormatter. format(CNPostalAddress postalAddress, CNPostalAddressFormatterStyle style, NSAttributedStringAttributes attributes)voidCNPostalAddressFormatter. setStyle(CNPostalAddressFormatterStyle v)