iText 8.0.5 API
iText.Layout.Tagging.TaggingHintKey Class Reference

TaggingHintKey instances are created in the scope of iText.Layout.Renderer.RootRenderer.AddChild(iText.Layout.Renderer.IRenderer) to preserve logical order of layout elements from model elements. More...

Public Member Functions

IAccessibleElement  GetAccessibleElement ()
  Get accessible element. More...
 
TagTreePointer  GetTagPointer ()
  Gets the TagTreePointer. More...
 
void  SetTagPointer (TagTreePointer tag)
  Sets the TagTreePointer. More...
 

Detailed Description

TaggingHintKey instances are created in the scope of iText.Layout.Renderer.RootRenderer.AddChild(iText.Layout.Renderer.IRenderer) to preserve logical order of layout elements from model elements.

Member Function Documentation

◆ GetAccessibleElement()

IAccessibleElement iText.Layout.Tagging.TaggingHintKey.GetAccessibleElement ( )
inline

Get accessible element.

Returns
the accessible element.

◆ GetTagPointer()

TagTreePointer iText.Layout.Tagging.TaggingHintKey.GetTagPointer ( )
inline

Gets the TagTreePointer.

Returns
the iText.Kernel.Pdf.Tagutils.TagTreePointer or null if there is no associated one yet.

◆ SetTagPointer()

void iText.Layout.Tagging.TaggingHintKey.SetTagPointer ( TagTreePointer  tag )
inline

Sets the TagTreePointer.

Parameters
tag the TagTreePointer to set.