Uses of Class
org.apache.pdfbox.pdmodel.interactive.annotation.layout.PlainText.Line
Packages that use PlainText.Line
-
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.LineModifier and TypeMethodDescription(package private) List<PlainText.Line>
Break the paragraph into individual lines.Method parameters in org.apache.pdfbox.pdmodel.interactive.annotation.layout with type arguments of type PlainText.LineModifier and TypeMethodDescriptionprivate void
PlainTextFormatter.processLines
(List<PlainText.Line> lines, boolean isFirstParagraph) Process lines for output.