PdeWordList class.
More...
#include <pdfix.h>
|
| virtual int | GetNumWords () const =0 |
| | Gets the number of words in the list.
|
| virtual PdeWord * | GetWord (int index)=0 |
| | Gets a word at specified index.
|
| virtual int | GetRefNum ()=0 |
| | Get object references.
|
| virtual int | Release ()=0 |
| | Relase word list.
|
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 |