Uses of Class
org.apache.pdfbox.pdmodel.interactive.form.PlainText.Paragraph
-
Packages that use PlainText.Paragraph Package Description org.apache.pdfbox.pdmodel.interactive.form The interactive package contains classes for handling Interactive Forms, also known as "AcroForms". -
-
Uses of PlainText.Paragraph in org.apache.pdfbox.pdmodel.interactive.form
Fields in org.apache.pdfbox.pdmodel.interactive.form with type parameters of type PlainText.Paragraph Modifier and Type Field Description private java.util.List<PlainText.Paragraph>
PlainText. paragraphs
Methods in org.apache.pdfbox.pdmodel.interactive.form that return types with arguments of type PlainText.Paragraph Modifier and Type Method Description (package private) java.util.List<PlainText.Paragraph>
PlainText. getParagraphs()
Get the list of paragraphs.
-