[−][src]Trait uikit_sys::NSAttributedString_NSExtendedAttributedString
Provided methods
unsafe fn attribute_atIndex_effectiveRange_(
self,
attrName: NSString,
location: NSUInteger,
range: NSRangePointer
) -> id where
Self::Target: Message + Sized,
self,
attrName: NSString,
location: NSUInteger,
range: NSRangePointer
) -> id where
Self::Target: Message + Sized,
unsafe fn attributedSubstringFromRange_(
self,
range: NSRange
) -> NSAttributedString where
Self::Target: Message + Sized,
self,
range: NSRange
) -> NSAttributedString where
Self::Target: Message + Sized,
unsafe fn attributesAtIndex_longestEffectiveRange_inRange_(
self,
location: NSUInteger,
range: NSRangePointer,
rangeLimit: NSRange
) -> NSDictionary where
Self::Target: Message + Sized,
self,
location: NSUInteger,
range: NSRangePointer,
rangeLimit: NSRange
) -> NSDictionary where
Self::Target: Message + Sized,
unsafe fn attribute_atIndex_longestEffectiveRange_inRange_(
self,
attrName: NSString,
location: NSUInteger,
range: NSRangePointer,
rangeLimit: NSRange
) -> id where
Self::Target: Message + Sized,
self,
attrName: NSString,
location: NSUInteger,
range: NSRangePointer,
rangeLimit: NSRange
) -> id where
Self::Target: Message + Sized,
unsafe fn isEqualToAttributedString_(self, other: NSAttributedString) -> BOOL where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn initWithString_(self, str_: NSString) -> instancetype where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn initWithString_attributes_(
self,
str_: NSString,
attrs: NSDictionary
) -> instancetype where
Self::Target: Message + Sized,
self,
str_: NSString,
attrs: NSDictionary
) -> instancetype where
Self::Target: Message + Sized,
unsafe fn initWithAttributedString_(
self,
attrStr: NSAttributedString
) -> instancetype where
Self::Target: Message + Sized,
self,
attrStr: NSAttributedString
) -> instancetype where
Self::Target: Message + Sized,
unsafe fn enumerateAttributesInRange_options_usingBlock_(
self,
enumerationRange: NSRange,
opts: NSAttributedStringEnumerationOptions,
block: _bindgen_ty_id_146014
) where
Self::Target: Message + Sized,
self,
enumerationRange: NSRange,
opts: NSAttributedStringEnumerationOptions,
block: _bindgen_ty_id_146014
) where
Self::Target: Message + Sized,
unsafe fn enumerateAttribute_inRange_options_usingBlock_(
self,
attrName: NSString,
enumerationRange: NSRange,
opts: NSAttributedStringEnumerationOptions,
block: _bindgen_ty_id_146024
) where
Self::Target: Message + Sized,
self,
attrName: NSString,
enumerationRange: NSRange,
opts: NSAttributedStringEnumerationOptions,
block: _bindgen_ty_id_146024
) where
Self::Target: Message + Sized,
unsafe fn length(self) -> NSUInteger where
Self::Target: Message + Sized,
Self::Target: Message + Sized,