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