Uses of Class
org.robovm.apple.coremedia.CMTextMarkupAttribute
| Package | Description |
|---|---|
| org.robovm.apple.corefoundation | |
| org.robovm.apple.coremedia | |
| org.robovm.apple.foundation |
-
Uses of CMTextMarkupAttribute in org.robovm.apple.corefoundation
Methods in org.robovm.apple.corefoundation with parameters of type CMTextMarkupAttribute Modifier and Type Method Description CFTypeCFAttributedString. getAttribute(long loc, CMTextMarkupAttribute attrName, CFRange effectiveRange)voidCFMutableAttributedString. removeAttribute(CFRange range, CMTextMarkupAttribute attribute)voidCFMutableAttributedString. setAttribute(CFRange range, CMTextMarkupAttribute attribute, CFType value) -
Uses of CMTextMarkupAttribute in org.robovm.apple.coremedia
Methods in org.robovm.apple.coremedia that return CMTextMarkupAttribute Modifier and Type Method Description static CMTextMarkupAttributeCMTextMarkupAttribute.Marshaler. toObject(Class<CMTextMarkupAttribute> cls, long handle, long flags)static CMTextMarkupAttributeCMTextMarkupAttribute. valueOf(CFString value)Methods in org.robovm.apple.coremedia that return types with arguments of type CMTextMarkupAttribute Modifier and Type Method Description static List<CMTextMarkupAttribute>CMTextMarkupAttribute.AsListMarshaler. toObject(Class<? extends CFType> cls, long handle, long flags)Methods in org.robovm.apple.coremedia with parameters of type CMTextMarkupAttribute Modifier and Type Method Description <T extends NativeObject>
TCMTextMarkupAttributes. get(CMTextMarkupAttribute key, Class<T> type)booleanCMTextMarkupAttributes. has(CMTextMarkupAttribute key)CMTextMarkupAttributesCMTextMarkupAttributes. set(CMTextMarkupAttribute key, NativeObject value)static longCMTextMarkupAttribute.Marshaler. toNative(CMTextMarkupAttribute o, long flags)Method parameters in org.robovm.apple.coremedia with type arguments of type CMTextMarkupAttribute Modifier and Type Method Description static longCMTextMarkupAttribute.AsListMarshaler. toNative(List<CMTextMarkupAttribute> l, long flags)static CMTextMarkupAttributeCMTextMarkupAttribute.Marshaler. toObject(Class<CMTextMarkupAttribute> cls, long handle, long flags) -
Uses of CMTextMarkupAttribute in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation with parameters of type CMTextMarkupAttribute Modifier and Type Method Description voidNSMutableAttributedString. addAttribute(CMTextMarkupAttribute attribute, NSObject value, NSRange range)voidNSAttributedString. enumerateAttribute(CMTextMarkupAttribute attribute, NSRange enumerationRange, NSAttributedStringEnumerationOptions opts, VoidBlock3<NSObject,NSRange,BooleanPtr> block)NSObjectNSAttributedString. getAttribute(CMTextMarkupAttribute attribute, long location, NSRange range)NSObjectNSAttributedString. getAttribute(CMTextMarkupAttribute attribute, long location, NSRange range, NSRange rangeLimit)voidNSMutableAttributedString. removeAttribute(CMTextMarkupAttribute attribute, NSRange range)