Uses of Class
com.itextpdf.commons.actions.sequence.AbstractIdentifiableElement
Package
Description
-
Uses of AbstractIdentifiableElement in com.itextpdf.commons.actions.sequence
Modifier and TypeMethodDescriptionstatic SequenceId
SequenceIdManager.getSequenceId
(AbstractIdentifiableElement element) Gets an identifier of the element.static void
SequenceIdManager.setSequenceId
(AbstractIdentifiableElement element, SequenceId sequenceId) Provides anAbstractIdentifiableElement
with aSequenceId
. -
Uses of AbstractIdentifiableElement in com.itextpdf.kernel.actions.events
ModifierConstructorDescriptionLinkDocumentIdEvent
(PdfDocument document, AbstractIdentifiableElement identifiableElement) Creates a new instance of the event associating providedPdfDocument
with the appropriateAbstractIdentifiableElement
. -
Uses of AbstractIdentifiableElement in com.itextpdf.layout
Modifier and TypeClassDescriptionclass
This class is used for adding content directly onto a specifiedPdfCanvas
.class
Document is the default root element when creating a self-sufficient PDF.class
ElementPropertyContainer
IPropertyContainer> A generic abstract element that fits in a PDF layout object hierarchy.class
RootElement
IPropertyContainer> A generic abstract root element for a PDF layout object hierarchy.class
Container object for style properties of an element. -
Uses of AbstractIdentifiableElement in com.itextpdf.layout.element
Modifier and TypeClassDescriptionclass
AbstractElement
IElement> Defines the most common properties that mostIElement
implementations share.class
A layout object that terminates the current content area and creates a new one.class
BlockElement
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.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
A layout element that represents a self-contained block of textual and graphical information.class
class
ATable
is a layout element that represents data in a two-dimensional grid.class
AText
is a piece of text of any length.