Skip to main content
A newer version of this page is available. .

Document Methods

A document in the Rich Text Editor.
Name Description
AddTextAsync(Int32, String) Inserts the text at the specified position. Inherited from SubDocument.
AddTextAsync(String) Appends the specified text to the sub-document. Inherited from SubDocument.
BeginUpdate(Boolean) Locks the Rich Text Editor to prevent its visual updates until the EndUpdate() method is called.
EndUpdate() Unlocks the Rich Text Editor after a call to the BeginUpdate(Boolean) method and causes an immediate visual update.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
FindAllAsync(String, Boolean) Finds all matches of the specified text in the sub-document. Inherited from SubDocument.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetTextSpanAsync(Interval) Gets the text span placed within the specified interval. Inherited from SubDocument.
GetTextSpanAsync(Int32, Int32) Gets the text span at the specified position. Inherited from SubDocument.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RemoveAsync(Interval) Removes the specified text interval. Inherited from SubDocument.
RemoveAsync(Int32, Int32) Removes the specified text interval. Inherited from SubDocument.
ReplaceAllAsync(String, String, Boolean) Finds all matches of the specified string in the sub-document and replaces them with a specific string. Inherited from SubDocument.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also