Uses of Class
org.apache.pdfbox.pdmodel.interactive.annotation.layout.PlainText.Line
-
Packages that use PlainText.Line Package Description org.apache.pdfbox.pdmodel.interactive.annotation.layout -
-
Uses of PlainText.Line in org.apache.pdfbox.pdmodel.interactive.annotation.layout
Methods in org.apache.pdfbox.pdmodel.interactive.annotation.layout that return types with arguments of type PlainText.Line Modifier and Type Method Description (package private) java.util.List<PlainText.Line>
PlainText.Paragraph. getLines(PDFont font, float fontSize, float width)
Break the paragraph into individual lines.Method parameters in org.apache.pdfbox.pdmodel.interactive.annotation.layout with type arguments of type PlainText.Line Modifier and Type Method Description private void
PlainTextFormatter. processLines(java.util.List<PlainText.Line> lines, boolean isFirstParagraph)
Process lines for output.
-