The members of UIKit.NSTextStorage are listed below.
See Also: Inherited members from Foundation.NSMutableAttributedString
| Default constructor, initializes a new instance of this class. | ||
| A constructor that initializes the object from the data stored in the unarchiver object. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| ChangeInLength | nint. The change in length for the pending changes. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Delegate | INSTextStorageDelegate. An instance of the UIKit.NSTextStorageDelegate model class which acts as the class delegate. | |
| EditedMask | NSTextStorageEditActions. The kinds of edits pending for this NSTextStorage. | |
| EditedRange | Foundation.NSRange. The range in this NSTextStorage in which pending changes have been made. | |
| [read-only] | FixesAttributesLazily | bool. Whether this NSTextStorage fixes attributes lazily. Read-only. |
| [read-only] | LayoutManagers | Foundation.NSObject[]. The NSLayoutManagers associated with this NSTextStorage. Read-only. |
| WeakDelegate | Foundation.NSObject. An object that can respond to the delegate protocol for this type |
AddLayoutManager(NSLayoutManager)Adds an NSLayoutManager to this NSTextStorage. | ||
Edited(NSTextStorageEditActions, Foundation.NSRange, nint)Indicates a change. | ||
EnsureAttributesAreFixed(Foundation.NSRange)Ensures that attributes have been fixed in the given range. | ||
InvalidateAttributes(Foundation.NSRange)Invalidates attributes in the specified range. | ||
ProcessEditing()Activates post-editing operations. | ||
RemoveLayoutManager(NSLayoutManager)Removes an NSLayoutManager from this NSTextStorage's LayoutManagers collection. | ||
| DidProcessEditing | Event raised by the object. | |
| WillProcessEditing | Event raised by the object. |