Replacement Members
Include Protected Members
Include Inherited Members
Represents the replace criteria for a find-and-replace operation.
The Replacement type exposes the following members.
Methods
Name | Description | |
---|---|---|
ClearFormatting | Removes text and paragraph formatting from a selection or from the formatting specified in a find or replace operation. |
Top
Properties
Name | Description | |
---|---|---|
Application | Returns a Application object that represents the Microsoft Word application. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. | |
Font | Returns or sets a Font object that represents the character formatting of the specified object. | |
Frame | Returns a Frame object that represents the frame formatting for the specified style or find-and-replace operation. | |
Highlight | True if highlight formatting is applied to the replacement text. Can return or be set to True, False, or wdUndefined. | |
LanguageID | Returns or sets the language for the specified object. | |
LanguageIDFarEast | Returns or sets an East Asian language for the specified object. | |
NoProofing | True if Microsoft Word finds or replaces text that the spelling and grammar checker ignores. | |
ParagraphFormat | Returns or sets a ParagraphFormat object that represents the paragraph settings for the specified replacement operation. | |
Parent | Returns an object that represents the parent object of the specified object. | |
Style | Returns or sets the style for the specified object. | |
Text | Returns or sets the text to find or replace in the specified range or selection. |
Top