TextExtractorWord Class |
Namespace: pdftron.PDF
public sealed class TextExtractorWord : IClosable
The TextExtractorWord type exposes the following members.
Name | Description | |
---|---|---|
TextExtractorWord | Initializes a new instance of the TextExtractorWord class |
Name | Description | |
---|---|---|
Close | ||
Equals | ||
GetBBox | Gets the b box.
| |
GetCharStyle | return The quadrilateral representing a tight bounding box
for this word (in unrotated page coordinates).
| |
GetCurrentNum | Gets the index of this word of the current line. A word that starts the line will return 0, whereas the last word in the line will return (line.GetNumWords()-1).
| |
GetGlyphQuads | Gets the quadpoint of the glyph at index
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetNextWord | Gets the next object
| |
GetNumGlyphs | Gets the num glyphs.
| |
GetString | Gets Unicode string
| |
GetStringLen | Gets the number of Chars in the string.
| |
GetStyle | Gets predominant style for this word.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsValid | Checks if valid word
| |
Set | Sets value to given Word object
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |