UIKit.NSTextStorage Members

The members of UIKit.NSTextStorage are listed below.

See Also: Inherited members from Foundation.NSMutableAttributedString

Public Constructors

Default constructor, initializes a new instance of this class.
A constructor that initializes the object from the data stored in the unarchiver object.

Protected Constructors

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.

Public Properties

ChangeInLengthnint. The change in length for the pending changes.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
DelegateINSTextStorageDelegate. An instance of the UIKit.NSTextStorageDelegate model class which acts as the class delegate.
EditedMaskNSTextStorageEditActions. The kinds of edits pending for this NSTextStorage.
EditedRangeFoundation.NSRange. The range in this NSTextStorage in which pending changes have been made.
[read-only]
FixesAttributesLazilybool. Whether this NSTextStorage fixes attributes lazily. Read-only.
[read-only]
LayoutManagersFoundation.NSObject[]. The NSLayoutManagers associated with this NSTextStorage. Read-only.
WeakDelegateFoundation.NSObject. An object that can respond to the delegate protocol for this type

Public Methods

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.

Protected Methods

override
Dispose(bool)
Releases the resources used by the NSTextStorage object.

Public Events

DidProcessEditingEvent raised by the object.
WillProcessEditingEvent raised by the object.