Type Property 型プロパティ

defaultAttributes

The default document attributes. 省略時の書類属性。

Declaration 宣言

static let defaultAttributes: NSAttributedString.DocumentAttributeKey

Discussion 議論

The value of this attribute is an NSDictionary object containing attributes to be applied to plain files. Used by reader methods. This key in options can specify the default attributes applied to the entire document contents. Upon return, the document attributes can contain this key indicating the actual attributes used. この属性の値は、NSDictionaryオブジェクトで、プレーンファイルに適用される属性を含んでいます。リーダーメソッドによって使われます。オプションにおけるこのキーは、書類内容全体に適用される省略時の属性を指定できます。戻りにおいて、書類属性はこのキーを含むことができます、使われた実際の属性を指し示します。

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

See Also 参照

Keys キー