Class LineSeparator

All Implemented Interfaces:
IAbstractElement, IBlockElement, IElement, IPropertyContainer, IAccessibleElement

public class LineSeparator extends BlockElement<LineSeparator>
This is a line separator element which is basically just a horizontal line with a style specified by ILineDrawer custom drawing interface instance. This might be thought of as an HTML's
element alternative.