Type Property 型プロパティ

cocoaVersion

The version of Cocoa that created the file. ファイルを作成したCocoaのバージョン。

Declaration 宣言

iOS, iPadOS, Mac Catalyst, tvOS, watchOS

static let cocoaVersionDocumentAttribute: NSAttributedString.DocumentAttributeKey

macOS

static let cocoaVersion: NSAttributedString.DocumentAttributeKey

Discussion 議論

The value of this attribute is an NSNumber object containing a float. For RTF files only, stores the version of Cocoa with which the file was created. Absence of this value indicates RTF file not created by Cocoa or its predecessors. この属性の値は、あるfloatを含んでいるNSNumberオブジェクトです。RTFファイルに対してのみ、それでそのファイルが作成されたCocoaのバージョンを格納します。この値の欠如は、RTFファイルがCocoaまたはそれの前身によって作成されないことを指し示します。

Values less than 100 are pre–macOS; 100 is macOS 10.0 or 10.1; 102 is macOS 10.2 and 10.3; values greater than 102 correspond to values of NSAppKitVersionNumber in macOS 10.4 and later. 100より少ない値は、以前のmacOS;100はOS X 10.0または10.1;102はOS X 10.2および10.3;102より大きい値はmacOS 10.4以降におけるNSAppKitVersionNumberの値に相当します。

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

See Also 参照

Keys キー