WdFindMatch Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enumeration has been deprecated and should not be used.
public enum class WdFindMatch
[System.Runtime.InteropServices.Guid("858EB926-41E4-3509-B9D9-0B62C364228A")]
public enum WdFindMatch
type WdFindMatch =
Public Enum WdFindMatch
- Inheritance
-
WdFindMatch
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdMatchGraphic | 1 | Not supported. |
wdMatchCommentMark | 5 | Not supported. |
wdMatchTabCharacter | 9 | Not supported. |
wdMatchCaretCharacter | 11 | Not supported. |
wdMatchColumnBreak | 14 | Not supported. |
wdMatchField | 19 | Not supported. |
wdMatchNonbreakingHyphen | 30 | Not supported. |
wdMatchOptionalHyphen | 31 | Not supported. |
wdMatchNonbreakingSpace | 160 | Not supported. |
wdMatchEnDash | 8211 | Not supported. |
wdMatchEmDash | 8212 | Not supported. |
wdMatchManualLineBreak | 65551 | Not supported. |
wdMatchParagraphMark | 65551 | Not supported. |
wdMatchFootnoteMark | 65554 | Not supported. |
wdMatchEndnoteMark | 65555 | Not supported. |
wdMatchManualPageBreak | 65564 | Not supported. |
wdMatchAnyDigit | 65567 | Not supported. |
wdMatchSectionBreak | 65580 | Not supported. |
wdMatchAnyLetter | 65583 | Not supported. |
wdMatchAnyCharacter | 65599 | Not supported. |
wdMatchWhiteSpace | 65655 | Not supported. |