Instance Method
インスタンスメソッド
read(fromFileURL:options:documentAttributes:)
Sets the contents of the receiver from the file at the given URL.
レシーバの内容をこの与えられたURLでのファイルから設定します。
Parameters
パラメータ
url
The location of the file providing text data.
テキストデータを提供しているファイルの位置。
opts
The option keys for importing the document. For a list of possible values, see “Option keys for importing documents” in NSAttributedString
.
書類のインポートに対するオプションキー。可能な値の一覧として、“Option keys for importing documents” をNSAttributedString
で見てください。
dict
On return, contains the document attributes. For a list of possible values, see “Document Attributes” in NSAttributedString
.
戻りでは、書類属性を含みます。可能な値の一覧として、 “Document Attributes” をNSAttributedString
で見てください。
error
Upon return, if an error occurs, contains an NSError
object that describes the problem. If you are not interested in possible errors, pass in NULL
.
戻りでは、エラーが発生するならば、問題を記述するNSError
オブジェクトを含みます。あなたが起こりうるエラーに興味がないならば、NULL
を渡してください。
Return Value
戻り値
true
if the attributed string is created successfully or false
if it was not.
属性付き文字列がうまく作成されるならばtrue
またはそうでなかったならばfalse
。
Discussion
議論
For RTF formatted files, the contents of the file are appended to the previous string instead of replacing the previous string.
RTF形式ファイルに対して、ファイルの内容は以前の文字列へ追加されます、以前の文字列を置き換える代わりに。