Class | Description | |
---|---|---|
ITextMapExt | Provides extension methods for the ITextMap interface. | |
ITextRunFragmentExt | Provides extension methods for the ITextRunFragment interface. | |
TextMapFragment | Represents a fragment of text in a ITextMap. |
Class | Description | |
---|---|---|
ITextMapExt | Provides extension methods for the ITextMap interface. | |
ITextRunFragmentExt | Provides extension methods for the ITextRunFragment interface. | |
TextMapFragment | Represents a fragment of text in a ITextMap. |
Interface | Description | |
---|---|---|
ITextAttrs | Defines text formatting attributes. | |
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 or of a portion 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. | |
ITextRun | Represents a portion of a text paragraph with the same formatting, possibly spanning several lines. | |
ITextRunFragment | Represents a fragment of a text run that resides on a single text line. |
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). |
Enumeration | Description | |
---|---|---|
DeleteTextMode | Specifies how deleting text affects the surrounding content. |