Package | Description |
---|---|
org.apache.pdfbox.text |
Modifier and Type | Method and Description |
---|---|
private PDFTextStripper.WordWithTextPositions |
PDFTextStripper.createWord(java.lang.String word,
java.util.List<TextPosition> wordPositions)
Used within
PDFTextStripper.normalize(List) to create a single PDFTextStripper.WordWithTextPositions entry. |
Modifier and Type | Method and Description |
---|---|
private java.util.List<PDFTextStripper.WordWithTextPositions> |
PDFTextStripper.normalize(java.util.List<PDFTextStripper.LineItem> line)
Normalize the given list of TextPositions.
|
Modifier and Type | Method and Description |
---|---|
private java.lang.StringBuilder |
PDFTextStripper.normalizeAdd(java.util.List<PDFTextStripper.WordWithTextPositions> normalized,
java.lang.StringBuilder lineBuilder,
java.util.List<TextPosition> wordPositions,
PDFTextStripper.LineItem item)
Used within
PDFTextStripper.normalize(List) to handle a TextPosition . |
private void |
PDFTextStripper.writeLine(java.util.List<PDFTextStripper.WordWithTextPositions> line)
Write a list of string containing a whole line of a document.
|