Uses of Class
org.apache.pdfbox.text.PDFTextStripper.WordWithTextPositions
Packages that use PDFTextStripper.WordWithTextPositions
-
Uses of PDFTextStripper.WordWithTextPositions in org.apache.pdfbox.text
Methods in org.apache.pdfbox.text that return PDFTextStripper.WordWithTextPositionsModifier and TypeMethodDescriptionPDFTextStripper.createWord
(String word, List<TextPosition> wordPositions) Used withinPDFTextStripper.normalize(List)
to create a singlePDFTextStripper.WordWithTextPositions
entry.Methods in org.apache.pdfbox.text that return types with arguments of type PDFTextStripper.WordWithTextPositionsModifier and TypeMethodDescriptionPDFTextStripper.normalize
(List<PDFTextStripper.LineItem> line) Normalize the given list of TextPositions.Method parameters in org.apache.pdfbox.text with type arguments of type PDFTextStripper.WordWithTextPositionsModifier and TypeMethodDescriptionprivate StringBuilder
PDFTextStripper.normalizeAdd
(List<PDFTextStripper.WordWithTextPositions> normalized, StringBuilder lineBuilder, List<TextPosition> wordPositions, PDFTextStripper.LineItem item) Used withinPDFTextStripper.normalize(List)
to handle aTextPosition
.private void
PDFTextStripper.writeLine
(List<PDFTextStripper.WordWithTextPositions> line) Write a list of string containing a whole line of a document.