Class AbstractIdentifiableElement
java.lang.Object
com.itextpdf.commons.actions.sequence.AbstractIdentifiableElement
- Direct Known Subclasses:
ElementPropertyContainer
The class allows to make any element identifiable so that it is possible to store some metadata
for it.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) SequenceIdObtains an identifier if it was set.(package private) voidsetSequenceId(SequenceId sequenceId) Sets an identifier.
-
Field Details
-
sequenceId
-
-
Constructor Details
-
AbstractIdentifiableElement
public AbstractIdentifiableElement()
-
-
Method Details
-
getSequenceId
-
setSequenceId
Sets an identifier.- Parameters:
sequenceId- is a new identifier for the element
-