Uses of Class
com.lowagie.rups.view.itext.PdfObjectPanel
-
Packages that use PdfObjectPanel Package Description com.lowagie.rups.controller -
-
Uses of PdfObjectPanel in com.lowagie.rups.controller
Fields in com.lowagie.rups.controller declared as PdfObjectPanel Modifier and Type Field Description protected PdfObjectPanel
PdfReaderController. objectPanel
A panel that will show PdfObjects.Methods in com.lowagie.rups.controller that return PdfObjectPanel Modifier and Type Method Description PdfObjectPanel
PdfReaderController. getObjectPanel()
Getter for the panel that will show the contents of a PDF Object (except for PdfStreams: only the Stream Dictionary will be shown; the content stream is shown in a StreamTextArea object).
-