Package com.datalogics.PDFL
Class WordProc
java.lang.Object
com.datalogics.PDFL.WordProc
Callback function class for EnumWords. A user-supplied callback that is called once for each word found by the EnumWords method. WordFinder looks for words on a page, and keeps calling WordProc until it runs out of words in its search. Then, WordProc returns "false" as a parameter, and the process ends.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCall(WordFinder wordFinder, Word wInfo, int pgNum) voiddelete()voidvoid
-
Constructor Details
-
WordProc
public WordProc()Callback function class for EnumWords. A user-supplied callback that is called once for each word found by the EnumWords method. WordFinder looks for words on a page, and keeps calling WordProc until it runs out of words in its search. Then, WordProc returns "false" as a parameter, and the process ends.
-
-
Method Details
-
delete
public void delete() -
swigReleaseOwnership
public void swigReleaseOwnership() -
swigTakeOwnership
public void swigTakeOwnership() -
Call
-