CdrDesignatorType
This type definition specifies the designator type.
| Property | Description |
|---|---|
| CdrDesignatorEndOfLine | The compare operation returns all words between the search string and the end of the line. |
| CdrDesignatorNextBlock | The compare operation returns the block below the search string. |
| CdrDesignatorNextLine | The compare operation returns the line below the search string. |
| CdrDesignatorNextParagraph | The compare operation returns the paragraph below the search string. |
| CdrDesignatorNextWord | The compare operation returns the word right to the search string. |
| CdrDesignatorPrevWord | The compare operation returns the word left to the search string. |
| CdrDesignatorThisBlock | The compare operation returns the block that contains the search string. |
| CdrDesignatorWordAbove | The compare operation returns the word above the search string. |
| CdrDesignatorWordBelow | The compare operation returns the word below the search string. |
