Uses of Class
org.apache.pdfbox.util.PositionWrapper
Packages that use PositionWrapper
Package
Description
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 PositionWrapperModifier and TypeMethodDescriptionprotected PositionWrapperPDFTextStripper.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 PositionWrapperModifier and TypeMethodDescriptionprotected PositionWrapperPDFTextStripper.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 voidPDFTextStripper.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 PatternPDFTextStripper.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.