Class TableTaggingPriorToOneFiveVersionRule
java.lang.Object
com.itextpdf.layout.tagging.TableTaggingPriorToOneFiveVersionRule
- All Implemented Interfaces:
ITaggingRule
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanonTagFinish(LayoutTaggingHelper taggingHelper, TaggingHintKey taggingHintKey) Action which creates required children structure for the role.private voidremoveTagUnavailableInPriorToOneDotFivePdf(TaggingHintKey taggingHintKey, LayoutTaggingHelper taggingHelper)
-
Field Details
-
finishForbidden
-
-
Constructor Details
-
TableTaggingPriorToOneFiveVersionRule
TableTaggingPriorToOneFiveVersionRule()
-
-
Method Details
-
onTagFinish
Description copied from interface:ITaggingRuleAction which creates required children structure for the role.- Specified by:
onTagFinishin interfaceITaggingRule- Parameters:
taggingHelper- tagging helper.taggingHintKey- element for which children structure will be created.- Returns:
trueif the structure was created successfully,falseotherwise.
-