ElementHandler
, java.io.Serializable
, java.lang.Cloneable
, java.lang.Iterable<Element>
, java.util.Collection<Element>
, java.util.List<Element>
, java.util.RandomAccess
public class ElementList extends java.util.ArrayList<Element> implements ElementHandler
ElementHandler
interface that helps
you build a list of iText Element
s.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, trimToSize
public void add(Writable w)
ElementHandler
add
in interface ElementHandler
w
- the writable to addElementHandler.add(com.itextpdf.tool.xml.Writable)
Copyright © 1998–2018. All rights reserved.