Uses of Interface
com.itextpdf.layout.element.IElement
Package
Description
-
Uses of IElement in com.itextpdf.layout
Modifier and TypeMethodDescriptionprotected void
RootElement.createAndAddRendererSubTree
(IElement element) -
Uses of IElement in com.itextpdf.layout.element
Modifier and TypeClassDescriptionclass
AbstractElement
IElement> Defines the most common properties that mostIElement
implementations share.class
BlockElement
IElement> ABlockElement
will try to take up as much horizontal space as available to it on the canvas or page.Modifier and TypeInterfaceDescriptioninterface
The interface represents abstract layout element and provides an access to its children.interface
This class represents a block layout element with special margins, tabbing, and alignment.interface
AILargeElement
is a layout element which may get added to indefinitely, making the object prohibitively large.interface
A marker subinterface ofIElement
that specifies that the layout object is, by definition, on the lowest tier in the object hierarchy.Modifier and TypeClassDescriptionclass
AbstractElement
IElement> Defines the most common properties that mostIElement
implementations share.class
A layout object that terminates the current content area and creates a new one.class
BlockElement
IElement> ABlockElement
will try to take up as much horizontal space as available to it on the canvas or page.class
class
ADiv
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 byILineDrawer
custom drawing interface instance.class
A clickable piece ofText
which contains alink 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 aList
.class
A layout element that represents a self-contained block of textual and graphical information.class
class
ATable
is a layout element that represents data in a two-dimensional grid.class
AText
is a piece of text of any length.Modifier and TypeMethodDescriptionIElement>
TableTable.addCell
(BlockElement blockElement) Adds a new cell with received blockElement as a content.IElement>
TableTable.addFooterCell
(BlockElement blockElement) Adds a new cell with received blockElement as a content to the footer of the table.IElement>
TableTable.addHeaderCell
(BlockElement blockElement) Adds a new cell with received blockElement as a content to the header of the table.Modifier and TypeMethodDescriptionAbstractElement.getChildren()
Gets the child elements of this elementsIAbstractElement.getChildren()
Gets the child elements of this elements. -
Uses of IElement in com.itextpdf.layout.properties
Modifier and TypeMethodDescriptionIListSymbolFactory.createSymbol
(int index, IPropertyContainer list, IPropertyContainer listItem) Creates symbol. -
Uses of IElement in com.itextpdf.layout.renderer
ModifierConstructorDescriptionprotected
AbstractRenderer
(IElement modelElement) Creates a renderer for the specified layout element.protected
BlockRenderer
(IElement modelElement) Creates a BlockRenderer from its corresponding layout object.