Uses of Class
org.apache.pdfbox.text.PDFTextStripper.PositionWrapper
Packages that use PDFTextStripper.PositionWrapper
-
Uses of PDFTextStripper.PositionWrapper in org.apache.pdfbox.text
Methods in org.apache.pdfbox.text that return PDFTextStripper.PositionWrapperModifier and TypeMethodDescriptionprivate PDFTextStripper.PositionWrapper
PDFTextStripper.handleLineSeparation
(PDFTextStripper.PositionWrapper current, PDFTextStripper.PositionWrapper lastPosition, PDFTextStripper.PositionWrapper lastLineStartPosition, float maxHeightForLine) handles the line separator for a new line given the specified current and previous TextPositions.Methods in org.apache.pdfbox.text with parameters of type PDFTextStripper.PositionWrapperModifier and TypeMethodDescriptionprivate PDFTextStripper.PositionWrapper
PDFTextStripper.handleLineSeparation
(PDFTextStripper.PositionWrapper current, PDFTextStripper.PositionWrapper lastPosition, PDFTextStripper.PositionWrapper lastLineStartPosition, float maxHeightForLine) handles the line separator for a new line given the specified current and previous TextPositions.private void
PDFTextStripper.isParagraphSeparation
(PDFTextStripper.PositionWrapper position, PDFTextStripper.PositionWrapper lastPosition, PDFTextStripper.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.private Pattern
PDFTextStripper.matchListItemPattern
(PDFTextStripper.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.