Uses of Class
org.apache.pdfbox.text.PDFTextStripper.WordWithTextPositions
-
Packages that use PDFTextStripper.WordWithTextPositions Package Description org.apache.pdfbox.text -
-
Uses of PDFTextStripper.WordWithTextPositions in org.apache.pdfbox.text
Methods in org.apache.pdfbox.text that return PDFTextStripper.WordWithTextPositions Modifier and Type Method Description private PDFTextStripper.WordWithTextPositionsPDFTextStripper. createWord(java.lang.String word, java.util.List<TextPosition> wordPositions)Used withinPDFTextStripper.normalize(List)to create a singlePDFTextStripper.WordWithTextPositionsentry.Methods in org.apache.pdfbox.text that return types with arguments of type PDFTextStripper.WordWithTextPositions Modifier and Type Method Description private java.util.List<PDFTextStripper.WordWithTextPositions>PDFTextStripper. normalize(java.util.List<PDFTextStripper.LineItem> line)Normalize the given list of TextPositions.Method parameters in org.apache.pdfbox.text with type arguments of type PDFTextStripper.WordWithTextPositions Modifier and Type Method Description private java.lang.StringBuilderPDFTextStripper. normalizeAdd(java.util.List<PDFTextStripper.WordWithTextPositions> normalized, java.lang.StringBuilder lineBuilder, java.util.List<TextPosition> wordPositions, PDFTextStripper.LineItem item)Used withinPDFTextStripper.normalize(List)to handle aTextPosition.private voidPDFTextStripper. writeLine(java.util.List<PDFTextStripper.WordWithTextPositions> line)Write a list of string containing a whole line of a document.
-