class func loadFromHTML (request: URLRequest, options: [NSAttributedString.DocumentReadingOptionKey : Any], completionHandler : NSAttributedString.CompletionHandler)
Creates an attributed string by converting the contents of the specified HTML URL request.
属性付き文字列をこの指定されたHTML URLリクエストの内容を変換することによって作成します。
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.
ある非同期の属性付き文字列を取得するための完了ハンドラ。