|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PositionWrapper | |
|---|---|
| org.apache.pdfbox.util | This package contains utility classes that are used by the PDFBox project. |
| Uses of PositionWrapper in org.apache.pdfbox.util |
|---|
| Methods in org.apache.pdfbox.util that return PositionWrapper | |
|---|---|
protected PositionWrapper |
PDFTextStripper.handleLineSeparation(PositionWrapper current,
PositionWrapper lastPosition,
PositionWrapper lastLineStartPosition,
float maxHeightForLine)
handles the line separator for a new line given the specified current and previous TextPositions. |
| Methods in org.apache.pdfbox.util with parameters of type PositionWrapper | |
|---|---|
protected PositionWrapper |
PDFTextStripper.handleLineSeparation(PositionWrapper current,
PositionWrapper lastPosition,
PositionWrapper lastLineStartPosition,
float maxHeightForLine)
handles the line separator for a new line given the specified current and previous TextPositions. |
protected void |
PDFTextStripper.isParagraphSeparation(PositionWrapper position,
PositionWrapper lastPosition,
PositionWrapper lastLineStartPosition,
float maxHeightForLine)
tests the relationship between the last text position, the current text position and the last text position that followed a line separator to decide if the gap represents a paragraph separation. |
protected Pattern |
PDFTextStripper.matchListItemPattern(PositionWrapper pw)
returns the list item Pattern object that matches the text at the specified PositionWrapper or null if the text does not match such a pattern. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||