getWordText

Get the text of a word.
getWordText([in] LONG wordHandle, [out, retval] BSTR *text)
This function returns the text of a word (whose handle was obtained with getWord).
VB:
Dim word As Long pdf.buildWordList(1) For i = 0 To pdf.getNumWords() - 1 word = pdf.getWord(i) text = pdf.getWordText(word) ... }
buildWordList
getNumWords
getWord
getWordLength
getWordFontName
getWordColor
getWordBox
getWordBox2
getWordCharBox
getWordCharBox2
getWordSpaceAfter
getWordFontSize
getWordFontIsFixedWidth
getWordFontIsSerif
getWordFontIsSymbolic
getWordFontIsItalic
getWordFontIsBold
getWordRotation
getWordCharPos
getWordCharLen