Type Property 型プロパティ

backgroundColor

The background color of the document. 書類の背景色。

Declaration 宣言

static let backgroundColor: NSAttributedString.DocumentAttributeKey

Discussion 議論

The value of this attribute is an NSColor object representing the document-wide page background color. この属性の値は、NSColorオブジェクトです、書類全体のページ背景色を表しています。

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

For applications linked on versions prior to macOS 10.5, HTML import sets the NSBackgroundColorDocumentAttribute to [NSColor whiteColor] in cases in which the HTML does not specify a background color. For applications linked on macOS 10.5 and later, no NSBackgroundColorDocumentAttribute is set in these cases. macOS 10.5より前のバージョンにおいてリンクされるアプリケーションに対して、HTMLインポートはNSBackgroundColorDocumentAttribute[NSColor whiteColor]に設定します、その場合にはHTMLは背景色を指定しません。macOS 10.5以降においてリンクされるアプリケーションに対して、NSBackgroundColorDocumentAttributeをこうした場合には設定しません。

See Also 参照

Keys キー