Package | Description |
---|---|
com.itextpdf.text.pdf.parser |
Modifier and Type | Method and Description |
---|---|
LineSegment |
TextRenderInfo.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 - see TextRenderInfo.getRise() for the amount added by Rise
|
LineSegment |
TextRenderInfo.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 - see TextRenderInfo.getRise() for the amount added by Rise
|
LineSegment |
TextRenderInfo.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).
|
LineSegment |
TextRenderInfo.getUnscaledBaseline() |
LineSegment |
LineSegment.transformBy(Matrix m)
Transforms the segment by the specified matrix
|
Modifier and Type | Method and Description |
---|---|
LocationTextExtractionStrategy.TextChunkLocation |
LocationTextExtractionStrategy.TextChunkLocationStrategy.createLocation(TextRenderInfo renderInfo, LineSegment baseline) |
Copyright © 2016. All rights reserved.