Type Property 型プロパティ

documentType

The document type. 書類型(ドキュメントタイプ)。

Declaration 宣言

static let documentType: NSAttributedString.DocumentAttributeKey

Discussion 議論

The value of this attribute is one of the document types declared in NSAttributedString.DocumentType. For reader methods, this key in options can specify the document type for interpreting the contents. Upon return, the document attributes can contain this key for indicating the actual format used to read the contents. For write methods, this key specifies the format for generating the data. この属性の値は、NSAttributedString.DocumentTypeにおいて宣言される書類型の1つです。リーダーメソッドに対して、このキーはオプションにおいて、書類型をその内容を解釈するために指定できます。戻りにおいて、書類属性はこのキーを、内容を読み出すために使われた実際の書式設定を指し示すために含むことができます。書き出しメソッドに対して、このキーはデータを生成するために書式設定を指定します。

The string constant in macOS 10.3 and earlier is @"DocumentType". macOS 10.3以前での文字列定数は、@"DocumentType"です。

See Also 参照

Keys キー