Class | Description | |
---|---|---|
![]() | TextMapFragment | Represents a fragment of text in a ITextMap. |
Class | Description | |
---|---|---|
![]() | TextMapFragment | Represents a fragment of text in a ITextMap. |
Interface | Description | |
---|---|---|
![]() | ITextChar | Represents a single character in a ITextLine.
Note that an ITextChar can be represented by several UTF-16 character codes, e.g. some Unicode ranges use two UTF-16 codes to represent a single character. |
![]() | ITextLine | Represents a single continuous line of text. |
![]() | ITextMap | Represents the text map of a page. Provides methods for text searching, hit testing etc.
The pixel values used by the text map's methods and properties are determined by the X and Y resolution passed to the GrapeCity.Documents.Pdf.Page.GetTextMap method to create the text map. |
![]() | ITextParagraph | Represents a paragraph of text. |
Structure | Description | |
---|---|---|
![]() | HitTestInfo | Represents hit test info in a ITextMap. |
![]() | MapPos | Represents a logical position in a ITextMap. |
![]() | TextLineFragment | Represents a range of characters in a ITextLine. |
Delegate | Description | |
---|---|---|
![]() | FindTextCallback | Defines the callback method used in text search (see ITextMap.FindText). |