JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.itextpdf.tool.xml
ElementHandler
Contents
Description
Method Summary
Method Details
add(Writable)
Hide sidebar
Show sidebar
Interface ElementHandler
All Known Implementing Classes:
ElementList
public interface
ElementHandler
A the listener interface for receiving
Writable
s.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
add
(
Writable
w)
Receive a Writable.
Method Details
add
void
add
(
Writable
w)
Receive a Writable.
Parameters:
w
- the writable to add