Initializer

init(rtfdFileWrapper:documentAttributes:)

Creates an attributed string from the specified file wrapper that contains an RTFD document. 属性付き文字列をRTFD書類を含む指定されたファイルラッパーから作成します。

Declaration 宣言

init?(rtfdFileWrapper wrapper: FileWrapper, 
documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>?)

Parameters パラメータ

wrapper

The FileWrapper containing the RTFD document. RTFD書類を含んでいるFileWrapper

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をデータがデコードできないならば返します。

Discussion 議論

Also returns by reference in dict a dictionary containing document-level attributes described in NSAttributedString.DocumentAttributeKey. dict may be NULL, in which case no document attributes are returned. Returns an initialized object, or nil if wrapper can’t be interpreted as an RTFD document. またdictにおいて、NSAttributedString.DocumentAttributeKeyにおいて記述される書類レベルの属性を含んでいる辞書を参照によって返します。dictNULLかもしれません、その場合には書類属性は返されません。初期化されたオブジェクトを、またはnilwrapperがRTFD書類として解釈できないならば返します。

See Also 参照

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