| Package | Description |
|---|---|
| com.lowagie.text.pdf.parser |
| Modifier and Type | Method and Description |
|---|---|
Matrix |
PdfContentStreamProcessor.getCurrentTextLineMatrix()
Returns the current line matrix.
|
Matrix |
PdfContentStreamProcessor.getCurrentTextMatrix()
Returns the current text matrix.
|
Matrix |
Matrix.multiply(Matrix by)
multiplies this matrix by 'b' and returns the result
See http://en.wikipedia.org/wiki/Matrix_multiplication
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleTextExtractingPdfContentStreamProcessor.displayText(String text,
Matrix endingTextMatrix)
Writes text to the result.
|
abstract void |
PdfContentStreamProcessor.displayText(String text,
Matrix nextTextMatrix)
Displays text.
|
Matrix |
Matrix.multiply(Matrix by)
multiplies this matrix by 'b' and returns the result
See http://en.wikipedia.org/wiki/Matrix_multiplication
|
Copyright © 2024. All rights reserved.