Package com.itextpdf.layout.tagging
Interface ITaggingRule
-
- All Known Implementing Classes:
TableTaggingPriorToOneFiveVersionRule,TableTaggingRule,THTaggingRule
interface ITaggingRuleImplementation 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 booleanonTagFinish(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:
trueif the structure was created successfully,falseotherwise.
-
-