Uses of Interface
org.openpdf.text.ElementListener
Packages that use ElementListener
Package
Description
-
Uses of ElementListener in org.openpdf.text
Subinterfaces of ElementListener in org.openpdf.textModifier and TypeInterfaceDescriptioninterfaceA class that implementsDocListenerwill perform some actions when some actions are performed on aDocument.Classes in org.openpdf.text that implement ElementListenerModifier and TypeClassDescriptionclassA generic Document class.classAn abstractWriterclass for documents.Methods in org.openpdf.text with parameters of type ElementListenerModifier and TypeMethodDescriptionbooleanAnchor.process(ElementListener listener) Processes the element by adding it (or the different parts) to anElementListener.booleanAnnotation.process(ElementListener listener) Processes the element by adding it (or the different parts) to anElementListener.booleanCell.process(ElementListener listener) Processes the element by adding it (or the different parts) to anElementListener.booleanChunk.process(ElementListener listener) Processes the element by adding it (or the different parts) to anElementListener.booleanElement.process(ElementListener listener) Processes the element by adding it (or the different parts) to anElementListener.booleanList.process(ElementListener listener) Processes the element by adding it (or the different parts) to anElementListener.booleanMarkedObject.process(ElementListener listener) Processes the element by adding it (or the different parts) to anElementListener.booleanMarkedSection.process(ElementListener listener) Processes the element by adding it (or the different parts) to anElementListener.booleanMeta.process(ElementListener listener) Processes the element by adding it (or the different parts) to aElementListener.booleanPhrase.process(ElementListener listener) Processes the element by adding it (or the different parts) to anElementListener.booleanRectangle.process(ElementListener listener) Processes the element by adding it (or the different parts) to anElementListener.booleanRow.process(ElementListener listener) Processes the element by adding it (or the different parts) to aElementListener.booleanSection.process(ElementListener listener) Processes the element by adding it (or the different parts) to anElementListener.booleanTable.process(ElementListener listener) Processes the element by adding it (or the different parts) to anElementListener. -
Uses of ElementListener in org.openpdf.text.html
Classes in org.openpdf.text.html that implement ElementListener -
Uses of ElementListener in org.openpdf.text.html.simpleparser
Classes in org.openpdf.text.html.simpleparser that implement ElementListenerMethods in org.openpdf.text.html.simpleparser with parameters of type ElementListener -
Uses of ElementListener in org.openpdf.text.pdf
Classes in org.openpdf.text.pdf that implement ElementListenerModifier and TypeClassDescriptionclassMake copies of PDF documents.classPdfDocumentis the class that is used byPdfWriterto translate aDocumentinto a PDF with different pages.classPdfSmartCopy has the same functionality as PdfCopy, but when resources (such as fonts, images,...) are encountered, a reference to these resources is saved in a cache, so that they can be reused.classADocWriterclass for PDF.classMakes a copy of a PDF, unembedding all embedded fonts.Methods in org.openpdf.text.pdf with parameters of type ElementListenerModifier and TypeMethodDescriptionbooleanMultiColumnText.process(ElementListener listener) Processes the element by adding it to anElementListener.booleanPdfPTable.process(ElementListener listener) Processes the element by adding it (or the different parts) to anElementListener. -
Uses of ElementListener in org.openpdf.text.pdf.draw
Methods in org.openpdf.text.pdf.draw with parameters of type ElementListener