static let accessibilityAttachment : NSAttributedString.Key
Text attachment (
id
).
テキスト添付書類(id
)。
static let accessibilityAutocorrected : NSAttributedString.Key
Autocorrected text (
NSNumber
as a Boolean value).
オートコレクトされたテキスト(ブール値としてのNSNumber
)。
static let accessibilityBackgroundColor : NSAttributedString.Key
Text background color (
CGColorRef
).
テキスト背景色(CGColorRef
)。
static let accessibilityFont : NSAttributedString.Key
Font keys (
NSDictionary
).
フォントキー(NSDictionary
)。
static let accessibilityForegroundColor : NSAttributedString.Key
Text foreground color (
CGColorRef
).
テキスト前景色(CGColorRef
)。
static let accessibilityLink : NSAttributedString.Key
Text link (
id
).
テキストリンク(id
)。
static let accessibilityMarkedMisspelled : NSAttributedString.Key
Misspelled text that is visibly marked as misspelled (
NSNumber
as a Boolean value). If you’re implementing a custom text-editing app, use NSAccessibilityMarkedMisspelledTextAttribute
to ensure that VoiceOver properly identifies misspelled text to users.
綴り間違いとして目に見えるように印される綴り間違いテキスト(ブール値としてのNSNumber
)。あなたがあつらえのテキスト編集アプリを実装しているならば、NSAccessibilityMarkedMisspelledTextAttribute
を使ってVoiceOverプロパティが綴り間違いテキストを適切に識別することをユーザのために確実にしてください。
static let accessibilityMisspelled : NSAttributedString.Key
Misspelled text that isn’t necessarily visibly marked as misspelled (
NSNumber
as a Boolean value). Beginning in macOS 10.9, VoiceOver no longer checks for this attribute; instead, VoiceOver uses accessibilityMarkedMisspelled
.
綴り間違いとして目に見えるように印される必要がない綴り間違いテキスト(ブール値としてのNSNumber
)。macOS 10.9から、VoiceOverはもはやこの属性を確認しません;代わりに、VoiceOverはaccessibilityMarkedMisspelled
を使います。
static let accessibilityShadow : NSAttributedString.Key
Text shadow (
NSNumber
as a Boolean value).
テキストシャドウ(ブール値としてのNSNumber
)。
static let accessibilitySpeechIPANotation : NSAttributedString.Key
A key that indicates the pronunciation of a specific word or phrase, such as a proper name.
あるキー、それは、特定の単語または語句の発音記号を指し示します、たとえばある固有名詞など。
static let accessibilitySpeechLanguage : NSAttributedString.Key
A key that indicates the language to use when speaking a string.
あるキー、それは文字列を音声で語る場合に使う言語を指し示します。
static let accessibilitySpeechPitch : NSAttributedString.Key
A key that indicates the pitch to apply to spoken content.
あるキー、それは話される内容に適用するピッチを指し示します。
static let accessibilitySpeechPunctuation : NSAttributedString.Key
A key that indicates whether to speak punctuation.
あるキー、それは句読点を話すかどうかを指し示します。
static let accessibilitySpeechQueueAnnouncement : NSAttributedString.Key
A key that indicates whether to queue an announcement behind existing speech or to interrupt it.
あるキー、それはある告知を既存のスピーチの後ろで行列に並ばせるかまたはそれを中断させるかを指し示します。
static let accessibilityTextCustom : NSAttributedString.Key
A key for specifying custom attributes to apply to the text.
テキストに適用するあつらえの属性を指定するためのキー。
static let accessibilityStrikethrough : NSAttributedString.Key
Text strikethrough (
NSNumber
as a Boolean value).
テキスト取り消し線(ブール値としてのNSNumber
)。
static let accessibilityStrikethroughColor : NSAttributedString.Key
Text strikethrough color (
CGColorRef
).
テキスト取り消し線の色(CGColorRef
)。
static let accessibilitySuperscript : NSAttributedString.Key
Text superscript style (
NSNumber
). Values > 0 are superscript; values < 0 are subscript.
テキスト上付きスタイル(NSNumber
)。値 > 0 は上付きです;値 < 0 は下付きです。
static let accessibilityUnderline : NSAttributedString.Key
Text underline style (
NSNumber
).
テキスト下線スタイル(NSNumber
)。
static let accessibilityUnderlineColor : NSAttributedString.Key
Text underline color (
CGColorRef
).
テキスト下線色(CGColorRef
)。