MonoMac.AppKit.NSTextStorage Members

The members of MonoMac.AppKit.NSTextStorage are listed below.

See Also: Inherited members from MonoMac.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.
Constructor to call on derived classes when the derived class has an [Export] constructor.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
ChangeInLengthint. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
DelegateNSTextStorageDelegate. An instance of the MonoMac.AppKit.NSTextStorageDelegate model class which acts as the class delegate.
[read-only]
EditedMaskNSTextStorageEditedFlags. Documentation for this section has not yet been entered.
[read-only]
EditedRangeMonoMac.Foundation.NSRange. Documentation for this section has not yet been entered.
[read-only]
FixesAttributesLazilybool. Documentation for this section has not yet been entered.
[read-only]
LayoutManagersNSLayoutManager[]. Documentation for this section has not yet been entered.
WeakDelegateMonoMac.Foundation.NSObject. An object that can respond to the delegate protocol for this type

Public Methods

AddLayoutManager(NSLayoutManager)
Documentation for this section has not yet been entered.
Edited(uint, MonoMac.Foundation.NSRange, int)
Documentation for this section has not yet been entered.
EnsureAttributesAreFixed(MonoMac.Foundation.NSRange)
Documentation for this section has not yet been entered.
InvalidateAttributes(MonoMac.Foundation.NSRange)
Documentation for this section has not yet been entered.
ProcessEditing()
Documentation for this section has not yet been entered.
RemoveLayoutManager(NSLayoutManager)
Documentation for this section has not yet been entered.

Protected Methods

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

Public Events

TextStorageDidProcessEditingEvent raised by the object.
TextStorageWillProcessEditingEvent raised by the object.