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
Adds a collection of lead elements as children.
|
List |
getElements()
Gets a list of all the child elements.
|
public void add(SpanWrapper span)
span - the span element to add
public void add(com.itextpdf.layout.element.ILeafElement img)
img - the img element to add
public void add(com.itextpdf.layout.element.IBlockElement block)
block - the block element to add
public void addAll(Collectioncollection)
collection - the collection to add
public ListgetElements()
Copyright © 1998–2019 iText Group NV. All rights reserved.