Uses of Interface
com.itextpdf.layout.element.IBlockElement
-
Packages that use IBlockElement Package Description com.itextpdf.forms.form.element com.itextpdf.layout com.itextpdf.layout.element -
-
Uses of IBlockElement in com.itextpdf.forms.form.element
Subinterfaces of IBlockElement in com.itextpdf.forms.form.element Modifier and Type Interface Description interface
IFormField
Common interface for HTML form elements.Classes in com.itextpdf.forms.form.element that implement IBlockElement Modifier and Type Class Description class
AbstractSelectField
An abstract class for fields that represents a control for selecting one or several of the provided options.class
Button
Extension of theFormField
class representing a button in html.class
CheckBox
Extension of theFormField
class representing a checkbox so that aCheckBoxRenderer
is used instead of the default renderer for fields.class
ComboBoxField
A field that represents a control for selecting one of the provided options.class
FormField<T extends IFormField>
Implementation of theAbstractElement
class for form fields.class
InputField
Extension of theFormField
class representing a button so that aInputFieldRenderer
is used.class
ListBoxField
A field that represents a control for selecting one or several of the provided options.class
Radio
Extension of theFormField
class representing a radio button so that aRadioRenderer
is used instead of the default renderer for fields.class
SignatureFieldAppearance
Extension of theFormField
class representing a signature field in PDF.class
TextArea
Extension of theFormField
class representing a button so that aTextAreaRenderer
is used instead of the default renderer for fields.Fields in com.itextpdf.forms.form.element declared as IBlockElement Modifier and Type Field Description private IBlockElement
SelectFieldItem. optionElement
The option element of the item.Methods in com.itextpdf.forms.form.element that return IBlockElement Modifier and Type Method Description IBlockElement
SelectFieldItem. getElement()
Get the option element of the item.Methods in com.itextpdf.forms.form.element with parameters of type IBlockElement Modifier and Type Method Description Button
Button. add(IBlockElement element)
Adds any block element to the div's contents.Constructors in com.itextpdf.forms.form.element with parameters of type IBlockElement Constructor Description SelectFieldItem(java.lang.String value, IBlockElement optionElement)
Create a newSelectFieldItem
.SelectFieldItem(java.lang.String exportValue, java.lang.String displayValue, IBlockElement optionElement)
Create a newSelectFieldItem
. -
Uses of IBlockElement in com.itextpdf.layout
Methods in com.itextpdf.layout with parameters of type IBlockElement Modifier and Type Method Description Document
Document. add(IBlockElement element)
T
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 IBlockElement Modifier and Type Class Description class
BlockElement<T extends IElement>
ABlockElement
will try to take up as much horizontal space as available to it on the canvas or page.class
Cell
class
Div
ADiv
is a container object that defines a section in a document, which will have some shared layout properties.(package private) class
FlexContainer
AFlexContainer
represents a container of the flex objects.class
GridContainer
AGridContainer
represents a container of the css grid object.class
LineSeparator
This is a line separator element which is basically just a horizontal line with a style specified byILineDrawer
custom drawing interface instance.class
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.class
ListItem
A list item is a layout element that is one entry in aList
.class
MulticolContainer
represents a container of the column objects.class
Paragraph
A layout element that represents a self-contained block of textual and graphical information.class
Table
ATable
is a layout element that represents data in a two-dimensional grid.Methods in com.itextpdf.layout.element with parameters of type IBlockElement Modifier and Type Method Description Cell
Cell. add(IBlockElement element)
Adds any block element to the cell's contents.Div
Div. add(IBlockElement element)
Adds any block element to the div's contents.Paragraph
Paragraph. add(IBlockElement element)
-