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