Generated by
JDiff

Package com.itextpdf.layout.element

Added Interfaces
IAbstractElement The interface represents abstract layout element and provides an access to its children.
 

Changed Classes and Interfaces
AbstractElement Defines the most common properties that most IElement implementations share.
AreaBreak A layout object that terminates the current content area and creates a new one.
BlockElement A BlockElement will try to take up as much horizontal space as available to it on the canvas or page.
IBlockElement  
Image A layout element that represents an image for inclusion in the document model.
List A List is a layout element representing a series of objects that are vertically outlined with the same or very similar layout properties, giving it a sense of unity.
ListItem A list item is a layout element that is one entry in a List.
Paragraph A layout element that represents a self-contained block of textual and graphical information.
TabStop A TabStop is the closest location on a line of text that the text will jump to if a Tab is inserted.
Table A Table is a layout element that represents data in a two-dimensional grid.