Uses of Interface
com.itextpdf.layout.element.ILeafElement
-
Packages that use ILeafElement Package Description com.itextpdf.layout.element com.itextpdf.svg.element -
-
Uses of ILeafElement in com.itextpdf.layout.element
Classes in com.itextpdf.layout.element that implement ILeafElement Modifier and Type Class Description classImageA layout element that represents an image for inclusion in the document model.classLinkA clickable piece ofTextwhich contains alink annotation dictionary.classTabclassTextATextis a piece of text of any length.Methods in com.itextpdf.layout.element with type parameters of type ILeafElement Modifier and Type Method Description <T2 extends ILeafElement>
ParagraphParagraph. addAll(java.util.List<T2> elements)Adds aListof layout elements to thisParagraph.Methods in com.itextpdf.layout.element with parameters of type ILeafElement Modifier and Type Method Description ParagraphParagraph. add(ILeafElement element) -
Uses of ILeafElement in com.itextpdf.svg.element
Classes in com.itextpdf.svg.element that implement ILeafElement Modifier and Type Class Description classSvgImageA layout element that represents SVG image for inclusion in the document model.
-