Uses of Class
org.apache.pdfbox.pdmodel.interactive.form.PlainText.Line
Packages that use PlainText.Line
Package
Description
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
-
Uses of PlainText.Line in org.apache.pdfbox.pdmodel.interactive.form
Methods in org.apache.pdfbox.pdmodel.interactive.form 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.form with type arguments of type PlainText.LineModifier and TypeMethodDescriptionprivate void
PlainTextFormatter.processLines
(List<PlainText.Line> lines, boolean isFirstParagraph) Process lines for output.