static let baseURL : NSAttributedString.DocumentReadingOptionKey
The base URL for HTML documents.
HTML書類に対するベースURL。
static let characterEncoding : NSAttributedString.DocumentReadingOptionKey
The string encoding.
文字列エンコーディング。
static let defaultAttributes : NSAttributedString.DocumentReadingOptionKey
The default attributes to apply to plain files.
プレーンファイルに適用することになる省略時の属性。
static let documentType : NSAttributedString.DocumentReadingOptionKey
The document type.
書類型(ドキュメントタイプ)。
static let fileType : NSAttributedString.DocumentReadingOptionKey
The file type.
ファイルタイプ。
static let readAccessURL : NSAttributedString.DocumentReadingOptionKey
The local files WebKit can access when loading content.
ローカルファイルWebKit、コンテンツをロードする時にアクセスできます。
static let targetTextScaling : NSAttributedString.DocumentReadingOptionKey
The target text scaling.
ターゲットテキストの縮尺。
static let textEncodingName : NSAttributedString.DocumentReadingOptionKey
The text encoding to use.
使用するテキストエンコーディング。
static let textSizeMultiplier : NSAttributedString.DocumentReadingOptionKey
The scale factor for font sizes.
フォントサイズに対する縮尺因数。
static let timeout: NSAttributedString.DocumentReadingOptionKey
The time, in seconds, to wait for a document to finish loading.
書類のロードをやり終えるために待つ、秒での、時間。
static let webPreferences : NSAttributedString.DocumentReadingOptionKey
A WebPreferences object.
あるWebPreferencesオブジェクト。
static let webResourceLoadDelegate : NSAttributedString.DocumentReadingOptionKey
An object to serve as the web resource loading delegate.
ウェブリソースロード委任先としての役割を果たすオブジェクト。