Package org.apache.pdfbox.text
Class PDFTextStripper.WordWithTextPositions
java.lang.Object
org.apache.pdfbox.text.PDFTextStripper.WordWithTextPositions
- Enclosing class:
PDFTextStripper
Internal class that maps strings to lists of
TextPosition arrays. Note that the number of entries in that
list may differ from the number of characters in the string due to normalization.-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final String(package private) final List<TextPosition> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
text
-
textPositions
-
-
Constructor Details
-
WordWithTextPositions
WordWithTextPositions(String word, List<TextPosition> positions)
-
-
Method Details
-
getText
-
getTextPositions
-