Class TaggingHintKey

java.lang.Object
com.itextpdf.layout.tagging.TaggingHintKey

public final class TaggingHintKey extends Object
TaggingHintKey instances are created in the scope of RootRenderer.addChild(IRenderer) to preserve logical order of layout elements from model elements.
  • Method Details

    • getAccessibleElement

      public IAccessibleElement getAccessibleElement()
      Get accessible element.
      Returns:
      the accessible element.
    • getTagPointer

      public TagTreePointer getTagPointer()
      Gets the TagTreePointer.
      Returns:
      the TagTreePointer or null if there is no associated one yet.
    • setTagPointer

      public void setTagPointer (TagTreePointer tag)
      Sets the TagTreePointer.
      Parameters:
      tag - the TagTreePointer to set.