Uses of Class
com.lowagie.rups.model.PdfFile
-
Packages that use PdfFile Package Description com.lowagie.rups.controller -
-
Uses of PdfFile in com.lowagie.rups.controller
Fields in com.lowagie.rups.controller declared as PdfFile Modifier and Type Field Description protected PdfFile
RupsController. pdfFile
The Pdf file that is currently open in the application.Methods in com.lowagie.rups.controller with parameters of type PdfFile Modifier and Type Method Description void
PdfReaderController. startObjectLoader(PdfFile file)
Starts loading the PDF Objects in background.
-