Character Properties |
The Character type exposes the following members.
| Name | Description | |
|---|---|---|
| BackColor |
This property returns the background color of the character.
| |
| Base |
This property returns the Y coordinate of the baseline measured in TWIPS from the top edge of the page.
| |
| CertainWord |
This property returns True if the word containing this character is a certain word (safely recognized). | |
| Code |
This property returns the character code in UNICODE. | |
| Confidence |
This property returns the confidence number expressing the certainty of the recognition of the first guess (Code property). | |
| Data |
This property returns the data attribute flags of the recognized character. | |
| Font |
This property returns the font formatting attribute flags of the recognized character. It can be a bit-wise combination of the following value set: | |
| FontSize |
This property returns the font size of the character measured in points.
| |
| ForeColor |
This property returns the foreground color of the character.
| |
| Guesses |
This property returns the character-guess codes. | |
| Height |
This property returns the Height of the rectangle exactly containing the character measured in TWIPS.
| |
| Language |
This property returns the language of the recognized word containing this character. | |
| Language2 |
This property contains the ID of the secondary language if the recognized word was found in multiple language dictionaries. | |
| left |
This property returns the X coordinate of the rectangle's left edge exactly containing the character measured in TWIPS.
| |
| Suggestions |
This property returns a word suggestion list if available provided that the particular character is the leading character of a word. | |
| top |
This property returns the Y coordinate of the rectangle's top edge exactly containing the character measured in TWIPS.
| |
| Width |
This property returns the width of the rectangle exactly containing the character measured in TWIPS.
|