Package com.itextpdf.layout.element
Interface IBlockElement
- All Superinterfaces:
-
IAbstractElement
,IElement
,IPropertyContainer
- All Known Implementing Classes:
-
BlockElement
,Cell
,Div
,LineSeparator
,List
,ListItem
,Paragraph
,Table
This class represents a block layout element with special margins, tabbing, and alignment. An
IBlockElement
will try to take up as much horizontal space as available to it on the canvas or page. The concept is comparable to the block element in HTML.
-
Method Summary
Methods inherited from interface com.itextpdf.layout.element.IAbstractElement
getChildren
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