Uses of Class
com.itextpdf.text.pdf.parser.LineSegment
Packages that use LineSegment
-
Uses of LineSegment in com.itextpdf.text.pdf.parser
Methods in com.itextpdf.text.pdf.parser that return LineSegmentModifier and TypeMethodDescriptionTextRenderInfo.getAscentLine()Gets the ascentline for the text (i.e. the line that represents the topmost extent that a string of the current font could have) This value includes the Rise of the draw operation - seeTextRenderInfo.getRise()for the amount added by RiseTextRenderInfo.getBaseline()Gets the baseline for the text (i.e. the line that the text 'sits' on) This value includes the Rise of the draw operation - seeTextRenderInfo.getRise()for the amount added by RiseTextRenderInfo.getDescentLine()Gets the descentline for the text (i.e. the line that represents the bottom most extent that a string of the current font could have).TextRenderInfo.getUnscaledBaseline()LineSegment.transformBy(Matrix m) Transforms the segment by the specified matrixMethods in com.itextpdf.text.pdf.parser with parameters of type LineSegmentModifier and TypeMethodDescriptionLocationTextExtractionStrategy.TextChunkLocationStrategy.createLocation(TextRenderInfo renderInfo, LineSegment baseline)