public class ElementList extends ArrayList<Element> implements ElementHandler
ElementHandler interface that helps you build a list of iText Elements.
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, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic void add(Writable w)
ElementHandler
add in interface ElementHandler
w - the writable to add
ElementHandler.add(com.itextpdf.tool.xml.Writable)
Copyright © 1998–2021. All rights reserved.