Uses of Interface
com.itextpdf.layout.tagging.IAccessibleElement
Packages that use IAccessibleElement
Package
Description
-
Uses of IAccessibleElement in com.itextpdf.forms.fields
Methods in com.itextpdf.forms.fields with parameters of type IAccessibleElementModifier and TypeMethodDescriptionstatic voidPdfFormField.applyAccessibilityProperties(PdfFormField formField, IAccessibleElement modelElement, PdfDocument pdfDocument) AppliesAccessibilityPropertiesfor provided form field and its annotation children. -
Uses of IAccessibleElement in com.itextpdf.forms.form.element
Classes in com.itextpdf.forms.form.element that implement IAccessibleElementModifier 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. -
Uses of IAccessibleElement in com.itextpdf.layout.element
Classes in com.itextpdf.layout.element that implement IAccessibleElementModifier and TypeClassDescriptionclassA 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.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.classATableis a layout element that represents data in a two-dimensional grid.classATextis 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 TypeClassDescriptionclassInstances of the class are used forTaggingHintKeywhich 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 newTaggingHintKeyinstance. -
Uses of IAccessibleElement in com.itextpdf.signatures
Methods in com.itextpdf.signatures with parameters of type IAccessibleElementModifier and TypeMethodDescriptionprotected voidPdfSigner.applyAccessibilityProperties(PdfFormField formField, IAccessibleElement modelElement, PdfDocument pdfDocument) AppliesAccessibilityPropertiesfor provided signature field. -
Uses of IAccessibleElement in com.itextpdf.svg.element
Classes in com.itextpdf.svg.element that implement IAccessibleElementModifier and TypeClassDescriptionclassA layout element that represents SVG image for inclusion in the document model.