Uses of Class
org.robovm.apple.coremedia.CMTextMarkupAttributes
-
Uses of CMTextMarkupAttributes in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return CMTextMarkupAttributes Modifier and Type Method Description CMTextMarkupAttributesAVTextStyleRule. getTextMarkupAttributes()Methods in org.robovm.apple.avfoundation with parameters of type CMTextMarkupAttributes Modifier and Type Method Description protected longAVTextStyleRule. init(CMTextMarkupAttributes textMarkupAttributes)protected longAVTextStyleRule. init(CMTextMarkupAttributes textMarkupAttributes, String textSelector)Constructors in org.robovm.apple.avfoundation with parameters of type CMTextMarkupAttributes Constructor Description AVTextStyleRule(CMTextMarkupAttributes textMarkupAttributes)AVTextStyleRule(CMTextMarkupAttributes textMarkupAttributes, String textSelector) -
Uses of CMTextMarkupAttributes in org.robovm.apple.contacts
Methods in org.robovm.apple.contacts with parameters of type CMTextMarkupAttributes Modifier and Type Method Description static NSAttributedStringCNContactFormatter. format(CNContact contact, CNContactFormatterStyle style, CMTextMarkupAttributes attributes)NSAttributedStringCNContactFormatter. format(CNContact contact, CMTextMarkupAttributes attributes)static NSAttributedStringCNPostalAddressFormatter. format(CNPostalAddress postalAddress, CNPostalAddressFormatterStyle style, CMTextMarkupAttributes attributes)NSAttributedStringCNPostalAddressFormatter. format(CNPostalAddress postalAddress, CMTextMarkupAttributes attributes) -
Uses of CMTextMarkupAttributes in org.robovm.apple.corefoundation
Methods in org.robovm.apple.corefoundation that return CMTextMarkupAttributes Modifier and Type Method Description CMTextMarkupAttributesCFAttributedString. getTextMarkupAttributes(long loc, CFRange effectiveRange)Methods in org.robovm.apple.corefoundation with parameters of type CMTextMarkupAttributes Modifier and Type Method Description static CFAttributedStringCFAttributedString. create(String str, CMTextMarkupAttributes attributes)static CFAttributedStringCFAttributedString. create(CFAllocator alloc, String str, CMTextMarkupAttributes attributes)voidCFMutableAttributedString. setAttributes(CFRange range, CMTextMarkupAttributes replacement, boolean clearOtherAttributes) -
Uses of CMTextMarkupAttributes in org.robovm.apple.coremedia
Methods in org.robovm.apple.coremedia that return types with arguments of type CMTextMarkupAttributes Modifier and Type Method Description static List<CMTextMarkupAttributes>CMTextMarkupAttributes.AsListMarshaler. toObject(Class<? extends CFType> cls, long handle, long flags)Methods in org.robovm.apple.coremedia with parameters of type CMTextMarkupAttributes Modifier and Type Method Description static longCMTextMarkupAttributes.Marshaler. toNative(CMTextMarkupAttributes o, long flags)Method parameters in org.robovm.apple.coremedia with type arguments of type CMTextMarkupAttributes Modifier and Type Method Description static longCMTextMarkupAttributes.AsListMarshaler. toNative(List<CMTextMarkupAttributes> l, long flags)static CMTextMarkupAttributesCMTextMarkupAttributes.Marshaler. toObject(Class<CMTextMarkupAttributes> cls, long handle, long flags) -
Uses of CMTextMarkupAttributes in org.robovm.apple.coretext
Methods in org.robovm.apple.coretext that return CMTextMarkupAttributes Modifier and Type Method Description CMTextMarkupAttributesCTRun. getTextMarkupAttributes() -
Uses of CMTextMarkupAttributes in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return CMTextMarkupAttributes Modifier and Type Method Description CMTextMarkupAttributesNSAttributedString. getTextMarkupAttributes(long location, NSRange range)CMTextMarkupAttributesNSAttributedString. getTextMarkupAttributes(long location, NSRange range, NSRange rangeLimit)CMTextMarkupAttributesNSNumberFormatter. getTextMarkupAttributesForNaN()CMTextMarkupAttributesNSNumberFormatter. getTextMarkupAttributesForNegativeInfinity()CMTextMarkupAttributesNSNumberFormatter. getTextMarkupAttributesForNegativeValues()CMTextMarkupAttributesNSNumberFormatter. getTextMarkupAttributesForNull()CMTextMarkupAttributesNSNumberFormatter. getTextMarkupAttributesForPositiveInfinity()CMTextMarkupAttributesNSNumberFormatter. getTextMarkupAttributesForPositiveValues()CMTextMarkupAttributesNSNumberFormatter. getTextMarkupAttributesForZero()Constructors in org.robovm.apple.foundation with parameters of type CMTextMarkupAttributes Constructor Description NSAttributedString(String str, CMTextMarkupAttributes attrs)NSMutableAttributedString(String str, CMTextMarkupAttributes attrs) -
Uses of CMTextMarkupAttributes in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return CMTextMarkupAttributes Modifier and Type Method Description CMTextMarkupAttributesUITextField. getDefaultTextMarkupAttributes()CMTextMarkupAttributesUITextView. getLinkTextMarkupAttributes()CMTextMarkupAttributesUISearchBar. getScopeBarButtonTitleTextMarkupAttributes(UIControlState state)CMTextMarkupAttributesUIBarItem. getTitleTextMarkupAttributes(UIControlState state)CMTextMarkupAttributesUINavigationBar. getTitleTextMarkupAttributes()CMTextMarkupAttributesUISegmentedControl. getTitleTextMarkupAttributes(UIControlState state)CMTextMarkupAttributesUITextField. getTypingTextMarkupAttributes()CMTextMarkupAttributesUITextView. getTypingTextMarkupAttributes()Methods in org.robovm.apple.uikit with parameters of type CMTextMarkupAttributes Modifier and Type Method Description voidUITextField. setDefaultTextMarkupAttributes(CMTextMarkupAttributes v)voidUITextView. setLinkTextMarkupAttributes(CMTextMarkupAttributes v)voidUISearchBar. setScopeBarButtonTitleTextMarkupAttributes(CMTextMarkupAttributes attributes, UIControlState state)voidUIBarItem. setTitleTextMarkupAttributes(CMTextMarkupAttributes attributes, UIControlState state)voidUINavigationBar. setTitleTextMarkupAttributes(CMTextMarkupAttributes v)voidUISegmentedControl. setTitleTextMarkupAttributes(CMTextMarkupAttributes attributes, UIControlState state)voidUITextField. setTypingTextMarkupAttributes(CMTextMarkupAttributes v)voidUITextView. setTypingTextMarkupAttributes(CMTextMarkupAttributes v)