Package com.itextpdf.layout.element
Interface IAbstractElement
- All Superinterfaces:
-
IElement
,IPropertyContainer
- All Known Subinterfaces:
-
IBlockElement
- All Known Implementing Classes:
-
AbstractElement
,AreaBreak
,BlockElement
,Cell
,Div
,Image
,LineSeparator
,Link
,List
,ListItem
,Paragraph
,Tab
,Table
,Text
The interface represents abstract layout element and provides an access to its children.
-
Method Summary
Modifier and TypeMethodDescriptionGets the child elements of this elements.Methods inherited from interface com.itextpdf.layout.element.IElement
createRendererSubTree, getRenderer, setNextRenderer
Methods inherited from interface com.itextpdf.layout.IPropertyContainer
deleteOwnProperty, getDefaultProperty, getOwnProperty, getProperty, hasOwnProperty, hasProperty, setProperty
-
Method Details
-
getChildren
Gets the child elements of this elements.- Returns:
- a list of children
-