WdFindMatch Enumeration 

This enumeration has been deprecated and should not be used.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdFindMatch1 As WdFindMatch = WdFindMatch.wdMatchAnyCharacter

Syntax

Public Enum WdFindMatch
public enum WdFindMatch
public enum class WdFindMatch
public enum WdFindMatch
public enum WdFindMatch

Members

Member name Description
wdMatchAnyCharacter Not supported.
wdMatchAnyDigit Not supported.
wdMatchAnyLetter Not supported.
wdMatchCaretCharacter Not supported.
wdMatchColumnBreak Not supported.
wdMatchCommentMark Not supported.
wdMatchEmDash Not supported.
wdMatchEnDash Not supported.
wdMatchEndnoteMark Not supported.
wdMatchField Not supported.
wdMatchFootnoteMark Not supported.
wdMatchGraphic Not supported.
wdMatchManualLineBreak Not supported.
wdMatchManualPageBreak Not supported.
wdMatchNonbreakingHyphen Not supported.
wdMatchNonbreakingSpace Not supported.
wdMatchOptionalHyphen Not supported.
wdMatchParagraphMark Not supported.
wdMatchSectionBreak Not supported.
wdMatchTabCharacter Not supported.
wdMatchWhiteSpace Not supported.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace