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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
onTagFinish(LayoutTaggingHelper taggingHelper, TaggingHintKey taggingHintKey)
Action which creates required children structure for the role.
-
-
-
Method Detail
-
onTagFinish
boolean onTagFinish(LayoutTaggingHelper taggingHelper, TaggingHintKey taggingHintKey)
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.
-
-