Interface IBlockElement

All Superinterfaces:
IAbstractElement, IElement, IPropertyContainer
All Known Subinterfaces:
IFormField
All Known Implementing Classes:
AbstractSelectField, BlockElement, Button, Cell, CheckBox, ComboBoxField, Div, FormField, 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. 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.