Uses of Interface
com.itextpdf.layout.tagging.IAccessibleElement
Packages that use IAccessibleElement
Package
Description
-
Uses of IAccessibleElement in com.itextpdf.forms.form.element
Classes in com.itextpdf.forms.form.element that implement IAccessibleElementModifier and TypeClassDescriptionclass
An abstract class for fields that represents a control for selecting one or several of the provided options.class
Extension of theFormField
class representing a button in html.class
Extension of theFormField
class representing a checkbox so that aCheckBoxRenderer
is used instead of the default renderer for fields.class
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
Extension of theFormField
class representing a button so that aInputFieldRenderer
is used.class
A field that represents a control for selecting one or several of the provided options.class
Extension of theFormField
class representing a radio button so that aRadioRenderer
is used instead of the default renderer for fields.class
Extension of theFormField
class representing a signature field in PDF.class
Extension of theFormField
class representing a button so that aTextAreaRenderer
is used instead of the default renderer for fields. -
Uses of IAccessibleElement in com.itextpdf.layout.element
Classes in com.itextpdf.layout.element that implement IAccessibleElementModifier and TypeClassDescriptionclass
BlockElement<T extends 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.(package private) class
AFlexContainer
represents a container of the flex objects.class
AGridContainer
represents a container of the css grid object.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
represents a container of the column objects.class
A layout element that represents a self-contained block of textual and graphical information.class
ATable
is a layout element that represents data in a two-dimensional grid.class
AText
is a piece of text of any length. -
Uses of IAccessibleElement in com.itextpdf.layout.tagging
Classes in com.itextpdf.layout.tagging that implement IAccessibleElementModifier and TypeClassDescriptionclass
Instances of the class are used forTaggingHintKey
which don't have model element e.g.Fields in com.itextpdf.layout.tagging declared as IAccessibleElementMethods in com.itextpdf.layout.tagging that return IAccessibleElementConstructors in com.itextpdf.layout.tagging with parameters of type IAccessibleElementModifierConstructorDescription(package private)
TaggingHintKey
(IAccessibleElement elem, boolean createdElementBased) Instantiate a newTaggingHintKey
instance. -
Uses of IAccessibleElement in com.itextpdf.svg.element
Classes in com.itextpdf.svg.element that implement IAccessibleElementModifier and TypeClassDescriptionclass
A layout element that represents SVG image for inclusion in the document model.