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

fileWrapperFromRange:documentAttributes:error:

Returns a file wrapper object that contains a text stream corresponding to the characters and attributes within the specified range. 指定された範囲内の文字および属性いくらかに一致するテキストストリームを含んでいるファイルラッパーオブジェクトを返します。

Declaration 宣言

- (NSFileWrapper *)fileWrapperFromRange:(NSRange)range 
                     documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> *)dict 
                                  error:(NSError * _Nullable *)error;

Parameters パラメータ

range

The range. その範囲。

dict

A required dictionary specifying the document attributes. The dictionary contains values from Document Types and must at least contain NSDocumentTypeDocumentAttribute. 書類属性を指定している必須辞書。辞書はDocument Typesからの値を含んでいます、そして少なくともNSDocumentTypeDocumentAttributeを含んでいなければなりません。

error

An in-out variable containing an encountered error, if any. もしあれば、出くわしたエラーを含んでいるインアウト変数。

Return Value 戻り値

Returns a file wrapper for the appropriate document type, or nil if failure. When nil, error encapsulates the error information. 適切な書類型に対するファイルラッパー、または失敗するならばnilを返します。nilの場合、errorはエラー情報にカプセル化されます。

Discussion 議論

Raises an NSRangeException if any part of range lies beyond the end of the receiver’s characters. NSRangeExceptionを引き起こします、もしrangeの何らかの部分がレシーバの持つ文字の終わりを越えているならば。

See Also 参照

Generating Data データの生成