Uses of Interface
com.itextpdf.layout.element.IElement
Packages that use IElement
Package
Description
-
Uses of IElement in com.itextpdf.forms.form.element
Subinterfaces of IElement in com.itextpdf.forms.form.elementModifier and TypeInterfaceDescriptioninterfaceCommon interface for HTML form elements.Classes in com.itextpdf.forms.form.element that implement IElementModifier and TypeClassDescriptionclassAn abstract class for fields that represents a control for selecting one or several of the provided options.classExtension of theFormFieldclass representing a button in html.classExtension of theFormFieldclass representing a checkbox so that aCheckBoxRendereris used instead of the default renderer for fields.classA field that represents a control for selecting one of the provided options.classFormField<T extends IFormField>Implementation of theAbstractElementclass for form fields.classExtension of theFormFieldclass representing a button so that aInputFieldRendereris used.classA field that represents a control for selecting one or several of the provided options.classExtension of theFormFieldclass representing a radio button so that aRadioRendereris used instead of the default renderer for fields.classExtension of theFormFieldclass representing a signature field in PDF.classExtension of theFormFieldclass representing a button so that aTextAreaRendereris used instead of the default renderer for fields.Fields in com.itextpdf.forms.form.element with type parameters of type IElementModifier and TypeFieldDescriptionSignatureFieldAppearance.contentElementsCollection of the layout elements which will be rendered as a signature content.Methods in com.itextpdf.forms.form.element that return types with arguments of type IElementModifier and TypeMethodDescriptionSignatureFieldAppearance.getContentElements()Gets the final content for this signature. -
Uses of IElement in com.itextpdf.layout
Fields in com.itextpdf.layout with type parameters of type IElementMethods in com.itextpdf.layout with parameters of type IElementModifier and TypeMethodDescriptionprivate TRootElement.addElement(IElement element) protected voidRootElement.createAndAddRendererSubTree(IElement element) -
Uses of IElement in com.itextpdf.layout.element
Classes in com.itextpdf.layout.element with type parameters of type IElementModifier and TypeClassDescriptionclassAbstractElement<T extends IElement>Defines the most common properties that mostIElementimplementations share.classBlockElement<T extends IElement>ABlockElementwill try to take up as much horizontal space as available to it on the canvas or page.Subinterfaces of IElement in com.itextpdf.layout.elementModifier and TypeInterfaceDescriptioninterfaceThe interface represents abstract layout element and provides an access to its children.interfaceThis class represents a block layout element with special margins, tabbing, and alignment.interfaceAILargeElementis a layout element which may get added to indefinitely, making the object prohibitively large.interfaceA marker subinterface ofIElementthat specifies that the layout object is, by definition, on the lowest tier in the object hierarchy.Classes in com.itextpdf.layout.element that implement IElementModifier and TypeClassDescriptionclassAbstractElement<T extends IElement>Defines the most common properties that mostIElementimplementations share.classA layout element that represents anonymous box, see https://developer.mozilla.org/en-US/docs/Web/CSS/Visual_formatting_model#anonymous_boxes.classA layout object that terminates the current content area and creates a new one.classBlockElement<T extends IElement>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.(package private) classAFlexContainerrepresents a container of the flex objects.classAGridContainerrepresents a container of the css grid object.classA layout element that represents an image for inclusion in the document model.classThis is a line separator element which is basically just a horizontal line with a style specified byILineDrawercustom drawing interface instance.classA clickable piece ofTextwhich contains alink annotation dictionary.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.classrepresents a container of the column objects.classA layout element that represents a self-contained block of textual and graphical information.classclassATableis a layout element that represents data in a two-dimensional grid.classATextis a piece of text of any length.Fields in com.itextpdf.layout.element with type parameters of type IElementMethods in com.itextpdf.layout.element with type parameters of type IElementModifier and TypeMethodDescriptionTable.addCell(BlockElement<T> blockElement) Adds a new cell with received blockElement as a content.Table.addFooterCell(BlockElement<T> blockElement) Adds a new cell with received blockElement as a content to the footer of the table.Table.addHeaderCell(BlockElement<T> blockElement) Adds a new cell with received blockElement as a content to the header of the table.Methods in com.itextpdf.layout.element that return types with arguments of type IElementModifier 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
Methods in com.itextpdf.layout.properties that return IElementModifier and TypeMethodDescriptionIListSymbolFactory.createSymbol(int index, IPropertyContainer list, IPropertyContainer listItem) Creates symbol. -
Uses of IElement in com.itextpdf.layout.renderer
Constructors in com.itextpdf.layout.renderer with parameters of type IElementModifierConstructorDescriptionprotectedAbstractRenderer(IElement modelElement) Creates a renderer for the specified layout element.protectedBlockRenderer(IElement modelElement) Creates a BlockRenderer from its corresponding layout object. -
Uses of IElement in com.itextpdf.pdfua.checkers.utils.tables
Fields in com.itextpdf.pdfua.checkers.utils.tables with type parameters of type IElement -
Uses of IElement in com.itextpdf.svg.element
Classes in com.itextpdf.svg.element that implement IElementModifier and TypeClassDescriptionclassA layout element that represents SVG image for inclusion in the document model. -
Uses of IElement in com.itextpdf.svg.renderers.impl
Methods in com.itextpdf.svg.renderers.impl with parameters of type IElementModifier and TypeMethodDescription(package private) voidTextSvgBranchRenderer.applyFontProperties(IElement element, SvgDrawContext context) (package private) voidTextSvgBranchRenderer.applyTextRenderingMode(IElement element)