public class ElementList extends ArrayList<Element> implements ElementHandler
ElementHandler
interface that helps you build a list of iText Element
s.
modCount
Constructor and Description |
---|
ElementList() |
Modifier and Type | Method and 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, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public void add(Writable w)
ElementHandler
add
in interface ElementHandler
w
- the writable to add
ElementHandler.add(com.itextpdf.tool.xml.Writable)
Copyright © 2016. All rights reserved.