Uses of Class
com.itextpdf.text.pdf.parser.LineSegment
-
Packages that use LineSegment Package Description com.itextpdf.text.pdf.parser -
-
Uses of LineSegment in com.itextpdf.text.pdf.parser
Methods in com.itextpdf.text.pdf.parser that return LineSegment Modifier and Type Method Description LineSegmentTextRenderInfo. getAscentLine()Gets the ascentline for the text (i.e.LineSegmentTextRenderInfo. getBaseline()Gets the baseline for the text (i.e.LineSegmentTextRenderInfo. getDescentLine()Gets the descentline for the text (i.e.LineSegmentTextRenderInfo. getUnscaledBaseline()private LineSegmentTextRenderInfo. getUnscaledBaselineWithOffset(float yOffset)LineSegmentLineSegment. transformBy(Matrix m)Transforms the segment by the specified matrixMethods in com.itextpdf.text.pdf.parser with parameters of type LineSegment Modifier and Type Method Description LocationTextExtractionStrategy.TextChunkLocationLocationTextExtractionStrategy.TextChunkLocationStrategy. createLocation(TextRenderInfo renderInfo, LineSegment baseline)
-