NSAttributedString Classe

Définition

[Foundation.Register("NSAttributedString", true)]
public class NSAttributedString : Foundation.NSObject, Foundation.INSItemProviderReading, Foundation.INSItemProviderWriting, Foundation.INSMutableCopying, Foundation.INSSecureCoding, IDisposable
[Foundation.Register("NSAttributedString", true)]
public class NSAttributedString : Foundation.NSObject, AppKit.INSPasteboardReading, AppKit.INSPasteboardWriting, Foundation.INSMutableCopying, Foundation.INSSecureCoding, IDisposable
[Foundation.Register("NSAttributedString", true)]
public class NSAttributedString : Foundation.NSObject, Foundation.INSMutableCopying, Foundation.INSSecureCoding, IDisposable
[<Foundation.Register("NSAttributedString", true)>]
type NSAttributedString = class
    inherit NSObject
    interface INSCoding
    interface INativeObject
    interface IDisposable
    interface INSCopying
    interface INSItemProviderReading
    interface INSItemProviderWriting
    interface INSMutableCopying
    interface INSSecureCoding
[<Foundation.Register("NSAttributedString", true)>]
type NSAttributedString = class
    inherit NSObject
    interface INSCoding
    interface INativeObject
    interface IDisposable
    interface INSCopying
    interface INSMutableCopying
    interface INSSecureCoding
    interface INSPasteboardReading
    interface INSPasteboardWriting
[<Foundation.Register("NSAttributedString", true)>]
type NSAttributedString = class
    inherit NSObject
    interface INSCoding
    interface INativeObject
    interface IDisposable
    interface INSCopying
    interface INSMutableCopying
    interface INSSecureCoding
Héritage
NSAttributedString
Dérivé
Attributs
Implémente

Constructeurs

Nom Description
NSAttributedString()

Crée un nouveau NSAttributedString avec des valeurs par défaut.

NSAttributedString(NativeHandle)

Constructeur utilisé lors de la création de représentations managées d’objets non managés. Appelé par le runtime.

NSAttributedString(NSAttributedString)
NSAttributedString(NSCoder)

Constructeur qui initialise l’objet à partir des données stockées dans l’objet unarchiver.

NSAttributedString(NSData, NSAttributedStringDocumentAttributes, NSDictionary, NSError)
NSAttributedString(NSData, NSAttributedStringDocumentAttributes, NSDictionary)
NSAttributedString(NSData, NSAttributedStringDocumentAttributes, NSError)
NSAttributedString(NSData, NSAttributedStringMarkdownParsingOptions, NSUrl, NSError)
NSAttributedString(NSData, NSDictionary, NSDictionary, NSError)
NSAttributedString(NSData, NSDictionary, NSDictionary)
NSAttributedString(NSData, NSDictionary)
NSAttributedString(NSData, NSError)
NSAttributedString(NSData, NSUrl, NSDictionary)
NSAttributedString(NSFileWrapper, NSDictionary)
NSAttributedString(NSObjectFlag)

Constructeur pour appeler des classes dérivées pour ignorer l’initialisation et simplement allouer l’objet.

NSAttributedString(NSUrl, NSAttributedStringDocumentAttributes, NSDictionary, NSError)
NSAttributedString(NSUrl, NSAttributedStringDocumentAttributes, NSError)
NSAttributedString(NSUrl, NSAttributedStringMarkdownParsingOptions, NSUrl, NSError)
NSAttributedString(NSUrl, NSDictionary, NSDictionary, NSError)
NSAttributedString(NSUrl, NSDictionary)
NSAttributedString(NSUrl, NSError)
NSAttributedString(String, CTStringAttributes)

Crée un NSAttributedString à utiliser avec les fonctions de rendu CoreText.

NSAttributedString(String, NSAttributedStringMarkdownParsingOptions, NSUrl, NSError)
NSAttributedString(String, NSDictionary)
NSAttributedString(String, NSDictionary)
NSAttributedString(String, NSFont, NSColor, NSColor, NSColor, NSColor, NSColor, NSUnderlineStyle, NSUnderlineStyle, NSParagraphStyle, Single, NSShadow, NSUrl, Boolean, NSTextAttachment, NSLigatureType, Single, Single, Single, Single, NSCursor, String, Int32, NSGlyphInfo, NSArray, Boolean, NSTextLayoutOrientation, NSTextAlternatives, NSSpellingState)
NSAttributedString(String, NSStringAttributes)
NSAttributedString(String, UIFont, UIColor, UIColor, UIColor, NSParagraphStyle, NSLigatureType, Single, NSUnderlineStyle, NSShadow, Single, NSUnderlineStyle)

Crée une chaîne attributée UIKit avec les attributs spécifiés dans les paramètres.

NSAttributedString(String, UIStringAttributes)
NSAttributedString(String)

Propriétés

Nom Description
AccessibilityAttributedUserInputLabels (Hérité de NSObject)
AccessibilityRespondsToUserInteraction (Hérité de NSObject)
AccessibilityTextualContext (Hérité de NSObject)
AccessibilityUserInputLabels (Hérité de NSObject)
AttributedStringByInflectingString
Class (Hérité de NSObject)
ClassHandle

Handle de classe Objective-C pour cette classe.

CocoaVersionDocumentAttribute

Représente la valeur associée à la constante « NSCocoaVersionDocumentAttribute ».

ContainsAttachments
DebugDescription (Hérité de NSObject)
Description (Hérité de NSObject)
ExposedBindings (Hérité de NSObject)
Handle

Handle (pointeur) vers la représentation d’objet non managée.

(Hérité de NSObject)
IsDirectBinding

Obtient ou définit une valeur indiquant si cette instance utilise une liaison de Objective-C directe.

(Hérité de NSObject)
IsProxy (Hérité de NSObject)
Length
LowLevelValue
ReadableTypeIdentifiers
RetainCount (Hérité de NSObject)
Self (Hérité de NSObject)
Size
SourceTextScalingDocumentAttribute

Représente la valeur associée à la constante « NSSourceTextScalingDocumentAttribute ».

Superclass (Hérité de NSObject)
SuperHandle

Handle utilisé pour représenter les méthodes dans la classe de base pour ce NSObject.

(Hérité de NSObject)
TextLayoutSectionOrientation
TextLayoutSectionRange
TextLayoutSectionsAttribute
TextScalingDocumentAttribute

Représente la valeur associée à la constante « NSTextScalingDocumentAttribute ».

UnderlineByWordMaskAttributeName
Value

Contenu de l’objet sous forme de chaîne.

WritableTypeIdentifiers
WritableTypeIdentifiersForItemProvider
Zone (Hérité de NSObject)

Méthodes

Nom Description
AddObserver(NSObject, NSString, NSKeyValueObservingOptions, IntPtr) (Hérité de NSObject)
AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr) (Hérité de NSObject)
AddObserver(NSString, NSKeyValueObservingOptions, Action<NSObservedChange>)

Inscrit un objet pour être observé en externe à l’aide d’une méthode arbitraire.

(Hérité de NSObject)
AddObserver(String, NSKeyValueObservingOptions, Action<NSObservedChange>)

Inscrit un objet pour être observé en externe à l’aide d’une méthode arbitraire.

(Hérité de NSObject)
AwakeFromNib() (Hérité de NSObject)
BeginInvokeOnMainThread(Action)

Appelle l’action spécifiée de manière asynchrone sur le thread d’interface utilisateur principal.

(Hérité de NSObject)
BeginInvokeOnMainThread(Selector, NSObject)

Appelle de façon asynchrone le code spécifié sur le thread d’interface utilisateur principal.

(Hérité de NSObject)
Bind(NSString, NSObject, String, NSBindingOptions) (Hérité de NSObject)
Bind(NSString, NSObject, String, NSDictionary) (Hérité de NSObject)
BoundingRectWithSize(CGSize, NSStringDrawingOptions)
CommitEditing() (Hérité de NSObject)
CommitEditing(NSObject, Selector, IntPtr) (Hérité de NSObject)
ConformsToProtocol(NativeHandle) (Hérité de NSObject)
ContainsAttachmentsInRange(NSRange)
Copy() (Hérité de NSObject)
Copy(NSZone)

Effectue une copie de l’objet Objective-C sous-jacent.

Create(NSAdaptiveImageGlyph, NSDictionary<NSString,NSObject>)
Create(NSAdaptiveImageGlyph, NSDictionary<NSString,NSObject>)
Create(NSData, NSAttributedStringDocumentAttributes, NSDictionary, NSError)

Créez un NSAttributedString.

Create(NSData, NSAttributedStringDocumentAttributes, NSError)

Créez un NSAttributedString.

Create(NSData, NSAttributedStringMarkdownParsingOptions, NSUrl, NSError)

Créez un nouveau NSAttributedString à partir de données Markdown.

Create(NSData, NSDictionary, NSDictionary, NSError)

Créez un NSAttributedString.

Create(NSData, NSError)

Créez un NSAttributedString.

Create(NSFileWrapper, NSDictionary)

Créez une NSAttributedString analyse en analysant les wrapper données RTFD.

Create(NSUrl, NSAttributedStringDocumentAttributes, NSDictionary, NSError)

Créez un NSAttributedString.

Create(NSUrl, NSAttributedStringDocumentAttributes, NSError)

Créez un NSAttributedString.

Create(NSUrl, NSAttributedStringMarkdownParsingOptions, NSUrl, NSError)

Créez-en un à NSAttributedString partir d’un fichier Markdown.

Create(NSUrl, NSDictionary, NSDictionary, NSError)

Créez un NSAttributedString.

Create(NSUrl, NSError)

Créez un NSAttributedString.

Create(String, NSAttributedStringMarkdownParsingOptions, NSUrl, NSError)

Créez un nouveau NSAttributedString à partir d’une chaîne avec markdown.

CreateWithDocFormat(NSData, NSDictionary)

Créez un NSAttributedString en analysant les données wordDocFormat en tant que document Microsoft Word.

CreateWithHTML(NSData, NSAttributedStringDocumentAttributes, NSDictionary)

Créez une NSAttributedString analyse des htmlData données au format HTML.

CreateWithHTML(NSData, NSDictionary, NSDictionary)

Créez une NSAttributedString analyse des htmlData données au format HTML.

CreateWithHTML(NSData, NSDictionary)

Créez une NSAttributedString analyse des htmlData données au format HTML.

CreateWithHTML(NSData, NSUrl, NSDictionary)

Créez une NSAttributedString analyse des htmlData données au format HTML.

CreateWithRTF(NSData, NSDictionary)

Créez une NSAttributedString analyse des rtfData données en tant que RTF.

CreateWithRTFD(NSData, NSDictionary)

Créez une NSAttributedString analyse des rtfdData données en tant que RTFD.

DangerousAutorelease()

Appelle le sélecteur « autorelease » sur cet objet.

(Hérité de NSObject)
DangerousRelease()

Appelle le sélecteur « release » sur cet objet.

(Hérité de NSObject)
DangerousRetain()

Appelle le sélecteur « conserver » sur cet objet.

(Hérité de NSObject)
DidChange(NSKeyValueChange, NSIndexSet, NSString) (Hérité de NSObject)
DidChange(NSString, NSKeyValueSetMutationKind, NSSet) (Hérité de NSObject)
DidChangeValue(String) (Hérité de NSObject)
Dispose()

Libère les ressources utilisées par l’objet NSObject .

(Hérité de NSObject)
Dispose(Boolean)

Libère les ressources utilisées par cet objet.

(Hérité de NSObject)
DoesNotRecognizeSelector(Selector) (Hérité de NSObject)
DoubleClick(UIntPtr)
DrawString(CGPoint)

Dessine la chaîne au point spécifié.

DrawString(CGRect, NSStringDrawingOptions, NSStringDrawingContext)
DrawString(CGRect, NSStringDrawingOptions)
DrawString(CGRect)
EncodeTo(NSCoder)

Encode l’état de l’objet à l’aide de l’encodeur fourni.

EnumerateAttribute(NSString, NSRange, NSAttributedStringEnumeration, NSAttributedStringCallback)
EnumerateAttributes(NSRange, NSAttributedStringEnumeration, NSAttributedRangeCallback)
Equals(NSObject)

Détermine si le spécifié NSObject est égal à l’actuel NSObject.

(Hérité de NSObject)
Equals(Object)

Détermine si l’objet spécifié est égal à l’objet actuel NSObject.

(Hérité de NSObject)
FromAttachment(NSTextAttachment, NSDictionary<NSString,NSObject>)
FromAttachment(NSTextAttachment, NSDictionary<NSString,NSObject>)
FromAttachment(NSTextAttachment)
FromAttachment(NSTextAttachment)
GetAppKitAttributes(IntPtr, NSRange, NSRange)
GetAppKitAttributes(IntPtr, NSRange)
GetAttribute(String, IntPtr, NSRange, NSRange)
GetAttribute(String, IntPtr, NSRange)
GetAttributes(IntPtr, NSRange, NSRange)
GetAttributes(IntPtr, NSRange)
GetBindingInfo(NSString) (Hérité de NSObject)
GetBindingOptionDescriptions(NSString) (Hérité de NSObject)
GetBindingValueClass(NSString) (Hérité de NSObject)
GetBoundingRect(CGSize, NSStringDrawingOptions, NSStringDrawingContext)
GetCoreTextAttributes(IntPtr, NSRange, NSRange)
GetCoreTextAttributes(IntPtr, NSRange)
GetData(NSRange, NSAttributedStringDocumentAttributes, NSError)
GetData(NSRange, NSDictionary, NSError)
GetDataFromRange(NSRange, NSAttributedStringDocumentAttributes, NSError)
GetDataFromRange(NSRange, NSDictionary, NSError)
GetDictionaryOfValuesFromKeys(NSString[]) (Hérité de NSObject)
GetDocFormat(NSRange, NSAttributedStringDocumentAttributes)
GetDocFormat(NSRange, NSDictionary)
GetFileWrapper(NSRange, NSAttributedStringDocumentAttributes, NSError)
GetFileWrapper(NSRange, NSDictionary, NSError)
GetFileWrapperFromRange(NSRange, NSAttributedStringDocumentAttributes, NSError)
GetFileWrapperFromRange(NSRange, NSDictionary, NSError)
GetFontAttributes(NSRange)
GetHashCode()

Génère un code de hachage pour l’instance actuelle.

(Hérité de NSObject)
GetItemNumber(NSTextList, UIntPtr)
GetItemProviderVisibilityForTypeIdentifier(String)
GetLineBreak(UIntPtr, NSRange)
GetLineBreakByHyphenating(UIntPtr, NSRange)
GetMethodForSelector(Selector) (Hérité de NSObject)
GetNativeHash() (Hérité de NSObject)
GetNextWord(UIntPtr, Boolean)
GetObject(NSData, String, NSError)
GetPasteboardPropertyListForType(String)
GetRange(NSTextBlock, UIntPtr)
GetRange(NSTextList, UIntPtr)
GetRange(NSTextTable, UIntPtr)
GetReadableTypesForPasteboard(NSPasteboard)
GetReadingOptionsForType(String, NSPasteboard)
GetRtf(NSRange, NSAttributedStringDocumentAttributes)
GetRtf(NSRange, NSDictionary)
GetRtfd(NSRange, NSAttributedStringDocumentAttributes)
GetRtfd(NSRange, NSDictionary)
GetRtfdFileWrapper(NSRange, NSAttributedStringDocumentAttributes)
GetRtfdFileWrapper(NSRange, NSDictionary)
GetRulerAttributes(NSRange)
GetUIKitAttributes(IntPtr, NSRange, NSRange)
GetUIKitAttributes(IntPtr, NSRange)
GetUrl(UIntPtr, NSRange)
GetWritableTypesForPasteboard(NSPasteboard)
GetWritingOptionsForType(String, NSPasteboard)
Init()

Initialise l’objet en appelant la méthode Objective-C init .

(Hérité de NSObject)
InitializeHandle(NativeHandle, String) (Hérité de NSObject)
InitializeHandle(NativeHandle) (Hérité de NSObject)
Invoke(Action, Double)

Appelle l’action spécifiée après le délai spécifié.

(Hérité de NSObject)
Invoke(Action, TimeSpan)

Appelle l’action spécifiée après le délai spécifié.

(Hérité de NSObject)
InvokeOnMainThread(Action)

Appelle l’action spécifiée de façon synchrone sur le thread d’interface utilisateur principal.

(Hérité de NSObject)
InvokeOnMainThread(Selector, NSObject)

Appelle de façon synchrone le code spécifié sur le thread d’interface utilisateur principal.

(Hérité de NSObject)
IsEqual(NSAttributedString)
IsEqual(NSObject) (Hérité de NSObject)
IsKindOfClass(Class) (Hérité de NSObject)
IsMemberOfClass(Class) (Hérité de NSObject)
LoadData(String, Action<NSData,NSError>)

Implémentez cette méthode pour personnaliser le chargement des données par un NSItemProvider.

LoadDataAsync(String, NSProgress)
LoadDataAsync(String)

Charge de manière asynchrone les données du type identifié à partir d’un fournisseur d’éléments, en retournant une tâche qui contient les données.

LoadFromHtml(NSData, NSAttributedStringDocumentAttributes, NSAttributedStringCompletionHandler)
LoadFromHtml(NSData, NSDictionary, NSAttributedStringCompletionHandler)
LoadFromHtml(NSUrl, NSAttributedStringDocumentAttributes, NSAttributedStringCompletionHandler)
LoadFromHtml(NSUrl, NSDictionary, NSAttributedStringCompletionHandler)
LoadFromHtml(NSUrlRequest, NSAttributedStringDocumentAttributes, NSAttributedStringCompletionHandler)
LoadFromHtml(NSUrlRequest, NSDictionary, NSAttributedStringCompletionHandler)
LoadFromHtml(String, NSAttributedStringDocumentAttributes, NSAttributedStringCompletionHandler)
LoadFromHtml(String, NSDictionary, NSAttributedStringCompletionHandler)
LoadFromHtmlAsync(NSData, NSAttributedStringDocumentAttributes)
LoadFromHtmlAsync(NSData, NSDictionary)
LoadFromHtmlAsync(NSUrl, NSAttributedStringDocumentAttributes)
LoadFromHtmlAsync(NSUrl, NSDictionary)
LoadFromHtmlAsync(NSUrlRequest, NSAttributedStringDocumentAttributes)
LoadFromHtmlAsync(NSUrlRequest, NSDictionary)
LoadFromHtmlAsync(String, NSAttributedStringDocumentAttributes)
LoadFromHtmlAsync(String, NSDictionary)
LowLevelGetAttributes(IntPtr, IntPtr)
LowLevelGetAttributes(IntPtr, NSRange)

Version de bas niveau qui fournit un NSDictionary pour les attributs de la plage spécifiée.

MarkDirty()

Promeut un objet homologue standard (IsDirectBinding est vrai) en objet toggleref.

(Hérité de NSObject)
MutableCopy() (Hérité de NSObject)
MutableCopy(NSZone)
ObjectDidEndEditing(NSObject) (Hérité de NSObject)
ObserveValue(NSString, NSObject, NSDictionary, IntPtr) (Hérité de NSObject)
PerformSelector(Selector, NSObject, Double, NSString[]) (Hérité de NSObject)
PerformSelector(Selector, NSObject, Double) (Hérité de NSObject)
PerformSelector(Selector, NSObject, NSObject) (Hérité de NSObject)
PerformSelector(Selector, NSObject) (Hérité de NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean, NSString[]) (Hérité de NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean) (Hérité de NSObject)
PerformSelector(Selector) (Hérité de NSObject)
PrefersRtfdInRange(NSRange)
PrepareForInterfaceBuilder() (Hérité de NSObject)
RemoveObserver(NSObject, NSString, IntPtr) (Hérité de NSObject)
RemoveObserver(NSObject, NSString) (Hérité de NSObject)
RemoveObserver(NSObject, String, IntPtr) (Hérité de NSObject)
RemoveObserver(NSObject, String) (Hérité de NSObject)
RespondsToSelector(Selector) (Hérité de NSObject)
SetNilValueForKey(NSString) (Hérité de NSObject)
SetValueForKey(NSObject, NSString) (Hérité de NSObject)
SetValueForKeyPath(NativeHandle, NSString)

Définit la valeur de la propriété identifiée par un chemin d’accès de clé donné à une valeur donnée.

(Hérité de NSObject)
SetValueForKeyPath(NSObject, NSString) (Hérité de NSObject)
SetValueForUndefinedKey(NSObject, NSString) (Hérité de NSObject)
SetValuesForKeysWithDictionary(NSDictionary) (Hérité de NSObject)
Substring(IntPtr, IntPtr)
ToString()

Retourne une représentation sous forme de chaîne de la valeur de l’instance actuelle.

(Hérité de NSObject)
Unbind(NSString) (Hérité de NSObject)
ValueForKey(NSString) (Hérité de NSObject)
ValueForKeyPath(NSString) (Hérité de NSObject)
ValueForUndefinedKey(NSString) (Hérité de NSObject)
WillChange(NSKeyValueChange, NSIndexSet, NSString) (Hérité de NSObject)
WillChange(NSString, NSKeyValueSetMutationKind, NSSet) (Hérité de NSObject)
WillChangeValue(String) (Hérité de NSObject)

Méthodes d’extension

Nom Description
AcceptsPreviewPanelControl(NSObject, QLPreviewPanel)
AccessibilityHitTest(NSObject, CGPoint, UIEvent)
BeginPreviewPanelControl(NSObject, QLPreviewPanel)
BoundingRectWithSize(NSAttributedString, CGSize, NSStringDrawingOptions, NSStringDrawingContext)
BrowserAccessibilityDeleteTextAtCursor(NSObject, IntPtr)
BrowserAccessibilityInsertTextAtCursor(NSObject, String)
ContainsAttachments(NSAttributedString, NSRange)

Retourne true si le courant NSAttributedString contient des pièces jointes dans le fichier spécifié range.

DrawAtPoint(NSAttributedString, CGPoint)
DrawInRect(NSAttributedString, CGRect)
DrawWithRect(NSAttributedString, CGRect, NSStringDrawingOptions, NSStringDrawingContext)
EndPreviewPanelControl(NSObject, QLPreviewPanel)
GetAccessibilityCustomRotors(NSObject)

Obtient le tableau d’objets UIAccessibilityCustomRotor approprié pour this l’objet.

GetAccessibilityLineEndPositionFromCurrentSelection(NSObject)
GetAccessibilityLineRangeForPosition(NSObject, IntPtr)
GetAccessibilityLineStartPositionFromCurrentSelection(NSObject)
GetAccessibilityNextTextNavigationElement(NSObject)
GetAccessibilityNextTextNavigationElementBlock(NSObject)
GetAccessibilityPreviousTextNavigationElement(NSObject)
GetAccessibilityPreviousTextNavigationElementBlock(NSObject)
GetAccessibilityTextInputResponder(NSObject)
GetAccessibilityTextInputResponderHandler(NSObject)
GetBrowserAccessibilityAttributedValue(NSObject, NSRange)
GetBrowserAccessibilityContainerType(NSObject)
GetBrowserAccessibilityCurrentStatus(NSObject)
GetBrowserAccessibilityHasDomFocus(NSObject)
GetBrowserAccessibilityIsRequired(NSObject)
GetBrowserAccessibilityPressedState(NSObject)
GetBrowserAccessibilityRoleDescription(NSObject)
GetBrowserAccessibilitySelectedTextRange(NSObject)
GetBrowserAccessibilitySortDirection(NSObject)
GetBrowserAccessibilityValue(NSObject, NSRange)
GetDebugDescription(INSObjectProtocol)
GetHandle(INativeObject)
GetItemProviderVisibilityForTypeIdentifier(INSItemProviderWriting, String)
GetNonNullHandle(INativeObject, String)
GetSize(NSAttributedString)
GetValidModes(NSObject, NSFontPanel)
GetWritableTypeIdentifiersForItemProvider(INSItemProviderWriting)
GetWritingOptionsForType(INSPasteboardWriting, String, NSPasteboard)
LoadDataAsync(INSItemProviderWriting, String, NSProgress)
LoadDataAsync(INSItemProviderWriting, String)

Charge de manière asynchrone les données du type identifié à partir d’un fournisseur d’éléments, en retournant une tâche qui contient les données.

ObjectDidBeginEditing(NSObject, INSEditor)
ObjectDidEndEditing(NSObject, INSEditor)
ProvideImageData(NSObject, IntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, NSObject)
ProvideImageToMTLTexture(NSObject, IMTLTexture, IMTLCommandBuffer, UIntPtr, UIntPtr, UIntPtr, UIntPtr, NSObject)
SetAccessibilityCustomRotors(NSObject, UIAccessibilityCustomRotor[])

Définit le tableau d’objets UIAccessibilityCustomRotor approprié pour this l’objet.

SetAccessibilityNextTextNavigationElement(NSObject, NSObject)
SetAccessibilityNextTextNavigationElementBlock(NSObject, AXObjectReturnBlock)
SetAccessibilityPreviousTextNavigationElement(NSObject, NSObject)
SetAccessibilityPreviousTextNavigationElementBlock(NSObject, AXObjectReturnBlock)
SetAccessibilityTextInputResponder(NSObject, IUITextInput)
SetAccessibilityTextInputResponderHandler(NSObject, UITextInputReturnHandler)
SetBrowserAccessibilityContainerType(NSObject, BEAccessibilityContainerType)
SetBrowserAccessibilityCurrentStatus(NSObject, String)
SetBrowserAccessibilityHasDomFocus(NSObject, Boolean)
SetBrowserAccessibilityIsRequired(NSObject, Boolean)
SetBrowserAccessibilityPressedState(NSObject, BEAccessibilityPressedState)
SetBrowserAccessibilityRoleDescription(NSObject, String)
SetBrowserAccessibilitySelectedTextRange(NSObject, NSRange)
SetBrowserAccessibilitySortDirection(NSObject, String)
SetSharedObservers(NSObject, NSKeyValueSharedObserversSnapshot)
ValidateToolbarItem(NSObject, NSToolbarItem)

S’applique à