Package com.itextpdf.layout.element
Interface IAbstractElement
- All Superinterfaces:
-
IElement
,IPropertyContainer
- All Known Subinterfaces:
-
IBlockElement
,IFormField
- All Known Implementing Classes:
-
AbstractElement
,AbstractSelectField
,AreaBreak
,BlockElement
,Button
,Cell
,CheckBox
,ComboBoxField
,Div
,FormField
,Image
,InputField
,LineSeparator
,Link
,List
,ListBoxField
,ListItem
,Paragraph
,Radio
,Tab
,Table
,Text
,TextArea
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
-