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