API Reference
Class
WordSearchResult
Represents the results of a find and replace operation within a document.
Inheritance
- Object
- WordSearchResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Extension method WordDocument.Find
- Method WordDocumentRegexExtensions.Find
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 MatchCount { get; set; } #Gets the total number of regular-expression matches.
public IReadOnlyList<WordParagraph> BodyParagraphs { get; } #Body paragraphs containing one or more matches.
public IReadOnlyList<WordParagraph> TableParagraphs { get; } #Table-cell paragraphs containing one or more matches.
public IReadOnlyList<WordParagraph> DefaultHeaderParagraphs { get; } #Default-header paragraphs containing one or more matches.
public IReadOnlyList<WordParagraph> EvenPageHeaderParagraphs { get; } #Even-page-header paragraphs containing one or more matches.
public IReadOnlyList<WordParagraph> FirstPageHeaderParagraphs { get; } #First-page-header paragraphs containing one or more matches.