[]
Provides extension methods for the ITextMap interface.
Provides extension methods for the ITextRunFragment interface.
Represents a fragment of text in a ITextMap.
Represents hit test info in a ITextMap.
Represents a range of characters in a ITextLine.
Defines text formatting attributes.
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.
Represents a single continuous line of text.
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 GetTextMap(float, float, bool) method to create the text map.
Represents a paragraph of text.
Represents a portion of a text paragraph with the same formatting, possibly spanning several lines.
Represents a fragment of a text run that resides on a single text line.
Specifies how deleting text affects the surrounding content.
Defines the callback method used in text search (see FindText(FindTextParams, FindTextCallback)).