NSAttributedString$Methods extension

on

Properties

string NSString

Available on NSAttributedString, provided by the NSAttributedString$Methods extension

string
no setter

Methods

attributesAtIndex(int location, {required Pointer<NSRange> effectiveRange}) NSDictionary

Available on NSAttributedString, provided by the NSAttributedString$Methods extension

attributesAtIndex:effectiveRange:
encodeWithCoder(NSCoder coder) → void

Available on NSAttributedString, provided by the NSAttributedString$Methods extension

encodeWithCoder:
init() NSAttributedString

Available on NSAttributedString, provided by the NSAttributedString$Methods extension

init
initWithAttributedString(NSAttributedString attrStr) NSAttributedString

Available on NSAttributedString, provided by the NSAttributedString$Methods extension

initWithAttributedString:
initWithCoder(NSCoder coder) NSAttributedString?

Available on NSAttributedString, provided by the NSAttributedString$Methods extension

initWithCoder:
initWithContentsOfMarkdownFileAtURL(NSURL markdownFile, {NSAttributedStringMarkdownParsingOptions? options, NSURL? baseURL}) NSAttributedString?

Available on NSAttributedString, provided by the NSAttributedString$Methods extension

initWithContentsOfMarkdownFileAtURL:options:baseURL:error:
initWithFormat(NSAttributedString format, {required int options, NSLocale? locale}) NSAttributedString

Available on NSAttributedString, provided by the NSAttributedString$Methods extension

initWithFormat:options:locale:
initWithFormat$1(NSAttributedString format, {required int options, NSLocale? locale, required NSDictionary context}) NSAttributedString

Available on NSAttributedString, provided by the NSAttributedString$Methods extension

initWithFormat:options:locale:context:
initWithMarkdown(NSData markdown, {NSAttributedStringMarkdownParsingOptions? options, NSURL? baseURL}) NSAttributedString?

Available on NSAttributedString, provided by the NSAttributedString$Methods extension

initWithMarkdown:options:baseURL:error:
initWithMarkdownString(NSString markdownString, {NSAttributedStringMarkdownParsingOptions? options, NSURL? baseURL}) NSAttributedString?

Available on NSAttributedString, provided by the NSAttributedString$Methods extension

initWithMarkdownString:options:baseURL:error:
initWithString(NSString str) NSAttributedString

Available on NSAttributedString, provided by the NSAttributedString$Methods extension

initWithString:
initWithString$1(NSString str, {NSDictionary? attributes}) NSAttributedString

Available on NSAttributedString, provided by the NSAttributedString$Methods extension

initWithString:attributes: