XCode 14.3 日本語化計画:New Human Interface Guideline
static let accessibilityAlignment: NSAttributedString.Key
static let accessibilityAnnotationTextAttribute: NSAttributedString.Key
static let accessibilityAttachment: NSAttributedString.Key
テキスト添付ファイル (id)。
static let accessibilityAutocorrected: NSAttributedString.Key
自動修正されたテキスト (ブール値としての NSNumber)。
static let accessibilityBackgroundColor: NSAttributedString.Key
テキストの背景色 (CGColorRef)。
static let accessibilityCustomText: NSAttributedString.Key
static let accessibilityFont: NSAttributedString.Key
フォントキー (NSDictionary)。
static let accessibilityForegroundColor: NSAttributedString.Key
テキストの前景色 (CGColorRef)。
static let accessibilityLanguage: NSAttributedString.Key
static let accessibilityLink: NSAttributedString.Key
テキストのリンク (id)。
static let accessibilityListItemIndex: NSAttributedString.Key
static let accessibilityListItemLevel: NSAttributedString.Key
static let accessibilityMarkedMisspelled: NSAttributedString.Key
スペルミスとして視覚的にマークされているスペルミスのテキスト (ブール値としての NSNumber)。カスタムテキスト編集アプリを実装している場合は、NSAccessibilityMarkedMisspelledTextAttribute を使用して、VoiceOver がスペルミスのテキストをユーザに適切に識別できるようにして下さい。
static let accessibilityMisspelled: NSAttributedString.Key
スペルミスとして必ずしも視覚的にマークされてないスペルミスのテキスト (ブール値としての NSNumber)。macOS 10.9 以降、VoiceOver はこの属性をチェックしなくなりました。代わりに、VoiceOver は accessibilityMarkedMisspelled を使用します。
static let accessibilityShadow: NSAttributedString.Key
テキストの陰影 (ブール値としての NSNumber)。
static let accessibilitySpeechIPANotation: NSAttributedString.Key
固有名詞など、特定の単語や語句の発音を示すキー。
static let accessibilitySpeechLanguage: NSAttributedString.Key
文字列を読み上げるときに使用すべき言語を示すキー。
static let accessibilitySpeechPitch: NSAttributedString.Key
話された内容に適用するピッチを示すキー。
static let accessibilitySpeechPunctuation: NSAttributedString.Key
句読点を読み上げるかどうかを示すキー。
static let accessibilitySpeechQueueAnnouncement: NSAttributedString.Key
既存のスピーチの後ろにアナウンスをキューに入れるか、アナウンスを中断するかを示すキー。
static let accessibilitySpeechSpellOut: NSAttributedString.Key
static let accessibilityTextCustom: NSAttributedString.Key
テキストに適用すべきカスタム属性を指定するためのキー。
static let accessibilityTextHeadingLevel: NSAttributedString.Key
テキストの見出しレベルを指定するキー。
static let accessibilityStrikethrough: NSAttributedString.Key
テキストの取り消し線 (ブール値としての NSNumber)。
static let accessibilityStrikethroughColor: NSAttributedString.Key
テキストの取り消し線の色 (CGColorRef)。
static let accessibilitySuperscript: NSAttributedString.Key
テキストの上付き文字スタイル (NSNumber)。 値 > 0 は上付き文字(superscript)です。 値 < 0 は添え字(subscript)です。
static let accessibilityUnderline: NSAttributedString.Key
テキストのアンダーラインのスタイル (NSNumber)。
static let accessibilityUnderlineColor: NSAttributedString.Key
テキストのアンダーラインの色 (CGColorRef)。
static let UIAccessibilityTextAttributeContext: NSAttributedString.Key