Package com.itextpdf.layout.tagging
Class TaggingHintKey
java.lang.Object
com.itextpdf.layout.tagging.TaggingHintKey
TaggingHintKey instances are created in the scope of
RootRenderer.addChild(IRenderer)
to preserve logical order of layout elements from model elements.
-
Method Summary
Modifier and TypeMethodDescriptionGet accessible element.Gets the TagTreePointer.void
Sets the TagTreePointer.
-
Method Details
-
getAccessibleElement
Get accessible element.- Returns:
- the accessible element.
-
getTagPointer
Gets the TagTreePointer.- Returns:
-
the
TagTreePointer
or null if there is no associated one yet.
-
setTagPointer
Sets the TagTreePointer.- Parameters:
-
tag
- the TagTreePointer to set.
-