class func loadFromHTML (fileURL : URL, options: [NSAttributedString.DocumentReadingOptionKey : Any], completionHandler : NSAttributedString.CompletionHandler)
Creates an attributed string by converting the content of a local HTML file at the specified URL.
属性付き文字列をこの指定されたURLでのローカルHTMLファイルの内容を変換することによって作成します。
class func loadFromHTML (string: String, options: [NSAttributedString.DocumentReadingOptionKey : Any], completionHandler : NSAttributedString.CompletionHandler)
Creates an attributed string from the specified HTML string.
属性付き文字列をこの指定されたHTML文字列から作成します。
class func loadFromHTML (data: Data, options: [NSAttributedString.DocumentReadingOptionKey : Any], completionHandler : NSAttributedString.CompletionHandler)
Creates an attributed string from the specified HTML data.
属性付き文字列をこの指定されたHTMLデータから作成します。
typealias NSAttributedString.CompletionHandler
A completion handler for getting an asynchronous attributed string.
ある非同期の属性付き文字列を取得するための完了ハンドラ。