Condividi tramite


NSTextStorage Classe

Definizione

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

Costruttori

NSTextStorage()
NSTextStorage(IntPtr)
NSTextStorage(NSAttributedString)
NSTextStorage(NSCoder)
NSTextStorage(NSObjectFlag)
NSTextStorage(String)
NSTextStorage(String, CTStringAttributes)
NSTextStorage(String, NSDictionary)

Proprietà

ChangeInLength
Class (Ereditato da NSObject)
ClassHandle
ContainsAttachments (Ereditato da NSAttributedString)
DebugDescription

Descrizione significativa dello sviluppatore di questo oggetto.

(Ereditato da NSObject)
Delegate
Description

Descrizione dell'oggetto, versione Objective-C di ToString.

(Ereditato da NSObject)
DidProcessEditingNotification
EditedMask
EditedRange
FixesAttributesLazily
Handle

Gestire (puntatore) alla rappresentazione dell'oggetto non gestita.

(Ereditato da NSObject)
IsDirectBinding (Ereditato da NSObject)
IsProxy (Ereditato da NSObject)
LayoutManagers
Length

Numero di caratteri in questa stringa.

(Ereditato da NSAttributedString)
LowLevelValue

Versione di basso livello della proprietà Value, restituisce un handle all'oggetto Objective-C NSString sottostante.

(Ereditato da NSAttributedString)
MutableString (Ereditato da NSMutableAttributedString)
RetainCount

Restituisce il conteggio di conservazione Objective-C corrente per l'oggetto.

(Ereditato da NSObject)
Self (Ereditato da NSObject)
Size (Ereditato da NSAttributedString)
Superclass (Ereditato da NSObject)
SuperHandle

Handle usato per rappresentare i metodi nella classe di base per questo oggetto NSObject.

(Ereditato da NSObject)
Value

Contenuto dell'oggetto come stringa.

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

Metodi

AddAttribute(NSString, NSObject, NSRange)

Aggiunge un attributo e il relativo valore all'intervallo specificato di caratteri nella stringa.

(Ereditato da NSMutableAttributedString)
AddAttributes(CTStringAttributes, NSRange)

Aggiunge un attributo e il relativo valore all'intervallo specificato di caratteri nella stringa.

(Ereditato da NSMutableAttributedString)
AddAttributes(NSDictionary, NSRange)

Aggiunge gli attributi specificati nel dizionario all'intervallo specificato di caratteri nella stringa.

(Ereditato da NSMutableAttributedString)
AddAttributes(NSStringAttributes, NSRange) (Ereditato da NSMutableAttributedString)
AddAttributes(UIStringAttributes, NSRange) (Ereditato da NSMutableAttributedString)
AddLayoutManager(NSLayoutManager)
AddObserver(NSObject, NSString, NSKeyValueObservingOptions, IntPtr)

Registra un oggetto per essere osservato esternamente (usando NSString keyPath).   Le modifiche osservate vengono inviate al metodo dell'oggetto ObserveValue(NSString, NSObject, NSDictionary, IntPtr) dell'osservatore.

(Ereditato da NSObject)
AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr)

Registra un oggetto per essere osservato esternamente (usando string keyPath).   Le modifiche osservate vengono inviate al metodo dell'oggetto ObserveValue(NSString, NSObject, NSDictionary, IntPtr) dell'osservatore.

(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)

Aggiunge una stringa con attributi a questa stringa.

(Ereditato da NSMutableAttributedString)
Append(NSAttributedString, Object[]) (Ereditato da NSMutableAttributedString)
AwakeFromNib()

Chiamato dopo che l'oggetto è stato caricato dal file nib. Gli overridi devono chiamare la base. AwakeFromNib().

(Ereditato da NSObject)
BeginEditing()

Contrassegna l'inizio delle modifiche.

(Ereditato da NSMutableAttributedString)
BeginInvokeOnMainThread(Action) (Ereditato da NSObject)
BeginInvokeOnMainThread(Selector, NSObject)

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

(Ereditato da NSObject)
Bind(NSString, NSObject, String, NSDictionary) (Ereditato da NSObject)
Bind(String, NSObject, String, NSDictionary)
Obsoleti.
(Ereditato da NSObject)
BindingInfo(String)
Obsoleti.
(Ereditato da NSObject)
BindingOptionDescriptions(String)
Obsoleti.
(Ereditato da NSObject)
BindingValueClass(String)
Obsoleti.
(Ereditato da NSObject)
BoundingRectWithSize(CGSize, NSStringDrawingOptions) (Ereditato da NSAttributedString)
CommitEditing() (Ereditato da NSObject)
CommitEditing(NSObject, Selector, IntPtr) (Ereditato da NSObject)
ConformsToProtocol(IntPtr)

Richiamato per determinare se questo oggetto implementa il protocollo specificato.

(Ereditato da NSObject)
ContainsAttachmentsInRange(NSRange) (Ereditato da NSAttributedString)
Copy()

Esegue una copia dell'oggetto Objective-C sottostante.

(Ereditato da NSObject)
Copy(NSZone)

Esegue una copia dell'oggetto Objective-C sottostante.

(Ereditato da NSAttributedString)
DangerousAutorelease() (Ereditato da NSObject)
DangerousRelease() (Ereditato da NSObject)
DangerousRetain() (Ereditato da NSObject)
DeleteRange(NSRange)

Rimuove i caratteri nell'intervallo specificato.

(Ereditato da NSMutableAttributedString)
DidChange(NSKeyValueChange, NSIndexSet, NSString)

Indica che si è verificata una modifica agli indici per una relazione to-molti.

(Ereditato da NSObject)
DidChange(NSString, NSKeyValueSetMutationKind, NSSet) (Ereditato da NSObject)
DidChangeValue(String)

Indica che si è verificata una modifica nella chiave specificata.

(Ereditato da NSObject)
Dispose()

Rilascia le risorse usate dall'oggetto NSObject.

(Ereditato da NSObject)
Dispose(Boolean)
DoesNotRecognizeSelector(Selector)

Indica che questo oggetto non riconosce il selettore specificato.

(Ereditato da NSObject)
DoubleClick(nuint) (Ereditato da NSAttributedString)
DrawString(CGPoint)

Disegna la stringa nel punto specificato.

(Ereditato da NSAttributedString)
DrawString(CGRect) (Ereditato da NSAttributedString)
DrawString(CGRect, NSStringDrawingOptions) (Ereditato da NSAttributedString)
DrawString(CGRect, NSStringDrawingOptions, NSStringDrawingContext) (Ereditato da NSAttributedString)
Edited(nuint, NSRange, nint)
EncodeTo(NSCoder)

Codifica lo stato dell'oggetto nel codificatore fornito

(Ereditato da NSAttributedString)
EndEditing()

Contrassegna la fine delle modifiche.

(Ereditato da NSMutableAttributedString)
EnsureAttributesAreFixed(NSRange)
EnumerateAttribute(NSString, NSRange, NSAttributedStringEnumeration, NSAttributedStringCallback)

Applica il callback all'attributo specificato nell'intervallo specificato.

(Ereditato da NSAttributedString)
EnumerateAttributes(NSRange, NSAttributedStringEnumeration, NSAttributedRangeCallback)

Applica il callback a tutti gli attributi nell'intervallo specificato.

(Ereditato da NSAttributedString)
Equals(NSObject) (Ereditato da NSObject)
Equals(Object) (Ereditato da NSObject)
ExposedBindings() (Ereditato da NSObject)
GetAppKitAttributes(nint, NSRange) (Ereditato da NSAttributedString)
GetAppKitAttributes(nint, NSRange, NSRange) (Ereditato da NSAttributedString)
GetAttribute(String, nint, NSRange) (Ereditato da NSAttributedString)
GetAttribute(String, nint, NSRange, NSRange) (Ereditato da NSAttributedString)
GetAttributes(nint, NSRange) (Ereditato da NSAttributedString)
GetAttributes(nint, NSRange, 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(nint, NSRange) (Ereditato da NSAttributedString)
GetCoreTextAttributes(nint, NSRange, NSRange) (Ereditato da NSAttributedString)
GetData(NSRange, NSAttributedStringDocumentAttributes, NSError) (Ereditato da NSAttributedString)
GetData(NSRange, NSDictionary, NSError) (Ereditato da NSAttributedString)
GetDataFromRange(NSRange, NSAttributedStringDocumentAttributes, NSError) (Ereditato da NSAttributedString)
GetDataFromRange(NSRange, NSDictionary, NSError)

d| Aggiunta.

(Ereditato da NSAttributedString)
GetDictionaryOfValuesFromKeys(NSString[])

Recupera i valori delle chiavi specificate.

(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) (Ereditato da NSAttributedString)
GetFileWrapperFromRange(NSRange, NSDictionary, NSError) (Ereditato da NSAttributedString)
GetFontAttributes(NSRange) (Ereditato da NSAttributedString)
GetHashCode()

Genera un codice hash per l'istanza corrente.

(Ereditato da NSObject)
GetItemNumber(NSTextList, nuint) (Ereditato da NSAttributedString)
GetItemProviderVisibilityForTypeIdentifier(String) (Ereditato da NSAttributedString)
GetLineBreak(nuint, NSRange) (Ereditato da NSAttributedString)
GetLineBreakByHyphenating(nuint, NSRange) (Ereditato da NSAttributedString)
GetMethodForSelector(Selector) (Ereditato da NSObject)
GetNativeField(String)
Obsoleti.
(Ereditato da NSObject)
GetNativeHash() (Ereditato da NSObject)
GetNextWord(nuint, Boolean) (Ereditato da NSAttributedString)
GetPasteboardPropertyListForType(String) (Ereditato da NSAttributedString)
GetRange(NSTextBlock, nuint) (Ereditato da NSAttributedString)
GetRange(NSTextList, nuint) (Ereditato da NSAttributedString)
GetRange(NSTextTable, nuint) (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(nint, NSRange) (Ereditato da NSAttributedString)
GetUIKitAttributes(nint, NSRange, NSRange) (Ereditato da NSAttributedString)
GetUrl(nuint, NSRange) (Ereditato da NSAttributedString)
GetWritableTypesForPasteboard(NSPasteboard) (Ereditato da NSAttributedString)
GetWritingOptionsForType(String, NSPasteboard) (Ereditato da NSAttributedString)
Init() (Ereditato da NSObject)
InitializeHandle(IntPtr) (Ereditato da NSObject)
InitializeHandle(IntPtr, String) (Ereditato da NSObject)
InitWithPasteboardPropertyList(NSObject, String)
Obsoleti.
(Ereditato da NSAttributedString)
Insert(NSAttributedString, nint)

Inserisce una stringa con attributi nella stringa corrente.

(Ereditato da NSMutableAttributedString)
InvalidateAttributes(NSRange)
Invoke(Action, Double) (Ereditato da NSObject)
Invoke(Action, TimeSpan) (Ereditato da NSObject)
InvokeOnMainThread(Action) (Ereditato da NSObject)
InvokeOnMainThread(Selector, NSObject)

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

(Ereditato da NSObject)
IsEqual(NSAttributedString)

Indica se è uguale all'altra stringa.

(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) (Ereditato da NSAttributedString)
LoadDataAsync(String, NSProgress) (Ereditato da NSAttributedString)
LowLevelGetAttributes(nint, NSRange)

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

(Ereditato da NSAttributedString)
LowLevelSetAttributes(IntPtr, NSRange)

Versione di basso livello di SetAttributes per l'impostazione dell'attributo a velocità effettiva elevata.

(Ereditato da NSMutableAttributedString)
MarkDirty()

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

(Ereditato da NSObject)
MutableCopy()

Crea una copia modificabile dell'oggetto NSObject specificato.

(Ereditato da NSObject)
MutableCopy(NSZone)

Esegue una copia dell'oggetto Objective-C sottostante.

(Ereditato da NSAttributedString)
ObjectDidEndEditing(NSObject) (Ereditato da NSObject)
ObserveValue(NSString, NSObject, NSDictionary, IntPtr)

Indica che il valore in corrispondenza del keyPath specificato rispetto a questo oggetto è stato modificato.

(Ereditato da NSObject)
PerformSelector(Selector) (Ereditato da NSObject)
PerformSelector(Selector, NSObject) (Ereditato da NSObject)
PerformSelector(Selector, NSObject, Double)

Richiama il selettore nell'istanza corrente e, se l'oggetto obj non è Null, lo passa come parametro singolo.

(Ereditato da NSObject)
PerformSelector(Selector, NSObject, Double, NSString[]) (Ereditato da NSObject)
PerformSelector(Selector, NSObject, NSObject) (Ereditato da NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean) (Ereditato da NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean, NSString[]) (Ereditato da NSObject)
PrepareForInterfaceBuilder() (Ereditato da NSObject)
ProcessEditing()
ReadFromData(NSData, NSAttributedStringDocumentAttributes, NSDictionary, NSError) (Ereditato da NSMutableAttributedString)
ReadFromData(NSData, NSDictionary, NSDictionary, NSError) (Ereditato da NSMutableAttributedString)
ReadFromFile(NSUrl, NSAttributedStringDocumentAttributes, NSDictionary, NSError)

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

(Ereditato da NSMutableAttributedString)
ReadFromFile(NSUrl, NSDictionary, NSDictionary, NSError) (Ereditato da NSMutableAttributedString)
ReadFromUrl(NSUrl, NSAttributedStringDocumentAttributes, NSDictionary<NSString,NSObject>, NSError) (Ereditato da NSMutableAttributedString)
ReadFromUrl(NSUrl, NSDictionary<NSString,NSObject>, NSDictionary<NSString,NSObject>, NSError) (Ereditato da NSMutableAttributedString)
RemoveAttribute(String, NSRange)

Rimuove l'attributo specificato dall'intervallo di caratteri

(Ereditato da NSMutableAttributedString)
RemoveLayoutManager(NSLayoutManager)
RemoveObserver(NSObject, NSString)

Impedisce all'osservatore specificato di ricevere ulteriori notifiche di valori modificati per keyPath specificato.

(Ereditato da NSObject)
RemoveObserver(NSObject, NSString, IntPtr)

Impedisce all'osservatore specificato di ricevere ulteriori notifiche di valori modificati per il keyPath e il contesto specificati.

(Ereditato da NSObject)
RemoveObserver(NSObject, String)

Impedisce all'osservatore specificato di ricevere ulteriori notifiche di valori modificati per keyPath specificato.

(Ereditato da NSObject)
RemoveObserver(NSObject, String, IntPtr)

Impedisce all'osservatore specificato di ricevere ulteriori notifiche di valori modificati per il keyPath e il contesto specificati.

(Ereditato da NSObject)
Replace(NSRange, NSAttributedString)

Sostituisce l'intervallo specificato di caratteri con una stringa con attributi.

(Ereditato da NSMutableAttributedString)
Replace(NSRange, String)

Sostituisce l'intervallo specificato di caratteri con una stringa con attributi.

(Ereditato da NSMutableAttributedString)
RespondsToSelector(Selector)

Se questo oggetto riconosce il selettore specificato.

(Ereditato da NSObject)
SetAttributes(CTStringAttributes, NSRange)

Imposta gli attributi per gli intervalli specificati. Tutti gli attributi precedenti di tale intervallo vengono sostituiti con i nuovi valori.

(Ereditato da NSMutableAttributedString)
SetAttributes(NSDictionary, NSRange)

Imposta gli attributi per gli intervalli specificati. Tutti gli attributi precedenti di tale intervallo vengono sostituiti con i nuovi valori.

(Ereditato da NSMutableAttributedString)
SetAttributes(UIStringAttributes, NSRange) (Ereditato da NSMutableAttributedString)
SetNativeField(String, NSObject)
Obsoleti.
(Ereditato da NSObject)
SetNilValueForKey(NSString)

Imposta il valore della chiave specificata su Null.

(Ereditato da NSObject)
SetString(NSAttributedString)

Imposta il contenuto di NSMutableAttributedString sul valore specificato.

(Ereditato da NSMutableAttributedString)
SetValueForKey(NSObject, NSString)

Imposta il valore della proprietà specificata dalla chiave sul valore specificato.

(Ereditato da NSObject)
SetValueForKeyPath(IntPtr, NSString)

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

(Ereditato da NSObject)
SetValueForKeyPath(NSObject, NSString)

Imposta il valore di una proprietà che può essere raggiunta usando un keypath.

(Ereditato da NSObject)
SetValueForUndefinedKey(NSObject, NSString)

Indica un tentativo di scrittura di un valore in una chiave non definita. Se non sottoposto a override, genera un'eccezione NSUndefinedKeyException.

(Ereditato da NSObject)
SetValuesForKeysWithDictionary(NSDictionary)

Imposta i valori di questo oggetto NSObject su quelli nel dizionario specificato.

(Ereditato da NSObject)
Substring(nint, nint) (Ereditato da NSAttributedString)
ToString()

Restituisce una rappresentazione stringa del valore dell'istanza corrente.

(Ereditato da NSObject)
Unbind(NSString) (Ereditato da NSObject)
Unbind(String)
Obsoleti.
(Ereditato da NSObject)
ValueForKey(NSString)

Restituisce il valore della proprietà associata alla chiave specificata.

(Ereditato da NSObject)
ValueForKeyPath(NSString)

Restituisce il valore di una proprietà che può essere raggiunta usando un keypath.

(Ereditato da NSObject)
ValueForUndefinedKey(NSString)

Indica un tentativo di lettura di un valore di una chiave non definita. Se non sottoposto a override, genera un'eccezione NSUndefinedKeyException.

(Ereditato da NSObject)
WillChange(NSKeyValueChange, NSIndexSet, NSString)

Indica che i valori degli indici specificati nella chiave specificata stanno per modificare.

(Ereditato da NSObject)
WillChange(NSString, NSKeyValueSetMutationKind, NSSet) (Ereditato da NSObject)
WillChangeValue(String)

Indica che il valore della chiave specificata sta per modificare.

(Ereditato da NSObject)

Eventi

DidProcessEditing
TextStorageDidProcessEditing
TextStorageWillProcessEditing
WillProcessEditing

Metodi di estensione

BoundingRectWithSize(NSAttributedString, CGSize, NSStringDrawingOptions, NSStringDrawingContext)
DrawWithRect(NSAttributedString, CGRect, NSStringDrawingOptions, NSStringDrawingContext)
ApplyFontTraits(NSMutableAttributedString, NSFontTraitMask, NSRange)
FixAttachmentAttributeInRange(NSMutableAttributedString, NSRange)
FixFontAttributeInRange(NSMutableAttributedString, NSRange)
FixParagraphStyleAttributeInRange(NSMutableAttributedString, NSRange)
ReadFromData(NSMutableAttributedString, NSData, NSAttributedStringDocumentAttributes, NSDictionary)
ReadFromData(NSMutableAttributedString, NSData, NSAttributedStringDocumentAttributes, NSDictionary, NSError)
ReadFromData(NSMutableAttributedString, NSData, NSDictionary, NSDictionary)
ReadFromData(NSMutableAttributedString, NSData, NSDictionary, NSDictionary, NSError)
ReadFromURL(NSMutableAttributedString, NSUrl, NSAttributedStringDocumentAttributes, NSDictionary)
ReadFromURL(NSMutableAttributedString, NSUrl, NSAttributedStringDocumentAttributes, NSDictionary, NSError)
ReadFromURL(NSMutableAttributedString, NSUrl, NSDictionary, NSDictionary)
ReadFromURL(NSMutableAttributedString, NSUrl, NSDictionary, NSDictionary, NSError)
SetAlignment(NSMutableAttributedString, NSTextAlignment, NSRange)
SetBaseWritingDirection(NSMutableAttributedString, NSWritingDirection, NSRange)
SubscriptRange(NSMutableAttributedString, NSRange)
SuperscriptRange(NSMutableAttributedString, NSRange)
UnscriptRange(NSMutableAttributedString, NSRange)
UpdateAttachmentsFromPath(NSMutableAttributedString, String)
ObjectDidBeginEditing(NSObject, INSEditor)
ObjectDidEndEditing(NSObject, INSEditor)
GetValidModes(NSObject, NSFontPanel)
ValidateToolbarItem(NSObject, NSToolbarItem)
GetPasteboardPropertyListForType(INSPasteboardWriting, String)
GetWritableTypesForPasteboard(INSPasteboardWriting, NSPasteboard)
GetWritingOptionsForType(INSPasteboardWriting, String, NSPasteboard)
DrawAtPoint(NSAttributedString, CGPoint)
DrawInRect(NSAttributedString, CGRect)
GetSize(NSAttributedString)
GetDebugDescription(INSObjectProtocol)
AcceptsPreviewPanelControl(NSObject, QLPreviewPanel)
BeginPreviewPanelControl(NSObject, QLPreviewPanel)
EndPreviewPanelControl(NSObject, QLPreviewPanel)

Si applica a