Package | Description |
---|---|
org.apache.pdfbox.util |
This package contains utility classes that are used by the PDFBox project.
|
Modifier and Type | Method and 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 and 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 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.
|
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.