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

Document Members

A document in the Rich Text Editor.

Properties

Name Description
Bookmarks Provides access to sub-document bookmarks. Inherited from SubDocument.
Fields Provides access to sub-document fields. Inherited from SubDocument.
Hyperlinks Provides access to sub-document hyperlinks. Inherited from SubDocument.
Images Provides access to the sub-document’s images. Inherited from SubDocument.
InlineImages Provides access to the sub-document’s inline images. Inherited from SubDocument.
Lists Provides access to document lists.
Paragraphs Provides access to the sub-document’s paragraphs. Inherited from SubDocument.
Sections Provides access to document sections.
Tables Provides access to sub-document tables. Inherited from SubDocument.
Type Returns the sub-document type. Inherited from SubDocument.

Methods

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