Uses of Class
com.datalogics.PDFL.Word
Packages that use Word
-
Uses of Word in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return types with arguments of type WordModifier and TypeMethodDescriptionWordFinder.getVisibleWordList(int pageNum) Finds all Visible words on the specified page and returns a list containing the words.WordFinder.getWordList(int pageNum) Finds all words on the specified page and returns a list containing the words.Methods in com.datalogics.PDFL with parameters of type WordModifier and TypeMethodDescriptionbooleanWordProc.Call(WordFinder wordFinder, Word wInfo, int pgNum) static final voidPDFLJNI.Word_DisposeChildren(long jarg1, Word jarg1_) static final intPDFLJNI.Word_getAttributes(long jarg1, Word jarg1_) static final longPDFLJNI.Word_getCharQuads(long jarg1, Word jarg1_) static final booleanPDFLJNI.Word_getIsLastWordInRegion(long jarg1, Word jarg1_) static final longPDFLJNI.Word_getQuads(long jarg1, Word jarg1_) static final longPDFLJNI.Word_getStyleTransitions(long jarg1, Word jarg1_) static final StringPDFLJNI.Word_getText(long jarg1, Word jarg1_) static final booleanPDFLJNI.WordProc_Call(long jarg1, WordProc jarg1_, long jarg2, WordFinder jarg2_, long jarg3, Word jarg3_, int jarg4) static final booleanPDFLJNI.WordProc_CallSwigExplicitWordProc(long jarg1, WordProc jarg1_, long jarg2, WordFinder jarg2_, long jarg3, Word jarg3_, int jarg4) static final voidPDFLJNI.WordVector_add(long jarg1, com.datalogics.PDFL.WordVector jarg1_, long jarg2, Word jarg2_) static final voidPDFLJNI.WordVector_set(long jarg1, com.datalogics.PDFL.WordVector jarg1_, int jarg2, long jarg3, Word jarg3_)