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

SubDocument Members

A sub-document in a document.

Properties

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

Methods

Name Description
AddTextAsync(Int32, String) Inserts the text at the specified position.
AddTextAsync(String) Appends the specified text to the sub-document.
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.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetTextSpanAsync(Interval) Gets the text span placed within the specified interval.
GetTextSpanAsync(Int32, Int32) Gets the text span at the specified position.
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.
RemoveAsync(Int32, Int32) Removes the specified text interval.
ReplaceAllAsync(String, String, Boolean) Finds all matches of the specified string in the sub-document and replaces them with a specific string.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also