Uses of Class
org.robovm.apple.coretext.CTAttributedStringAttributes
| Package | Description |
|---|---|
| org.robovm.apple.contacts | |
| org.robovm.apple.corefoundation | |
| org.robovm.apple.coretext | |
| org.robovm.apple.foundation | |
| org.robovm.apple.uikit |
-
Uses of CTAttributedStringAttributes in org.robovm.apple.contacts
Methods in org.robovm.apple.contacts with parameters of type CTAttributedStringAttributes Modifier and Type Method Description static NSAttributedStringCNContactFormatter. format(CNContact contact, CNContactFormatterStyle style, CTAttributedStringAttributes attributes)NSAttributedStringCNContactFormatter. format(CNContact contact, CTAttributedStringAttributes attributes)static NSAttributedStringCNPostalAddressFormatter. format(CNPostalAddress postalAddress, CNPostalAddressFormatterStyle style, CTAttributedStringAttributes attributes)NSAttributedStringCNPostalAddressFormatter. format(CNPostalAddress postalAddress, CTAttributedStringAttributes attributes) -
Uses of CTAttributedStringAttributes in org.robovm.apple.corefoundation
Methods in org.robovm.apple.corefoundation that return CTAttributedStringAttributes Modifier and Type Method Description CTAttributedStringAttributesCFAttributedString. getCoreTextAttributes(long loc, CFRange effectiveRange)Methods in org.robovm.apple.corefoundation with parameters of type CTAttributedStringAttributes Modifier and Type Method Description static CFAttributedStringCFAttributedString. create(String str, CTAttributedStringAttributes attributes)static CFAttributedStringCFAttributedString. create(CFAllocator alloc, String str, CTAttributedStringAttributes attributes) -
Uses of CTAttributedStringAttributes in org.robovm.apple.coretext
Methods in org.robovm.apple.coretext that return types with arguments of type CTAttributedStringAttributes Modifier and Type Method Description static List<CTAttributedStringAttributes>CTAttributedStringAttributes.AsListMarshaler. toObject(Class<? extends CFType> cls, long handle, long flags)Methods in org.robovm.apple.coretext with parameters of type CTAttributedStringAttributes Modifier and Type Method Description static longCTAttributedStringAttributes.Marshaler. toNative(CTAttributedStringAttributes o, long flags)Method parameters in org.robovm.apple.coretext with type arguments of type CTAttributedStringAttributes Modifier and Type Method Description static longCTAttributedStringAttributes.AsListMarshaler. toNative(List<CTAttributedStringAttributes> l, long flags)static CTAttributedStringAttributesCTAttributedStringAttributes.Marshaler. toObject(Class<CTAttributedStringAttributes> cls, long handle, long flags) -
Uses of CTAttributedStringAttributes in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return CTAttributedStringAttributes Modifier and Type Method Description CTAttributedStringAttributesNSAttributedString. getCoreTextAttributes(long location, NSRange range)CTAttributedStringAttributesNSAttributedString. getCoreTextAttributes(long location, NSRange range, NSRange rangeLimit)CTAttributedStringAttributesNSNumberFormatter. getCoreTextAttributesForNaN()CTAttributedStringAttributesNSNumberFormatter. getCoreTextAttributesForNegativeInfinity()CTAttributedStringAttributesNSNumberFormatter. getCoreTextAttributesForNegativeValues()CTAttributedStringAttributesNSNumberFormatter. getCoreTextAttributesForNull()CTAttributedStringAttributesNSNumberFormatter. getCoreTextAttributesForPositiveInfinity()CTAttributedStringAttributesNSNumberFormatter. getCoreTextAttributesForPositiveValues()CTAttributedStringAttributesNSNumberFormatter. getCoreTextAttributesForZero()Constructors in org.robovm.apple.foundation with parameters of type CTAttributedStringAttributes Constructor Description NSAttributedString(String str, CTAttributedStringAttributes attrs)NSMutableAttributedString(String str, CTAttributedStringAttributes attrs) -
Uses of CTAttributedStringAttributes in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return CTAttributedStringAttributes Modifier and Type Method Description CTAttributedStringAttributesUITextField. getDefaultCoreTextAttributes()CTAttributedStringAttributesUITextView. getLinkCoreTextAttributes()CTAttributedStringAttributesUISearchBar. getScopeBarButtonTitleCoreTextAttributes(UIControlState state)CTAttributedStringAttributesUIBarItem. getTitleCoreTextAttributes(UIControlState state)CTAttributedStringAttributesUINavigationBar. getTitleCoreTextAttributes()CTAttributedStringAttributesUISegmentedControl. getTitleCoreTextAttributes(UIControlState state)CTAttributedStringAttributesUITextField. getTypingCoreTextAttributes()CTAttributedStringAttributesUITextView. getTypingCoreTextAttributes()Methods in org.robovm.apple.uikit with parameters of type CTAttributedStringAttributes Modifier and Type Method Description voidUITextField. setDefaultCoreTextAttributes(CTAttributedStringAttributes v)voidUITextView. setLinkCoreTextAttributes(CTAttributedStringAttributes v)voidUISearchBar. setScopeBarButtonTitleCoreTextAttributes(CTAttributedStringAttributes attributes, UIControlState state)voidUIBarItem. setTitleCoreTextAttributes(CTAttributedStringAttributes attributes, UIControlState state)voidUINavigationBar. setTitleCoreTextAttributes(CTAttributedStringAttributes v)voidUISegmentedControl. setTitleCoreTextAttributes(CTAttributedStringAttributes attributes, UIControlState state)voidUITextField. setTypingCoreTextAttributes(CTAttributedStringAttributes v)voidUITextView. setTypingCoreTextAttributes(CTAttributedStringAttributes v)