Class AbstractIdentifiableElement

java.lang.Object
com.itextpdf.commons.actions.sequence.AbstractIdentifiableElement
Direct Known Subclasses:
ElementPropertyContainer

public abstract class AbstractIdentifiableElement extends Object
The class allows to make any element identifiable so that it is possible to store some metadata for it.
  • Field Details

  • Constructor Details

    • AbstractIdentifiableElement

      public AbstractIdentifiableElement()
  • Method Details

    • getSequenceId

      SequenceId getSequenceId()
      Obtains an identifier if it was set.
      Returns:
      identifier
    • setSequenceId

      void setSequenceId(SequenceId sequenceId)
      Sets an identifier.
      Parameters:
      sequenceId - is a new identifier for the element