- dataFromRange:documentAttributes:error:
- fileWrapperFromRange:documentAttributes:error:
- docFormatFromRange:documentAttributes:
- RTFFromRange:documentAttributes:
- RTFDFileWrapperFromRange:documentAttributes:
Availability 有効性
Technology
- (NSData
*)RTFDFromRange:(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 data object containing the RTFD stream containing the characters and attributes. 文字と属性を含んでいるRTFDストリームを含んでいるデータオブジェクト。
Writes 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
の何らかの部分がレシーバの持つ文字の終わりを越えているならば。
When writing data to the pasteboard, you can use the NSData
object as the first argument to the NSPasteboard
method set
, with a second argument of NSRTFPboard
.
データをペーストボードに書き出す場合、あなたはNSData
オブジェクトをNSPasteboard
メソッドのset
の最初の引数として、NSRTFPboard
の2番目の引数とともに、使用できます。
- dataFromRange:documentAttributes:error:
- fileWrapperFromRange:documentAttributes:error:
- docFormatFromRange:documentAttributes:
- RTFFromRange:documentAttributes:
- RTFDFileWrapperFromRange:documentAttributes: