Instance Method
インスタンスメソッド
rtfdFileWrapper(from:documentAttributes:)
Returns a file wrapper object that contains an RTFD document corresponding to the characters and attributes within the specified range.
指定された範囲内の文字および属性いくらかに一致するRTFD書類を含んでいるファイルラッパーオブジェクトを返します。
Parameters
パラメータ
aRange
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
戻り値
A file wrapper containing the RTFD data.
RTFDデータを含んでいるファイルラッパー。
Discussion
議論
The file wrapper also includes the document-level attributes in docAttributes
, as explained in RTF Files and Attributed Strings.
ファイルラッパーはまた、docAttributes
の中の書類レベルの属性を含みます、RTF Files and Attributed Stringsで説明されるように。
Raises an rangeException
if any part of aRange
lies beyond the end of the receiver’s characters.
rangeException
を引き起こします、もしaRange
の何らかの部分がレシーバの持つ文字の終わりを越えているならば。
You can save the file wrapper using the write(toFile:atomically:updateFilenames:)
method of FileWrapper
.
あなたは、ファイルラッパーの保存をFileWrapper
のwrite(toFile:atomically:updateFilenames:)
メソッドを使って行えます。