Initializer

init(html:options:documentAttributes:)

Creates an attributed string from the HTML in the specified data object. 属性付き文字列をこの指定されたデータオブジェクトの中のHTMLから作成します。

Declaration 宣言

init?(html data: Data, 
options: [NSAttributedString.DocumentReadingOptionKey : Any] = [:], 
documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>?)

Parameters パラメータ

data

The data in HTML format from which to create the attributed string. それから属性付文字列を作成することになるHTML形式でのデータ。

options オプション

Specifies how the document should be loaded. Contains values described in NSAttributedStringDocumentReadingOptionKey. どのように書類がロードされるべきかを指定してください。NSAttributedStringDocumentReadingOptionKeyで記述される値を含めて下さい。

dict

An in-out dictionary containing document-level attributes described in NSAttributedString.DocumentAttributeKey. May be nil, in which case no document attributes are returned. NSAttributedString.DocumentAttributeKeyにおいて記述される書類レベルの属性を含んでいるインアウト辞書。nilかもしれません、その場合には書類属性は返されません。

Return Value 戻り値

Returns an initialized object, or nil if the data can’t be decoded. 初期化されたオブジェクトを、またはnilをデータがデコードできないならば返します。

See Also 参照

Creating an Attributed String 属性付き文字列を作成する