Package | Description |
---|---|
org.apache.pdfbox.util |
This package contains utility classes that are used by the PDFBox project.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
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 java.util.regex.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.
|