Uses of Interface
com.itextpdf.layout.element.IBlockElement
Packages that use IBlockElement
-
Uses of IBlockElement in com.itextpdf.layout
Methods in com.itextpdf.layout with parameters of type IBlockElementModifier and TypeMethodDescriptionDocument.add(IBlockElement element) RootElement.add(IBlockElement element) Adds an element to the root. -
Uses of IBlockElement in com.itextpdf.layout.element
Classes in com.itextpdf.layout.element that implement IBlockElementModifier and TypeClassDescriptionclassBlockElementIElement> ABlockElementwill try to take up as much horizontal space as available to it on the canvas or page.classclassADivis a container object that defines a section in a document, which will have some shared layout properties.classThis is a line separator element which is basically just a horizontal line with a style specified byILineDrawercustom drawing interface instance.classA 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.classA list item is a layout element that is one entry in aList.classA layout element that represents a self-contained block of textual and graphical information.classATableis a layout element that represents data in a two-dimensional grid.Methods in com.itextpdf.layout.element with parameters of type IBlockElementModifier and TypeMethodDescriptionCell.add(IBlockElement element) Adds any block element to the cell's contents.Div.add(IBlockElement element) Adds any block element to the div's contents.Paragraph.add(IBlockElement element)