Type Method 型メソッド

loadFromHTML(fileURL:options:completionHandler:)

Creates an attributed string by converting the content of a local HTML file at the specified URL. 属性付き文字列をこの指定されたURLでのローカルHTMLファイルの内容を変換することによって作成します。

Declaration 宣言

class func loadFromHTML(fileURL: URL, options: [NSAttributedString.DocumentReadingOptionKey : Any] = [:], completionHandler: @escaping NSAttributedString.CompletionHandler)

Discussion 議論

See Also 参照

Loading an Attributed String from HTML 属性付き文字列をHTMLからロードする