Uses of Interface
com.gitlab.pdftk_java.com.lowagie.text.DocListener
Packages that use DocListener
Package
Description
-
Uses of DocListener in com.gitlab.pdftk_java.com.lowagie.text
Classes in com.gitlab.pdftk_java.com.lowagie.text that implement DocListenerModifier and TypeClassDescriptionclassA generic Document class.classAn abstractWriterclass for documents.Methods in com.gitlab.pdftk_java.com.lowagie.text with parameters of type DocListenerModifier and TypeMethodDescriptionvoidDocument.addDocListener(DocListener listener) Adds aDocListenerto theDocument.voidDocument.removeDocListener(DocListener listener) Removes aDocListenerfrom theDocument. -
Uses of DocListener in com.gitlab.pdftk_java.com.lowagie.text.pdf
Classes in com.gitlab.pdftk_java.com.lowagie.text.pdf that implement DocListenerModifier and TypeClassDescription(package private) static classclassMake copies of PDF documents.(package private) class(package private) classPdfDocumentis the class that is used byPdfWriterto translate aDocumentinto a PDF with different pages.classclassADocWriterclass for PDF.