Find Members

Include Protected Members
Include Inherited Members

Represents the criteria for a find operation.

The Find type exposes the following members.

Methods

  Name Description
Public method ClearAllFuzzyOptions Clears all nonspecific search options associated with Japanese text.
Public method ClearFormatting Removes text and paragraph formatting from a selection or from the formatting specified in a find or replace operation.
Public method ClearHitHighlight Removes the highlighting for all text located in a hit highlighting find operation, and returns a Boolean that represents whether the operation was successful.
Public method Execute Runs the specified find operation.
Public method Execute2007 Runs the specified find operation. Returns True if the find operation is successful.
Public method ExecuteOld Reserved for internal use.
Public method HitHighlight Highlights all found matches and returns a Boolean that represents whether matches were found.
Public method SetAllFuzzyOptions Activates all nonspecific search options associated with Japanese text.

Top

Properties

  Name Description
Public property Application Returns a Application object that represents the Microsoft Word application.
Public property CorrectHangulEndings Determines if Microsoft Word automatically corrects Hangul endings when replacing Hangul text.
Public property Creator Returns a 32-bit integer that indicates the application in which the specified object was created.
Public property Font Returns or sets a Font object that represents the character formatting of the specified object.
Public property Format Determine if formatting is included in the find operation.
Public property Forward Determines if the find operation searches forward through the document.
Public property Found Determines if the search for the specified object has produced a match.
Public property Frame Returns a Frame object that represents the frame formatting for the specified style or find-and-replace operation.
Public property HanjaPhoneticHangul Returns or sets a Boolean that represents whether to locate phonetic Hangul and hanja characters in a Korean langauge find operation. Read/write.
Public property Highlight Determines if highlight formatting is included in the find criteria.
Public property IgnorePunct Returns or sets a Boolean that represents whether a find operation should ignore punctuation in found text. Read/write.
Public property IgnoreSpace Returns or sets a Boolean that represents whether a find operation should ignore extra white space in found text. Read/write.
Public property LanguageID Returns or sets the language for the specified object.
Public property LanguageIDFarEast Returns or sets an East Asian language for the specified object.
Public property LanguageIDOther Returns or sets the language for the specified object.
Public property MatchAlefHamza Determines if find operations match text with matching alef hamzas in an Arabic language document.
Public property MatchAllWordForms Determines if all forms of the text to find are found by the find operation (for instance, if the text to find is "sit," "sat" and "sitting" are found as well).
Public property MatchByte Determines if Microsoft Word distinguishes between full-width and half-width letters or characters during a search.
Public property MatchCase Determines if the find operation is case-sensitive.
Public property MatchControl Determines if find operations match text with matching bidirectional control characters in a right-to-left language document.
Public property MatchDiacritics Determines if find operations match text with matching diacritics in a right-to-left language document.
Public property MatchFuzzy Determines if Microsoft Word uses the nonspecific search options for Japanese text during a search.
Public property MatchKashida Determines if find operations match text with matching kashidas in an Arabic language document.
Public property MatchPhrase True ignores all white space and control characters between words. Read/write.
Public property MatchPrefix True to match words beginning with the search string. Read/write.
Public property MatchSoundsLike Determines if words that sound similar to the text to find are returned by the find operation.
Public property MatchSuffix True to match words ending with the search string. Read/write.
Public property MatchWholeWord Determines if the find operation locates only entire words and not text that's part of a larger word.
Public property MatchWildcards Determines if the text to find contains wildcards.
Public property NoProofing Determines if Microsoft Word finds or replaces text that the spelling and grammar checker ignores.
Public property ParagraphFormat Returns or sets a ParagraphFormat object that represents the paragraph settings for the specified range, selection, find or replacement operation, or style.
Public property Parent Returns an object that represents the parent object of the specified object.
Public property Replacement Returns a Replacement object that contains the criteria for a replace operation.
Public property Style Returns or sets the style for the specified object.
Public property Text Returns or sets the text to find or replace in the specified range or selection.
Public property Wrap Returns or sets what happens if the search begins at a point other than the beginning of the document and the end of the document is reached (or vice versa if Forward is set to False) or if the search text isn't found in the specified selection or range.

Top

See Also

Reference

Find Interface

Microsoft.Office.Interop.Word Namespace