Uses of Interface
com.itextpdf.layout.element.IAbstractElement

Packages that use IAbstractElement
Package
Description
 
  • Uses of IAbstractElement in com.itextpdf.layout.element

    Modifier and Type
    Interface
    Description
    interface 
    This class represents a block layout element with special margins, tabbing, and alignment.
    Classes in com.itextpdf.layout.element that implement IAbstractElement
    Modifier and Type
    Class
    Description
    class 
    AbstractElementIElement>
    Defines the most common properties that most IElement implementations share.
    class 
    A layout object that terminates the current content area and creates a new one.
    class 
    BlockElementIElement>
    A BlockElement will try to take up as much horizontal space as available to it on the canvas or page.
    class 
    A Cell is one piece of data in an enclosing grid, the Table.
    class 
    Div
    A Div is a container object that defines a section in a document, which will have some shared layout properties.
    class 
    A layout element that represents an image for inclusion in the document model.
    class 
    This is a line separator element which is basically just a horizontal line with a style specified by ILineDrawer custom drawing interface instance.
    class 
    A clickable piece of Text which contains a link annotation dictionary.
    class 
    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.
    class 
    A list item is a layout element that is one entry in a List.
    class 
    A layout element that represents a self-contained block of textual and graphical information.
    class 
    Tab
    This class represents the empty space from a Text to the following TabStop, if any.
    class 
    A Table is a layout element that represents data in a two-dimensional grid.
    class 
    A Text is a piece of text of any length.