public class SpanWrapper extends Object implements IWrapElement
span element.| Constructor and Description |
|---|
SpanWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(com.itextpdf.layout.element.IBlockElement block)
Adds a child block element.
|
void |
add(com.itextpdf.layout.element.ILeafElement img)
Adds a child image.
|
void |
add(SpanWrapper span)
Adds a child span.
|
void |
addAll(Collection<com.itextpdf.layout.element.IElement> collection)
Adds a collection of lead elements as children.
|
List<com.itextpdf.layout.IPropertyContainer> |
getElements()
Gets a list of all the child elements.
|
public void add(SpanWrapper span)
span - the span element to addpublic void add(com.itextpdf.layout.element.ILeafElement img)
img - the img element to addpublic void add(com.itextpdf.layout.element.IBlockElement block)
block - the block element to addpublic void addAll(Collection<com.itextpdf.layout.element.IElement> collection)
collection - the collection to addpublic List<com.itextpdf.layout.IPropertyContainer> getElements()
Copyright © 1998–2018 iText Group NV. All rights reserved.