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 interfaceIFormFieldCommon interface for HTML form elements.Classes in com.itextpdf.forms.form.element that implement IBlockElement Modifier and Type Class Description classAbstractSelectFieldAn abstract class for fields that represents a control for selecting one or several of the provided options.classButtonExtension of theFormFieldclass representing a button in html.classCheckBoxExtension of theFormFieldclass representing a checkbox so that aCheckBoxRendereris used instead of the default renderer for fields.classComboBoxFieldA field that represents a control for selecting one of the provided options.classFormField<T extends IFormField>Implementation of theAbstractElementclass for form fields.classInputFieldExtension of theFormFieldclass representing a button so that aInputFieldRendereris used.classListBoxFieldA field that represents a control for selecting one or several of the provided options.classRadioExtension of theFormFieldclass representing a radio button so that aRadioRendereris used instead of the default renderer for fields.classSignatureFieldAppearanceExtension of theFormFieldclass representing a signature field in PDF.classTextAreaExtension of theFormFieldclass representing a button so that aTextAreaRendereris used instead of the default renderer for fields.Fields in com.itextpdf.forms.form.element declared as IBlockElement Modifier and Type Field Description private IBlockElementSelectFieldItem. optionElementThe option element of the item.Methods in com.itextpdf.forms.form.element that return IBlockElement Modifier and Type Method Description IBlockElementSelectFieldItem. 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 ButtonButton. 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 DocumentDocument. add(IBlockElement element)TRootElement. 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 classAnonymousInlineBoxA layout element that represents anonymous box, see https://developer.mozilla.org/en-US/docs/Web/CSS/Visual_formatting_model#anonymous_boxes.classBlockElement<T extends IElement>ABlockElementwill try to take up as much horizontal space as available to it on the canvas or page.classCellclassDivADivis a container object that defines a section in a document, which will have some shared layout properties.(package private) classFlexContainerAFlexContainerrepresents a container of the flex objects.classGridContainerAGridContainerrepresents a container of the css grid object.classLineSeparatorThis is a line separator element which is basically just a horizontal line with a style specified byILineDrawercustom drawing interface instance.classListA 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.classListItemA list item is a layout element that is one entry in aList.classMulticolContainerrepresents a container of the column objects.classParagraphA layout element that represents a self-contained block of textual and graphical information.classTableATableis 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 CellCell. add(IBlockElement element)Adds any block element to the cell's contents.DivDiv. add(IBlockElement element)Adds any block element to the div's contents.ParagraphParagraph. add(IBlockElement element)
-