- dataFromRange:documentAttributes:error:
- fileWrapperFromRange:documentAttributes:error:
- docFormatFromRange:documentAttributes:
- RTFFromRange:documentAttributes:
- RTFDFromRange:documentAttributes:
Availability 有効性
Technology
- (NSFileWrapper
*)RTFDFileWrapperFromRange:(NSRange
)range
documentAttributes:(NSDictionary
<NSAttributedStringDocumentAttributeKey
, id
> *)dict;
aRange
The range. その範囲。
docAttributes
A required dictionary specifying the document attributes. The dictionary contains values from Document Types
and must at least contain NSDocument
.
書類属性を指定している必須辞書。辞書はDocument Types
からの値を含んでいます、そして少なくともNSDocument
を含んでいなければなりません。
A file wrapper containing the RTFD data. RTFDデータを含んでいるファイルラッパー。
The file wrapper also includes the document-level attributes in doc
, as explained in RTF Files and Attributed Strings.
ファイルラッパーはまた、doc
の中の書類レベルの属性を含みます、RTF Files and Attributed Stringsで説明されるように。
Raises an NSRange
if any part of a
lies beyond the end of the receiver’s characters.
NSRange
を引き起こします、もしa
の何らかの部分がレシーバの持つ文字の終わりを越えているならば。
You can save the file wrapper using the write
method of NSFile
.
あなたは、ファイルラッパーの保存をNSFile
のwrite
メソッドを使って行えます。
- dataFromRange:documentAttributes:error:
- fileWrapperFromRange:documentAttributes:error:
- docFormatFromRange:documentAttributes:
- RTFFromRange:documentAttributes:
- RTFDFromRange:documentAttributes: