PdeWordList class.
More...
#include <pdfix.h>
PdeWordList class.
A PdeWordList 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 PdeWordList::GetNumWords |
( |
| ) |
const |
|
pure virtual |
Gets the number of words in the list.
- Returns
- Number of words.
◆ GetRefNum()
virtual int PdeWordList::GetRefNum |
( |
| ) |
|
|
pure virtual |
Get object references.
- Returns
- the number of remaining references to the object
◆ GetWord()
virtual PdeWord * PdeWordList::GetWord |
( |
int |
index | ) |
|
|
pure virtual |
Gets a word at specified index.
- Parameters
-
- Returns
- pointer to the PdeWord structure
◆ Release()
virtual int PdeWordList::Release |
( |
| ) |
|
|
pure virtual |