次の方法で共有


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

オブジェクトの説明。Objective-C バージョンの ToString です。

(継承元 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)

現在のインスタンスでセレクターを呼び出し、 が null でない場合 obj は、これを 1 つのパラメーターとして渡します。

(継承元 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)

適用対象