NSMutableAttributedString Classe

Definizione

[Foundation.Register("NSMutableAttributedString", true)]
public class NSMutableAttributedString : Foundation.NSAttributedString
[<Foundation.Register("NSMutableAttributedString", true)>]
type NSMutableAttributedString = class
    inherit NSAttributedString
Ereditarietà
NSMutableAttributedString
Derivato
Attributi

Costruttori

Nome Descrizione
NSMutableAttributedString()

Crea un nuovo NSMutableAttributedString oggetto con valori predefiniti.

NSMutableAttributedString(NativeHandle)

Costruttore utilizzato durante la creazione di rappresentazioni gestite di oggetti non gestiti. Chiamato dal runtime.

NSMutableAttributedString(NSAttributedString)
NSMutableAttributedString(NSCoder)

Costruttore che inizializza l'oggetto dai dati archiviati nell'oggetto unarchiver.

NSMutableAttributedString(NSObjectFlag)

Costruttore da chiamare sulle classi derivate per ignorare l'inizializzazione e semplicemente allocare l'oggetto.

NSMutableAttributedString(String, CTStringAttributes)

Crea un NSMutableAttributedString da una stringa C# e applica gli attributi CoreText specificati all'intera stringa.

NSMutableAttributedString(String, NSDictionary)
NSMutableAttributedString(String, UIFont, UIColor, UIColor, UIColor, NSParagraphStyle, NSLigatureType, Single, NSUnderlineStyle, NSShadow, Single, NSUnderlineStyle)

Crea un oggetto NSMutableAttributedString da una stringa con singoli attributi di stile UIKit.

NSMutableAttributedString(String, UIStringAttributes)

Crea un NSMutableAttributedString da una stringa con attributi UIKit.

NSMutableAttributedString(String)

Proprietà

Nome Descrizione
AccessibilityAttributedUserInputLabels (Ereditato da NSObject)
AccessibilityRespondsToUserInteraction (Ereditato da NSObject)
AccessibilityTextualContext (Ereditato da NSObject)
AccessibilityUserInputLabels (Ereditato da NSObject)
AttributedStringByInflectingString (Ereditato da NSAttributedString)
Class (Ereditato da NSObject)
ClassHandle

Handle della classe Objective-C per questa classe.

ContainsAttachments (Ereditato da NSAttributedString)
DebugDescription (Ereditato da NSObject)
Description (Ereditato da NSObject)
ExposedBindings (Ereditato da NSObject)
Handle

Handle (puntatore) alla rappresentazione dell'oggetto non gestito.

(Ereditato da NSObject)
IsDirectBinding

Ottiene o imposta un valore che indica se questa istanza utilizza l'associazione diretta Objective-C.

(Ereditato da NSObject)
IsProxy (Ereditato da NSObject)
Length (Ereditato da NSAttributedString)
LowLevelValue (Ereditato da NSAttributedString)
MutableString
RetainCount (Ereditato da NSObject)
Self (Ereditato da NSObject)
Size (Ereditato da NSAttributedString)
Superclass (Ereditato da NSObject)
SuperHandle

Handle utilizzato per rappresentare i metodi nella classe di base per questo NSObjectoggetto .

(Ereditato da NSObject)
Value

Contenuto dell'oggetto come stringa.

(Ereditato da NSAttributedString)
WritableTypeIdentifiersForItemProvider (Ereditato da NSAttributedString)
Zone (Ereditato da NSObject)

Metodi

Nome Descrizione
AddAttribute(NSString, NSObject, NSRange)
AddAttributes(CTStringAttributes, NSRange)

Aggiunge attributi all'intervallo di caratteri specificato nella stringa.

AddAttributes(NSDictionary, NSRange)
AddAttributes(NSStringAttributes, NSRange)
AddAttributes(UIStringAttributes, NSRange)

Aggiunge attributi all'intervallo di caratteri specificato nella stringa.

AddObserver(NSObject, NSString, NSKeyValueObservingOptions, IntPtr) (Ereditato da NSObject)
AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr) (Ereditato da NSObject)
AddObserver(NSString, NSKeyValueObservingOptions, Action<NSObservedChange>)

Registra un oggetto per essere osservato esternamente usando un metodo arbitrario.

(Ereditato da NSObject)
AddObserver(String, NSKeyValueObservingOptions, Action<NSObservedChange>)

Registra un oggetto per essere osservato esternamente usando un metodo arbitrario.

(Ereditato da NSObject)
Append(NSAttributedString, Object[])

Aggiunge una stringa con attributi e oggetti aggiuntivi alla fine del ricevitore.

Append(NSAttributedString)
AwakeFromNib() (Ereditato da NSObject)
BeginEditing()
BeginInvokeOnMainThread(Action)

Richiama l'azione specificata in modo asincrono nel thread principale dell'interfaccia utente.

(Ereditato da NSObject)
BeginInvokeOnMainThread(Selector, NSObject)

Richiama in modo asincrono il codice specificato nel thread principale dell'interfaccia utente.

(Ereditato da NSObject)
Bind(NSString, NSObject, String, NSBindingOptions) (Ereditato da NSObject)
Bind(NSString, NSObject, String, NSDictionary) (Ereditato da NSObject)
BoundingRectWithSize(CGSize, NSStringDrawingOptions) (Ereditato da NSAttributedString)
CommitEditing() (Ereditato da NSObject)
CommitEditing(NSObject, Selector, IntPtr) (Ereditato da NSObject)
ConformsToProtocol(NativeHandle) (Ereditato da NSObject)
ContainsAttachmentsInRange(NSRange) (Ereditato da NSAttributedString)
Copy() (Ereditato da NSObject)
Copy(NSZone)

Esegue una copia dell'oggetto Objective-C sottostante.

(Ereditato da NSAttributedString)
DangerousAutorelease()

Chiama il selettore 'autorelease' su questo oggetto.

(Ereditato da NSObject)
DangerousRelease()

Chiama il selettore 'release' su questo oggetto.

(Ereditato da NSObject)
DangerousRetain()

Chiama il selettore 'retain' su questo oggetto.

(Ereditato da NSObject)
DeleteRange(NSRange)
DidChange(NSKeyValueChange, NSIndexSet, NSString) (Ereditato da NSObject)
DidChange(NSString, NSKeyValueSetMutationKind, NSSet) (Ereditato da NSObject)
DidChangeValue(String) (Ereditato da NSObject)
Dispose()

Rilascia le risorse utilizzate dall'oggetto NSObject .

(Ereditato da NSObject)
Dispose(Boolean)

Rilascia le risorse usate da questo oggetto.

(Ereditato da NSObject)
DoesNotRecognizeSelector(Selector) (Ereditato da NSObject)
DoubleClick(UIntPtr) (Ereditato da NSAttributedString)
DrawString(CGPoint)

Disegna la stringa in corrispondenza del punto specificato.

(Ereditato da NSAttributedString)
DrawString(CGRect, NSStringDrawingOptions, NSStringDrawingContext) (Ereditato da NSAttributedString)
DrawString(CGRect, NSStringDrawingOptions) (Ereditato da NSAttributedString)
DrawString(CGRect) (Ereditato da NSAttributedString)
EncodeTo(NSCoder)

Codifica lo stato dell'oggetto usando il codificatore fornito.

(Ereditato da NSAttributedString)
EndEditing()
EnumerateAttribute(NSString, NSRange, NSAttributedStringEnumeration, NSAttributedStringCallback) (Ereditato da NSAttributedString)
EnumerateAttributes(NSRange, NSAttributedStringEnumeration, NSAttributedRangeCallback) (Ereditato da NSAttributedString)
Equals(NSObject)

Determina se l'oggetto specificato NSObject è uguale all'oggetto corrente NSObject.

(Ereditato da NSObject)
Equals(Object)

Determina se l'oggetto specificato è uguale all'oggetto corrente NSObject.

(Ereditato da NSObject)
GetAppKitAttributes(IntPtr, NSRange, NSRange) (Ereditato da NSAttributedString)
GetAppKitAttributes(IntPtr, NSRange) (Ereditato da NSAttributedString)
GetAttribute(String, IntPtr, NSRange, NSRange) (Ereditato da NSAttributedString)
GetAttribute(String, IntPtr, NSRange) (Ereditato da NSAttributedString)
GetAttributes(IntPtr, NSRange, NSRange) (Ereditato da NSAttributedString)
GetAttributes(IntPtr, NSRange) (Ereditato da NSAttributedString)
GetBindingInfo(NSString) (Ereditato da NSObject)
GetBindingOptionDescriptions(NSString) (Ereditato da NSObject)
GetBindingValueClass(NSString) (Ereditato da NSObject)
GetBoundingRect(CGSize, NSStringDrawingOptions, NSStringDrawingContext) (Ereditato da NSAttributedString)
GetCoreTextAttributes(IntPtr, NSRange, NSRange) (Ereditato da NSAttributedString)
GetCoreTextAttributes(IntPtr, NSRange) (Ereditato da NSAttributedString)
GetData(NSRange, NSAttributedStringDocumentAttributes, NSError) (Ereditato da NSAttributedString)
GetData(NSRange, NSDictionary, NSError) (Ereditato da NSAttributedString)
GetDataFromRange(NSRange, NSAttributedStringDocumentAttributes, NSError)
Obsoleti.
(Ereditato da NSAttributedString)
GetDataFromRange(NSRange, NSDictionary, NSError)
Obsoleti.
(Ereditato da NSAttributedString)
GetDictionaryOfValuesFromKeys(NSString[]) (Ereditato da NSObject)
GetDocFormat(NSRange, NSAttributedStringDocumentAttributes) (Ereditato da NSAttributedString)
GetDocFormat(NSRange, NSDictionary) (Ereditato da NSAttributedString)
GetFileWrapper(NSRange, NSAttributedStringDocumentAttributes, NSError) (Ereditato da NSAttributedString)
GetFileWrapper(NSRange, NSDictionary, NSError) (Ereditato da NSAttributedString)
GetFileWrapperFromRange(NSRange, NSAttributedStringDocumentAttributes, NSError)
Obsoleti.
(Ereditato da NSAttributedString)
GetFileWrapperFromRange(NSRange, NSDictionary, NSError)
Obsoleti.
(Ereditato da NSAttributedString)
GetFontAttributes(NSRange) (Ereditato da NSAttributedString)
GetHashCode()

Genera un codice hash per l'istanza corrente.

(Ereditato da NSObject)
GetItemNumber(NSTextList, UIntPtr) (Ereditato da NSAttributedString)
GetItemProviderVisibilityForTypeIdentifier(String) (Ereditato da NSAttributedString)
GetLineBreak(UIntPtr, NSRange) (Ereditato da NSAttributedString)
GetLineBreakByHyphenating(UIntPtr, NSRange) (Ereditato da NSAttributedString)
GetMethodForSelector(Selector) (Ereditato da NSObject)
GetNativeHash() (Ereditato da NSObject)
GetNextWord(UIntPtr, Boolean) (Ereditato da NSAttributedString)
GetPasteboardPropertyListForType(String) (Ereditato da NSAttributedString)
GetRange(NSTextBlock, UIntPtr) (Ereditato da NSAttributedString)
GetRange(NSTextList, UIntPtr) (Ereditato da NSAttributedString)
GetRange(NSTextTable, UIntPtr) (Ereditato da NSAttributedString)
GetRtf(NSRange, NSAttributedStringDocumentAttributes) (Ereditato da NSAttributedString)
GetRtf(NSRange, NSDictionary) (Ereditato da NSAttributedString)
GetRtfd(NSRange, NSAttributedStringDocumentAttributes) (Ereditato da NSAttributedString)
GetRtfd(NSRange, NSDictionary) (Ereditato da NSAttributedString)
GetRtfdFileWrapper(NSRange, NSAttributedStringDocumentAttributes) (Ereditato da NSAttributedString)
GetRtfdFileWrapper(NSRange, NSDictionary) (Ereditato da NSAttributedString)
GetRulerAttributes(NSRange) (Ereditato da NSAttributedString)
GetUIKitAttributes(IntPtr, NSRange, NSRange) (Ereditato da NSAttributedString)
GetUIKitAttributes(IntPtr, NSRange) (Ereditato da NSAttributedString)
GetUrl(UIntPtr, NSRange) (Ereditato da NSAttributedString)
GetWritableTypesForPasteboard(NSPasteboard) (Ereditato da NSAttributedString)
GetWritingOptionsForType(String, NSPasteboard) (Ereditato da NSAttributedString)
Init()

Inizializza l'oggetto chiamando il metodo Objective-C init .

(Ereditato da NSObject)
InitializeHandle(NativeHandle, String) (Ereditato da NSObject)
InitializeHandle(NativeHandle) (Ereditato da NSObject)
Insert(NSAttributedString, IntPtr)

Inserisce una stringa con attributi nella stringa corrente.

Invoke(Action, Double)

Richiama l'azione specificata dopo il ritardo specificato.

(Ereditato da NSObject)
Invoke(Action, TimeSpan)

Richiama l'azione specificata dopo il ritardo specificato.

(Ereditato da NSObject)
InvokeOnMainThread(Action)

Richiama l'azione specificata in modo sincrono nel thread principale dell'interfaccia utente.

(Ereditato da NSObject)
InvokeOnMainThread(Selector, NSObject)

Richiama in modo sincrono il codice specificato nel thread principale dell'interfaccia utente.

(Ereditato da NSObject)
IsEqual(NSAttributedString) (Ereditato da NSAttributedString)
IsEqual(NSObject) (Ereditato da NSObject)
IsKindOfClass(Class) (Ereditato da NSObject)
IsMemberOfClass(Class) (Ereditato da NSObject)
LoadData(String, Action<NSData,NSError>)

Implementare questo metodo per personalizzare il caricamento dei dati da un oggetto NSItemProvider.

(Ereditato da NSAttributedString)
LoadDataAsync(String, NSProgress) (Ereditato da NSAttributedString)
LoadDataAsync(String)

Carica in modo asincrono i dati per il tipo identificato da un provider di elementi, restituendo un'attività contenente i dati.

(Ereditato da NSAttributedString)
LowLevelGetAttributes(IntPtr, IntPtr) (Ereditato da NSAttributedString)
LowLevelGetAttributes(IntPtr, NSRange)

Versione di basso livello che fornisce un NSDictionary per gli attributi nell'intervallo specificato.

(Ereditato da NSAttributedString)
LowLevelSetAttributes(IntPtr, NSRange)
MarkDirty()

Promuove un normale oggetto peer (IsDirectBinding è true) in un oggetto toggleref.

(Ereditato da NSObject)
MutableCopy() (Ereditato da NSObject)
MutableCopy(NSZone) (Ereditato da NSAttributedString)
ObjectDidEndEditing(NSObject) (Ereditato da NSObject)
ObserveValue(NSString, NSObject, NSDictionary, IntPtr) (Ereditato da NSObject)
PerformSelector(Selector, NSObject, Double, NSString[]) (Ereditato da NSObject)
PerformSelector(Selector, NSObject, Double) (Ereditato da NSObject)
PerformSelector(Selector, NSObject, NSObject) (Ereditato da NSObject)
PerformSelector(Selector, NSObject) (Ereditato da NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean, NSString[]) (Ereditato da NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean) (Ereditato da NSObject)
PerformSelector(Selector) (Ereditato da NSObject)
PrefersRtfdInRange(NSRange) (Ereditato da NSAttributedString)
PrepareForInterfaceBuilder() (Ereditato da NSObject)
ReadFromData(NSData, NSAttributedStringDocumentAttributes, NSDictionary, NSError)
ReadFromData(NSData, NSDictionary, NSDictionary, NSError)
ReadFromFile(NSUrl, NSAttributedStringDocumentAttributes, NSDictionary, NSError)

Gli sviluppatori non devono usare questo metodo deprecato. Gli sviluppatori devono usare invece 'ReadFromUrl'.

ReadFromFile(NSUrl, NSDictionary, NSDictionary, NSError)
ReadFromUrl(NSUrl, NSAttributedStringDocumentAttributes, NSDictionary<NSString,NSObject>, NSError)
ReadFromUrl(NSUrl, NSDictionary<NSString,NSObject>, NSDictionary<NSString,NSObject>, NSError)
RemoveAttribute(String, NSRange)
RemoveObserver(NSObject, NSString, IntPtr) (Ereditato da NSObject)
RemoveObserver(NSObject, NSString) (Ereditato da NSObject)
RemoveObserver(NSObject, String, IntPtr) (Ereditato da NSObject)
RemoveObserver(NSObject, String) (Ereditato da NSObject)
Replace(NSRange, NSAttributedString)
Replace(NSRange, String)
RespondsToSelector(Selector) (Ereditato da NSObject)
SetAttributes(CTStringAttributes, NSRange)

Imposta gli attributi per l'intervallo specificato. Tutti gli attributi precedenti in tale intervallo vengono sostituiti con i nuovi valori.

SetAttributes(NSDictionary, NSRange)

Imposta gli attributi per l'intervallo specificato. Tutti gli attributi precedenti in tale intervallo vengono sostituiti con i nuovi valori.

SetAttributes(UIStringAttributes, NSRange)

Imposta gli attributi per l'intervallo specificato. Tutti gli attributi precedenti in tale intervallo vengono sostituiti con i nuovi valori.

SetNilValueForKey(NSString) (Ereditato da NSObject)
SetString(NSAttributedString)
SetValueForKey(NSObject, NSString) (Ereditato da NSObject)
SetValueForKeyPath(NativeHandle, NSString)

Imposta il valore per la proprietà identificata da un determinato percorso di chiave su un determinato valore.

(Ereditato da NSObject)
SetValueForKeyPath(NSObject, NSString) (Ereditato da NSObject)
SetValueForUndefinedKey(NSObject, NSString) (Ereditato da NSObject)
SetValuesForKeysWithDictionary(NSDictionary) (Ereditato da NSObject)
Substring(IntPtr, IntPtr) (Ereditato da NSAttributedString)
ToString()

Restituisce una rappresentazione di stringa del valore dell'istanza corrente.

(Ereditato da NSObject)
Unbind(NSString) (Ereditato da NSObject)
ValueForKey(NSString) (Ereditato da NSObject)
ValueForKeyPath(NSString) (Ereditato da NSObject)
ValueForUndefinedKey(NSString) (Ereditato da NSObject)
WillChange(NSKeyValueChange, NSIndexSet, NSString) (Ereditato da NSObject)
WillChange(NSString, NSKeyValueSetMutationKind, NSSet) (Ereditato da NSObject)
WillChangeValue(String) (Ereditato da NSObject)

Metodi di estensione

Nome Descrizione
AcceptsPreviewPanelControl(NSObject, QLPreviewPanel)
AccessibilityHitTest(NSObject, CGPoint, UIEvent)
ApplyFontTraits(NSMutableAttributedString, NSFontTraitMask, NSRange)
BeginPreviewPanelControl(NSObject, QLPreviewPanel)
BoundingRectWithSize(NSAttributedString, CGSize, NSStringDrawingOptions, NSStringDrawingContext)
BrowserAccessibilityDeleteTextAtCursor(NSObject, IntPtr)
BrowserAccessibilityInsertTextAtCursor(NSObject, String)
ContainsAttachments(NSAttributedString, NSRange)

Restituisce true se l'oggetto corrente NSAttributedString contiene allegati nell'oggetto specificato range.

DrawAtPoint(NSAttributedString, CGPoint)
DrawInRect(NSAttributedString, CGRect)
DrawWithRect(NSAttributedString, CGRect, NSStringDrawingOptions, NSStringDrawingContext)
EndPreviewPanelControl(NSObject, QLPreviewPanel)
FixAttachmentAttributeInRange(NSMutableAttributedString, NSRange)
FixAttributesInRange(NSMutableAttributedString, NSRange)

Pulisce le incoerenze che possono accumularsi in molte modifiche.

FixFontAttributeInRange(NSMutableAttributedString, NSRange)
FixParagraphStyleAttributeInRange(NSMutableAttributedString, NSRange)
GetAccessibilityCustomRotors(NSObject)

Ottiene la matrice di UIAccessibilityCustomRotor oggetti appropriata per this l'oggetto .

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)

Carica in modo asincrono i dati per il tipo identificato da un provider di elementi, restituendo un'attività contenente i dati.

ObjectDidBeginEditing(NSObject, INSEditor)
ObjectDidEndEditing(NSObject, INSEditor)
ProvideImageData(NSObject, IntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, NSObject)
ProvideImageToMTLTexture(NSObject, IMTLTexture, IMTLCommandBuffer, UIntPtr, UIntPtr, UIntPtr, UIntPtr, NSObject)
ReadFromData(NSMutableAttributedString, NSData, NSAttributedStringDocumentAttributes, NSDictionary, NSError)
ReadFromData(NSMutableAttributedString, NSData, NSAttributedStringDocumentAttributes, NSDictionary)
ReadFromData(NSMutableAttributedString, NSData, NSDictionary, NSDictionary, NSError)
ReadFromData(NSMutableAttributedString, NSData, NSDictionary, NSDictionary)
ReadFromURL(NSMutableAttributedString, NSUrl, NSAttributedStringDocumentAttributes, NSDictionary, NSError)
ReadFromURL(NSMutableAttributedString, NSUrl, NSAttributedStringDocumentAttributes, NSDictionary)
ReadFromURL(NSMutableAttributedString, NSUrl, NSDictionary, NSDictionary, NSError)
ReadFromURL(NSMutableAttributedString, NSUrl, NSDictionary, NSDictionary)
SetAccessibilityCustomRotors(NSObject, UIAccessibilityCustomRotor[])

Imposta la matrice di UIAccessibilityCustomRotor oggetti appropriata per this l'oggetto .

SetAccessibilityNextTextNavigationElement(NSObject, NSObject)
SetAccessibilityNextTextNavigationElementBlock(NSObject, AXObjectReturnBlock)
SetAccessibilityPreviousTextNavigationElement(NSObject, NSObject)
SetAccessibilityPreviousTextNavigationElementBlock(NSObject, AXObjectReturnBlock)
SetAccessibilityTextInputResponder(NSObject, IUITextInput)
SetAccessibilityTextInputResponderHandler(NSObject, UITextInputReturnHandler)
SetAlignment(NSMutableAttributedString, NSTextAlignment, NSRange)
SetBaseWritingDirection(NSMutableAttributedString, NSWritingDirection, NSRange)
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)
SubscriptRange(NSMutableAttributedString, NSRange)
SuperscriptRange(NSMutableAttributedString, NSRange)
UnscriptRange(NSMutableAttributedString, NSRange)
UpdateAttachmentsFromPath(NSMutableAttributedString, String)
ValidateToolbarItem(NSObject, NSToolbarItem)

Si applica a