[−][src]Trait uikit_sys::NSAttributedString_NSAttributedStringDocumentFormats
Provided methods
unsafe fn initWithURL_options_documentAttributes_error_(
self,
url: NSURL,
options: NSDictionary,
dict: *mut NSDictionary,
error: *mut NSError
) -> instancetype where
Self::Target: Message + Sized,
self,
url: NSURL,
options: NSDictionary,
dict: *mut NSDictionary,
error: *mut NSError
) -> instancetype where
Self::Target: Message + Sized,
unsafe fn initWithData_options_documentAttributes_error_(
self,
data: NSData,
options: NSDictionary,
dict: *mut NSDictionary,
error: *mut NSError
) -> instancetype where
Self::Target: Message + Sized,
self,
data: NSData,
options: NSDictionary,
dict: *mut NSDictionary,
error: *mut NSError
) -> instancetype where
Self::Target: Message + Sized,
unsafe fn dataFromRange_documentAttributes_error_(
self,
range: NSRange,
dict: NSDictionary,
error: *mut NSError
) -> NSData where
Self::Target: Message + Sized,
self,
range: NSRange,
dict: NSDictionary,
error: *mut NSError
) -> NSData where
Self::Target: Message + Sized,
unsafe fn fileWrapperFromRange_documentAttributes_error_(
self,
range: NSRange,
dict: NSDictionary,
error: *mut NSError
) -> NSFileWrapper where
Self::Target: Message + Sized,
self,
range: NSRange,
dict: NSDictionary,
error: *mut NSError
) -> NSFileWrapper where
Self::Target: Message + Sized,