Uses of Class
com.itextpdf.commons.actions.sequence.AbstractIdentifiableElement
-
-
Uses of AbstractIdentifiableElement in com.itextpdf.commons.actions.sequence
Methods in com.itextpdf.commons.actions.sequence with parameters of type AbstractIdentifiableElement Modifier and Type Method Description static SequenceIdSequenceIdManager. getSequenceId(AbstractIdentifiableElement element)Gets an identifier of the element.static voidSequenceIdManager. setSequenceId(AbstractIdentifiableElement element, SequenceId sequenceId)Provides anAbstractIdentifiableElementwith aSequenceId. -
Uses of AbstractIdentifiableElement in com.itextpdf.forms.form.element
Subclasses of AbstractIdentifiableElement in com.itextpdf.forms.form.element 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. -
Uses of AbstractIdentifiableElement in com.itextpdf.kernel.actions.events
Constructors in com.itextpdf.kernel.actions.events with parameters of type AbstractIdentifiableElement Constructor Description LinkDocumentIdEvent(PdfDocument document, AbstractIdentifiableElement identifiableElement)Creates a new instance of the event associating providedPdfDocumentwith the appropriateAbstractIdentifiableElement. -
Uses of AbstractIdentifiableElement in com.itextpdf.layout
Subclasses of AbstractIdentifiableElement in com.itextpdf.layout Modifier and Type Class Description classCanvasThis class is used for adding content directly onto a specifiedPdfCanvas.classDocumentDocument is the default root element when creating a self-sufficient PDF.classElementPropertyContainer<T extends IPropertyContainer>A generic abstract element that fits in a PDF layout object hierarchy.classRootElement<T extends IPropertyContainer>A generic abstract root element for a PDF layout object hierarchy.classStyleContainer object for style properties of an element. -
Uses of AbstractIdentifiableElement in com.itextpdf.layout.element
Subclasses of AbstractIdentifiableElement in com.itextpdf.layout.element Modifier and Type Class Description classAbstractElement<T extends IElement>Defines the most common properties that mostIElementimplementations share.classAnonymousInlineBoxA layout element that represents anonymous box, see https://developer.mozilla.org/en-US/docs/Web/CSS/Visual_formatting_model#anonymous_boxes.classAreaBreakA 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.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.classImageA layout element that represents an image for inclusion in the document model.classLineSeparatorThis is a line separator element which is basically just a horizontal line with a style specified byILineDrawercustom drawing interface instance.classLinkA clickable piece ofTextwhich contains alink annotation dictionary.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.classTabclassTableATableis a layout element that represents data in a two-dimensional grid.classTextATextis a piece of text of any length. -
Uses of AbstractIdentifiableElement in com.itextpdf.svg.element
Subclasses of AbstractIdentifiableElement in com.itextpdf.svg.element Modifier and Type Class Description classSvgImageA layout element that represents SVG image for inclusion in the document model.
-