getWord

Get a word handle.
getWord([in] int idx, [out, retval] LONG *wordHandle)
This function returns an opaque handle for the idxth word on the word list constructed by the most recent call to buildWordList.

This handle can be passed to the various getWord... functions to retrieve information about the word.

VB:
Dim word As Long ' make word list for page 1 pdf.buildWordList(1) For i = 0 To pdf.getNumWords() - 1 word = pdf.getWord(i) ... Next i
buildWordList
getNumWords
getWordText
getWordLength
getWordFontName
getWordColor
getWordBox
getWordBox2
getWordCharBox
getWordCharBox2
getWordFontSize
getWordFontIsFixedWidth
getWordFontIsSerif
getWordFontIsSymbolic
getWordFontIsItalic
getWordFontIsBold
getWordRotation
getWordCharPos
getWordCharLen