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

docFormatFromRange:documentAttributes:

Returns a data object that contains a Microsoft Word–format stream corresponding to the characters and attributes within the specified range. 指定された範囲内の文字および属性いくらかに一致するMicrosoft Word形式ストリームを含んでいるデータオブジェクトを返します。

Declaration 宣言

- (NSData *)docFormatFromRange:(NSRange)range 
            documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> *)dict;

Parameters パラメータ

range

The range. その範囲。

docAttributes

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

Return Value 戻り値

Returns a data object containing the attributed string as a Microsoft Word doc file. Microsoft Word docファイルとして属性付き文字列を含んでいるデータオブジェクトを返します。

Discussion 議論

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

See Also 参照

Generating Data データの生成