NSTextStorage 类

定义

[Foundation.Register("NSTextStorage", true)]
public class NSTextStorage : Foundation.NSMutableAttributedString
type NSTextStorage = class
    inherit NSMutableAttributedString
继承
属性

构造函数

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

属性

ChangeInLength
Class (继承自 NSObject)
ClassHandle
ContainsAttachments (继承自 NSAttributedString)
DebugDescription

此对象的开发人员有意义的说明。

(继承自 NSObject)
Delegate
Description

对象的说明,即 ToString 的 Objective-C 版本。

(继承自 NSObject)
DidProcessEditingNotification
EditedMask
EditedRange
FixesAttributesLazily
Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 NSObject)
IsDirectBinding (继承自 NSObject)
IsProxy (继承自 NSObject)
LayoutManagers
Length

此字符串中的字符数。

(继承自 NSAttributedString)
LowLevelValue

低级别版本的 Value 属性返回基础 Objective-C NSString 的句柄。

(继承自 NSAttributedString)
MutableString (继承自 NSMutableAttributedString)
RetainCount

返回对象的当前 Objective-C 保留计数。

(继承自 NSObject)
Self (继承自 NSObject)
Size (继承自 NSAttributedString)
Superclass (继承自 NSObject)
SuperHandle

用于表示此 NSObject 基类中方法的句柄。

(继承自 NSObject)
Value

以字符串形式表示的对象的内容。

(继承自 NSAttributedString)
WeakDelegate
WillProcessEditingNotification
WritableTypeIdentifiersForItemProvider (继承自 NSAttributedString)
Zone (继承自 NSObject)

方法

AddAttribute(NSString, NSObject, NSRange)

将特性及其值添加到字符串中的指定字符范围。

(继承自 NSMutableAttributedString)
AddAttributes(CTStringAttributes, NSRange)

将特性及其值添加到字符串中的指定字符范围。

(继承自 NSMutableAttributedString)
AddAttributes(NSDictionary, NSRange)

将字典中的指定属性添加到字符串中的指定字符范围。

(继承自 NSMutableAttributedString)
AddAttributes(NSStringAttributes, NSRange) (继承自 NSMutableAttributedString)
AddAttributes(UIStringAttributes, NSRange) (继承自 NSMutableAttributedString)
AddLayoutManager(NSLayoutManager)
AddObserver(NSObject, NSString, NSKeyValueObservingOptions, IntPtr)

使用 NSString keyPath) 注册一个对象,以便在外部 (观察到该对象。   观察到的更改将调度到观察者的 对象 ObserveValue(NSString, NSObject, NSDictionary, IntPtr) 方法。

(继承自 NSObject)
AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr)

使用字符串 keyPath) 注册一个对象,以便在外部 (观察到该对象。   观察到的更改将调度到观察者的 对象 ObserveValue(NSString, NSObject, NSDictionary, IntPtr) 方法。

(继承自 NSObject)
AddObserver(NSString, NSKeyValueObservingOptions, Action<NSObservedChange>)

注册一个对象,以便使用任意方法在外部观察。

(继承自 NSObject)
AddObserver(String, NSKeyValueObservingOptions, Action<NSObservedChange>)

注册一个对象,以便使用任意方法在外部观察。

(继承自 NSObject)
Append(NSAttributedString)

将特性化字符串追加到此字符串。

(继承自 NSMutableAttributedString)
Append(NSAttributedString, Object[]) (继承自 NSMutableAttributedString)
AwakeFromNib()

从 nib 文件加载对象后调用。 替代器必须调用 base。AwakeFromNib () 。

(继承自 NSObject)
BeginEditing()

标记更改的开始。

(继承自 NSMutableAttributedString)
BeginInvokeOnMainThread(Action) (继承自 NSObject)
BeginInvokeOnMainThread(Selector, NSObject)

在主 UI 线程上异步调用指定的代码。

(继承自 NSObject)
Bind(NSString, NSObject, String, NSDictionary) (继承自 NSObject)
Bind(String, NSObject, String, NSDictionary)
已过时.
(继承自 NSObject)
BindingInfo(String)
已过时.
(继承自 NSObject)
BindingOptionDescriptions(String)
已过时.
(继承自 NSObject)
BindingValueClass(String)
已过时.
(继承自 NSObject)
BoundingRectWithSize(CGSize, NSStringDrawingOptions) (继承自 NSAttributedString)
CommitEditing() (继承自 NSObject)
CommitEditing(NSObject, Selector, IntPtr) (继承自 NSObject)
ConformsToProtocol(IntPtr)

调用以确定此对象是否实现指定的协议。

(继承自 NSObject)
ContainsAttachmentsInRange(NSRange) (继承自 NSAttributedString)
Copy()

执行基础 Objective-C 对象的副本。

(继承自 NSObject)
Copy(NSZone)

执行基础 Objective-C 对象的副本。

(继承自 NSAttributedString)
DangerousAutorelease() (继承自 NSObject)
DangerousRelease() (继承自 NSObject)
DangerousRetain() (继承自 NSObject)
DeleteRange(NSRange)

删除指定范围内的字符。

(继承自 NSMutableAttributedString)
DidChange(NSKeyValueChange, NSIndexSet, NSString)

指示对多关系的索引发生了更改。

(继承自 NSObject)
DidChange(NSString, NSKeyValueSetMutationKind, NSSet) (继承自 NSObject)
DidChangeValue(String)

指示对指定的键进行了更改。

(继承自 NSObject)
Dispose()

释放 NSObject 对象使用的资源。

(继承自 NSObject)
Dispose(Boolean)
DoesNotRecognizeSelector(Selector)

指示此对象无法识别指定的选择器。

(继承自 NSObject)
DoubleClick(nuint) (继承自 NSAttributedString)
DrawString(CGPoint)

在指定点绘制字符串。

(继承自 NSAttributedString)
DrawString(CGRect) (继承自 NSAttributedString)
DrawString(CGRect, NSStringDrawingOptions) (继承自 NSAttributedString)
DrawString(CGRect, NSStringDrawingOptions, NSStringDrawingContext) (继承自 NSAttributedString)
Edited(nuint, NSRange, nint)
EncodeTo(NSCoder)

在提供的编码器上对对象的状态进行编码

(继承自 NSAttributedString)
EndEditing()

标记更改的结束。

(继承自 NSMutableAttributedString)
EnsureAttributesAreFixed(NSRange)
EnumerateAttribute(NSString, NSRange, NSAttributedStringEnumeration, NSAttributedStringCallback)

将回调应用于指定范围内的指定属性。

(继承自 NSAttributedString)
EnumerateAttributes(NSRange, NSAttributedStringEnumeration, NSAttributedRangeCallback)

将回调应用于指定范围中的所有属性。

(继承自 NSAttributedString)
Equals(NSObject) (继承自 NSObject)
Equals(Object) (继承自 NSObject)
ExposedBindings() (继承自 NSObject)
GetAppKitAttributes(nint, NSRange) (继承自 NSAttributedString)
GetAppKitAttributes(nint, NSRange, NSRange) (继承自 NSAttributedString)
GetAttribute(String, nint, NSRange) (继承自 NSAttributedString)
GetAttribute(String, nint, NSRange, NSRange) (继承自 NSAttributedString)
GetAttributes(nint, NSRange) (继承自 NSAttributedString)
GetAttributes(nint, NSRange, NSRange) (继承自 NSAttributedString)
GetBindingInfo(NSString) (继承自 NSObject)
GetBindingOptionDescriptions(NSString) (继承自 NSObject)
GetBindingValueClass(NSString) (继承自 NSObject)
GetBoundingRect(CGSize, NSStringDrawingOptions, NSStringDrawingContext) (继承自 NSAttributedString)
GetCoreTextAttributes(nint, NSRange) (继承自 NSAttributedString)
GetCoreTextAttributes(nint, NSRange, NSRange) (继承自 NSAttributedString)
GetData(NSRange, NSAttributedStringDocumentAttributes, NSError) (继承自 NSAttributedString)
GetData(NSRange, NSDictionary, NSError) (继承自 NSAttributedString)
GetDataFromRange(NSRange, NSAttributedStringDocumentAttributes, NSError) (继承自 NSAttributedString)
GetDataFromRange(NSRange, NSDictionary, NSError)

d|要添加。

(继承自 NSAttributedString)
GetDictionaryOfValuesFromKeys(NSString[])

检索指定键的值。

(继承自 NSObject)
GetDocFormat(NSRange, NSAttributedStringDocumentAttributes) (继承自 NSAttributedString)
GetDocFormat(NSRange, NSDictionary) (继承自 NSAttributedString)
GetFileWrapper(NSRange, NSAttributedStringDocumentAttributes, NSError) (继承自 NSAttributedString)
GetFileWrapper(NSRange, NSDictionary, NSError) (继承自 NSAttributedString)
GetFileWrapperFromRange(NSRange, NSAttributedStringDocumentAttributes, NSError) (继承自 NSAttributedString)
GetFileWrapperFromRange(NSRange, NSDictionary, NSError) (继承自 NSAttributedString)
GetFontAttributes(NSRange) (继承自 NSAttributedString)
GetHashCode()

为当前实例生成哈希代码。

(继承自 NSObject)
GetItemNumber(NSTextList, nuint) (继承自 NSAttributedString)
GetItemProviderVisibilityForTypeIdentifier(String) (继承自 NSAttributedString)
GetLineBreak(nuint, NSRange) (继承自 NSAttributedString)
GetLineBreakByHyphenating(nuint, NSRange) (继承自 NSAttributedString)
GetMethodForSelector(Selector) (继承自 NSObject)
GetNativeField(String)
已过时.
(继承自 NSObject)
GetNativeHash() (继承自 NSObject)
GetNextWord(nuint, Boolean) (继承自 NSAttributedString)
GetPasteboardPropertyListForType(String) (继承自 NSAttributedString)
GetRange(NSTextBlock, nuint) (继承自 NSAttributedString)
GetRange(NSTextList, nuint) (继承自 NSAttributedString)
GetRange(NSTextTable, nuint) (继承自 NSAttributedString)
GetRtf(NSRange, NSAttributedStringDocumentAttributes) (继承自 NSAttributedString)
GetRtf(NSRange, NSDictionary) (继承自 NSAttributedString)
GetRtfd(NSRange, NSAttributedStringDocumentAttributes) (继承自 NSAttributedString)
GetRtfd(NSRange, NSDictionary) (继承自 NSAttributedString)
GetRtfdFileWrapper(NSRange, NSAttributedStringDocumentAttributes) (继承自 NSAttributedString)
GetRtfdFileWrapper(NSRange, NSDictionary) (继承自 NSAttributedString)
GetRulerAttributes(NSRange) (继承自 NSAttributedString)
GetUIKitAttributes(nint, NSRange) (继承自 NSAttributedString)
GetUIKitAttributes(nint, NSRange, NSRange) (继承自 NSAttributedString)
GetUrl(nuint, NSRange) (继承自 NSAttributedString)
GetWritableTypesForPasteboard(NSPasteboard) (继承自 NSAttributedString)
GetWritingOptionsForType(String, NSPasteboard) (继承自 NSAttributedString)
Init() (继承自 NSObject)
InitializeHandle(IntPtr) (继承自 NSObject)
InitializeHandle(IntPtr, String) (继承自 NSObject)
InitWithPasteboardPropertyList(NSObject, String)
已过时.
(继承自 NSAttributedString)
Insert(NSAttributedString, nint)

将特性化字符串插入到当前字符串中。

(继承自 NSMutableAttributedString)
InvalidateAttributes(NSRange)
Invoke(Action, Double) (继承自 NSObject)
Invoke(Action, TimeSpan) (继承自 NSObject)
InvokeOnMainThread(Action) (继承自 NSObject)
InvokeOnMainThread(Selector, NSObject)

同步调用主 UI 线程上的指定代码。

(继承自 NSObject)
IsEqual(NSAttributedString)

这是否等于另一个字符串。

(继承自 NSAttributedString)
IsEqual(NSObject) (继承自 NSObject)
IsKindOfClass(Class) (继承自 NSObject)
IsMemberOfClass(Class) (继承自 NSObject)
LoadData(String, Action<NSData,NSError>)

实现此方法以通过 自定义数据 NSItemProvider加载。

(继承自 NSAttributedString)
LoadDataAsync(String) (继承自 NSAttributedString)
LoadDataAsync(String, NSProgress) (继承自 NSAttributedString)
LowLevelGetAttributes(nint, NSRange)

为指定范围中的属性提供 NSDictionary 的低级别版本。

(继承自 NSAttributedString)
LowLevelSetAttributes(IntPtr, NSRange)

用于高吞吐量属性设置的 SetAttributes 的低级别版本。

(继承自 NSMutableAttributedString)
MarkDirty()

将常规对等对象 (IsDirectBinding 为 true) 提升为 toggleref 对象。

(继承自 NSObject)
MutableCopy()

创建指定 NSObject 的可变副本。

(继承自 NSObject)
MutableCopy(NSZone)

执行基础 Objective-C 对象的副本。

(继承自 NSAttributedString)
ObjectDidEndEditing(NSObject) (继承自 NSObject)
ObserveValue(NSString, NSObject, NSDictionary, IntPtr)

指示相对于此对象的指定 keyPath 处的值已更改。

(继承自 NSObject)
PerformSelector(Selector) (继承自 NSObject)
PerformSelector(Selector, NSObject) (继承自 NSObject)
PerformSelector(Selector, NSObject, Double)

在当前实例上调用选择器,如果 obj 不为 null,则将其作为其单个参数传递。

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

开发人员不应使用此已弃用的方法。 开发人员应改用“ReadFromUrl”。

(继承自 NSMutableAttributedString)
ReadFromFile(NSUrl, NSDictionary, NSDictionary, NSError) (继承自 NSMutableAttributedString)
ReadFromUrl(NSUrl, NSAttributedStringDocumentAttributes, NSDictionary<NSString,NSObject>, NSError) (继承自 NSMutableAttributedString)
ReadFromUrl(NSUrl, NSDictionary<NSString,NSObject>, NSDictionary<NSString,NSObject>, NSError) (继承自 NSMutableAttributedString)
RemoveAttribute(String, NSRange)

从字符范围中删除指定的属性

(继承自 NSMutableAttributedString)
RemoveLayoutManager(NSLayoutManager)
RemoveObserver(NSObject, NSString)

阻止指定观察程序接收指定 keyPath 的更改值的进一步通知。

(继承自 NSObject)
RemoveObserver(NSObject, NSString, IntPtr)

停止指定的观察程序接收指定 keyPath 和上下文的更改值的进一步通知。

(继承自 NSObject)
RemoveObserver(NSObject, String)

阻止指定观察程序接收指定 keyPath 的更改值的进一步通知。

(继承自 NSObject)
RemoveObserver(NSObject, String, IntPtr)

停止指定的观察程序接收指定 keyPath 和上下文的更改值的进一步通知。

(继承自 NSObject)
Replace(NSRange, NSAttributedString)

将指定的字符范围替换为特性化字符串。

(继承自 NSMutableAttributedString)
Replace(NSRange, String)

将指定的字符范围替换为特性化字符串。

(继承自 NSMutableAttributedString)
RespondsToSelector(Selector)

此对象是否识别指定的选择器。

(继承自 NSObject)
SetAttributes(CTStringAttributes, NSRange)

设置指定范围的属性。 该范围中的任何先前属性都替换为新值。

(继承自 NSMutableAttributedString)
SetAttributes(NSDictionary, NSRange)

设置指定范围的属性。 该范围中的任何先前属性都替换为新值。

(继承自 NSMutableAttributedString)
SetAttributes(UIStringAttributes, NSRange) (继承自 NSMutableAttributedString)
SetNativeField(String, NSObject)
已过时.
(继承自 NSObject)
SetNilValueForKey(NSString)

将指定键的值设置为 null。

(继承自 NSObject)
SetString(NSAttributedString)

将此 NSMutableAttributedString 的内容设置为指定的值。

(继承自 NSMutableAttributedString)
SetValueForKey(NSObject, NSString)

将键指定的属性的值设置为指定的值。

(继承自 NSObject)
SetValueForKeyPath(IntPtr, NSString)

创建非托管对象的托管表示形式时使用的构造函数;由运行时调用。

(继承自 NSObject)
SetValueForKeyPath(NSObject, NSString)

设置可以使用键路径访问的属性的值。

(继承自 NSObject)
SetValueForUndefinedKey(NSObject, NSString)

指示尝试将值写入未定义的键。 如果未重写,则引发 NSUndefinedKeyException。

(继承自 NSObject)
SetValuesForKeysWithDictionary(NSDictionary)

将此 NSObject 的值设置为指定字典中的值。

(继承自 NSObject)
Substring(nint, nint) (继承自 NSAttributedString)
ToString()

返回当前实例的值的字符串表示形式。

(继承自 NSObject)
Unbind(NSString) (继承自 NSObject)
Unbind(String)
已过时.
(继承自 NSObject)
ValueForKey(NSString)

返回与指定键关联的属性的值。

(继承自 NSObject)
ValueForKeyPath(NSString)

返回可以使用键路径访问的属性的值。

(继承自 NSObject)
ValueForUndefinedKey(NSString)

指示尝试读取未定义键的值。 如果未重写,则引发 NSUndefinedKeyException。

(继承自 NSObject)
WillChange(NSKeyValueChange, NSIndexSet, NSString)

指示指定键中指定索引的值即将更改。

(继承自 NSObject)
WillChange(NSString, NSKeyValueSetMutationKind, NSSet) (继承自 NSObject)
WillChangeValue(String)

指示指定键的值即将更改。

(继承自 NSObject)

事件

DidProcessEditing
TextStorageDidProcessEditing
TextStorageWillProcessEditing
WillProcessEditing

扩展方法

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)

适用于