PDFix SDK  6.12.0
PdsWordList Struct Referenceabstract

PdsWordList class. More...

Public Member Functions

virtual int GetNumWords () const =0
 Gets the number of words in the list. More...
 
virtual PdsWordGetWord (int index)=0
 Gets a word at specified index. More...
 
virtual int Release ()=0
 Relase word list. More...
 

Detailed Description

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.

Member Function Documentation

◆ 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
indexof the word
Returns
pointer to the PdsWord structure

◆ Release()

virtual int PdsWordList::Release ( )
pure virtual

Relase word list.

Returns
the number of remaining references to the object
See also
PdfPage::AcquireWordList