Structure

NSAttributedString.DocumentReadingOptionKey

Options for importing documents. 書類のインポートに対するオプション。

Declaration 宣言

struct DocumentReadingOptionKey, @unchecked Sendable

Overview 概要

Use these strings as keys when importing documents using the init(data:options:documentAttributes:), init(html:options:documentAttributes:), and init(url:options:documentAttributes:) methods of NSAttributedString. NSAttributedStringのメソッドinit(data:options:documentAttributes:)init(html:options:documentAttributes:)、そしてinit(url:options:documentAttributes:)において使う場合にこれらの文字列をキーとして使ってください。 You can also use them from the read(from:options:documentAttributes:error:) and read(from:options:documentAttributes:error:) methods of NSMutableAttributedString.

Topics 話題

Keys キー

Initializers イニシャライザ

Relationships 関係

Conforms To 次に準拠