PdsWordList class.
More...
PdsWordList class.
A PdsWordList object is a list of words in a PDF file. Words in the list aren't guaranteed to be in the correct reading order.
◆ GetNumWords()
virtual int PdsWordList::GetNumWords |
( |
| ) |
const |
|
pure virtual |
Gets the number of words in the list.
- Returns
- Number of words.
◆ GetWord()
virtual PdsWord* PdsWordList::GetWord |
( |
int |
index | ) |
|
|
pure virtual |
Gets a word at specified index.
- Parameters
-
- Returns
- pointer to the PdsWord structure
◆ Release()
virtual int PdsWordList::Release |
( |
| ) |
|
|
pure virtual |