ElementHandler, java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<Element>, java.util.Collection<Element>, java.util.List<Element>, java.util.RandomAccesspublic class ElementList extends java.util.ArrayList<Element> implements ElementHandler
ElementHandler interface that helps
you build a list of iText Elements.| Constructor | Description |
|---|---|
ElementList() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
add(Writable w) |
Receive a Writable.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic void add(Writable w)
ElementHandleradd in interface ElementHandlerw - the writable to addElementHandler.add(com.itextpdf.tool.xml.Writable)Copyright © 1998–2018. All rights reserved.