Package com.itextpdf.layout.tagging
Interface ITaggingRule
- All Known Implementing Classes:
TableTaggingPriorToOneFiveVersionRule
,TableTaggingRule
,THTaggingRule
interface ITaggingRule
Implementation of the interface is used to create required children
structure for the specified role. E.g. table must have TRs as children.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
onTagFinish
(LayoutTaggingHelper taggingHelper, TaggingHintKey taggingHintKey) Action which creates required children structure for the role.
-
Method Details
-
onTagFinish
Action which creates required children structure for the role.- Parameters:
taggingHelper
- tagging helper.taggingHintKey
- element for which children structure will be created.- Returns:
true
if the structure was created successfully,false
otherwise.
-