- dataFromRange:documentAttributes:error:
- fileWrapperFromRange:documentAttributes:error:
- docFormatFromRange:documentAttributes:
- RTFDFromRange:documentAttributes:
- RTFDFileWrapperFromRange:documentAttributes:
Availability 有効性
Technology
- (NSData
*)RTFFromRange:(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 an RTF stream for the attributed string. 属性付き文字列に対するRTFストリームを含んでいるデータオブジェクト。
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
. Although this method strips attachments, it leaves the attachment characters in the text itself.
データをペーストボードに書き出す場合、あなたはNSData
オブジェクトをNSPasteboard
メソッドのset
の最初の引数として、NSRTFPboard
の2番目の引数とともに、使用できます。このメソッドは添付書類を剥ぎ取りますが、それは添付書類文字それらをテキスト自体の中にそのまま残します。
The NSText
method RTFFrom
, on the other hand, does strip attachment characters when extracting RTF.
- dataFromRange:documentAttributes:error:
- fileWrapperFromRange:documentAttributes:error:
- docFormatFromRange:documentAttributes:
- RTFDFromRange:documentAttributes:
- RTFDFileWrapperFromRange:documentAttributes: