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 class
Image
A layout element that represents an image for inclusion in the document model.class
Link
A clickable piece ofText
which contains alink annotation dictionary
.class
Tab
class
Text
AText
is 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 aList
of layout elements to thisParagraph
.Methods in com.itextpdf.layout.element with parameters of type ILeafElement Modifier and Type Method Description Paragraph
Paragraph. 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 class
SvgImage
A layout element that represents SVG image for inclusion in the document model.
-