CharInfo class
Extended information about the character position and formatting.
class CharInfo
Constructor
| Name | Description |
|---|---|
| CharInfo | Initializes a new instance of the CharInfo class. |
Methods
| Name | Description |
|---|---|
| getQuadrangle | Returns the four vertex points of the bounding quadrangle. The vertices are indexed clockwise starting from the bottom left. |
| getRect | Returns the rectangle, containing the character. |
| isUncertain | Indicates if character is uncertainly recognized. |
| isItalic | Indicates if the symbol is italic. |
| isBold | Indicates if the symbol is bold. |
| isUnderlined | Indicates ifthe symbol is underlined. |
| isStrikethrough | Indicates if the symbol is strikethrough. |
| isSmallcaps | Indicates if character style is small caps. |
| isSuperscript | Indicates if character is a superscript. |
3/2/2022 12:59:15 PM