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

public interface IAbstractElement extends IElement
The interface represents abstract layout element and provides an access to its children.
  • Method Details

    • getChildren

      List<IElement> getChildren()
      Gets the child elements of this elements.
      Returns:
      a list of children