Instance Method インスタンスメソッド

initWithRTFDFileWrapper:documentAttributes:

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

Declaration 宣言

- (instancetype)initWithRTFDFileWrapper:(NSFileWrapper *)wrapper 
                     documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> * _Nullable *)dict;

Parameters パラメータ

wrapper

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

dict

An in-out dictionary containing document-level attributes described in NSAttributedStringDocumentAttributeKey. May be nil, in which case no document attributes are returned. NSAttributedStringDocumentAttributeKeyにおいて記述される書類レベルの属性を含んでいるインアウト辞書。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 NSAttributedStringDocumentAttributeKey. 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において、NSAttributedStringDocumentAttributeKeyにおいて記述される書類レベルの属性を含んでいる辞書を参照によって返します。dictNULLかもしれません、その場合には書類属性は返されません。初期化されたオブジェクトを、またはnilwrapperがRTFD書類として解釈できないならば返します。

See Also 参照

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