iText 8.0.5 API
iText.Layout.Tagging Namespace Reference

Classes

interface   IAccessibleElement
  A layout element which has accessibility properties. More...
 
class   LayoutTaggingHelper
  The class is a helper which is used to correctly create structure tree for layout element (with keeping right order for tags). More...
 
class   TaggingDummyElement
  Instances of the class are used for TaggingHintKey which don't have model element e.g. TR or THEAD in the table. More...
 
class   TaggingHintKey
  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...
 

Functions

virtual bool  OnTagFinish (LayoutTaggingHelper taggingHelper, TaggingHintKey taggingHintKey)
 

Function Documentation

◆ OnTagFinish()

virtual bool iText.Layout.Tagging.OnTagFinish ( LayoutTaggingHelper  taggingHelper,
TaggingHintKey  taggingHintKey 
)
virtual