- readFromData:options:documentAttributes:
data.
レシーバの内容をdata
でのストリームから設定します。
- readFromFileURL:options:documentAttributes:error:
url
.
レシーバの内容をurl
でのファイルから設定します。
Deprecated 非推奨
Use read
instead.
read
を代わりに使ってください。
Availability 有効性
Technology
- (BOOL)readFromURL:(NSURL
*)url
options:(NSDictionary
*)options
documentAttributes:(NSDictionary
* _Nullable *)dict;
url
The URL of the document to open. 開く書類のURL。
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
で見てください。
documentAttributes
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
。
Filter services can be used to convert the contents of the URL into a format recognized by Cocoa. フィルタサービスは、URLの内容をCocoaによって認識される形式へと変換するために使われることができます。
- readFromData:options:documentAttributes:
data.
レシーバの内容をdata
でのストリームから設定します。
- readFromFileURL:options:documentAttributes:error: