Uses of Interface
com.gitlab.pdftk_java.com.lowagie.text.pdf.interfaces.PdfViewerPreferences
-
Packages that use PdfViewerPreferences Package Description com.gitlab.pdftk_java.com.lowagie.text.pdf com.gitlab.pdftk_java.com.lowagie.text.pdf.internal -
-
Uses of PdfViewerPreferences in com.gitlab.pdftk_java.com.lowagie.text.pdf
Classes in com.gitlab.pdftk_java.com.lowagie.text.pdf that implement PdfViewerPreferences Modifier and Type Class Description class
FdfReader
Reads an FDF form and makes the fields availableclass
PdfReader
Reads a PDF document. -
Uses of PdfViewerPreferences in com.gitlab.pdftk_java.com.lowagie.text.pdf.internal
Classes in com.gitlab.pdftk_java.com.lowagie.text.pdf.internal that implement PdfViewerPreferences Modifier and Type Class Description class
PdfViewerPreferencesImp
Stores the information concerning viewer preferences, and contains the business logic that allows you to set viewer preferences.
-