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.PositionWrapperPDFTextStripper.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.PositionWrapperPDFTextStripper.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 voidPDFTextStripper.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 PatternPDFTextStripper.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.