- readFromURL:options:documentAttributes:
url
.
レシーバの内容をurl
でのファイルから設定します。
- readFromFileURL:options:documentAttributes:error:
data.
レシーバの内容をdata
でのストリームから設定します。
Deprecated 非推奨
Use read
instead.
read
を代わりに使ってください。
Availability 有効性
Technology
- (BOOL)readFromData:(NSData
*)data
options:(NSDictionary
*)options
documentAttributes:(NSDictionary
* _Nullable *)dict;
data
The data to read. 読み出すデータ。
options
オプション
The option keys for importing the document. For a list of possible values, see “Option keys for importing documents” in NSAttributed
.
書類のインポートに対するオプションキー。可能な値の一覧として、“Option keys for importing documents” をNSAttributed
で見てください。
dict
On return, contains the document attributes. For a list of possible values, see “Document Attributes” in NSAttributed
.
戻りでは、書類属性を含みます。可能な値の一覧として、 “Document Attributes” をNSAttributed
で見てください。
YES
if the attributed string is created successfully or NO
if it was not.
属性付き文字列がうまく作成されるならばYES
またはそうでなかったならばNO
。
- readFromURL:options:documentAttributes:
url
.
レシーバの内容をurl
でのファイルから設定します。
- readFromFileURL:options:documentAttributes:error: