Package com.itextpdf.layout.element
Interface IBlockElement
-
- All Superinterfaces:
IAbstractElement
,IElement
,IPropertyContainer
- All Known Subinterfaces:
IFormField
- All Known Implementing Classes:
AbstractSelectField
,BlockElement
,Button
,Cell
,CheckBox
,ComboBoxField
,Div
,FlexContainer
,FormField
,GridContainer
,InputField
,LineSeparator
,List
,ListBoxField
,ListItem
,MulticolContainer
,Paragraph
,Radio
,SignatureFieldAppearance
,Table
,TextArea
public interface IBlockElement extends IAbstractElement
This class represents a block layout element with special margins, tabbing, and alignment. AnIBlockElement
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
-
-