Package com.itextpdf.layout.tagging
Class TableTaggingPriorToOneFiveVersionRule
- java.lang.Object
-
- com.itextpdf.layout.tagging.TableTaggingPriorToOneFiveVersionRule
-
- All Implemented Interfaces:
ITaggingRule
class TableTaggingPriorToOneFiveVersionRule extends java.lang.Object implements ITaggingRule
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Set<TaggingHintKey>finishForbidden
-
Constructor Summary
Constructors Constructor Description TableTaggingPriorToOneFiveVersionRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanonTagFinish(LayoutTaggingHelper taggingHelper, TaggingHintKey taggingHintKey)Action which creates required children structure for the role.private voidremoveTagUnavailableInPriorToOneDotFivePdf(TaggingHintKey taggingHintKey, LayoutTaggingHelper taggingHelper)
-
-
-
Field Detail
-
finishForbidden
private java.util.Set<TaggingHintKey> finishForbidden
-
-
Method Detail
-
onTagFinish
public boolean onTagFinish(LayoutTaggingHelper taggingHelper, TaggingHintKey taggingHintKey)
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.
-
removeTagUnavailableInPriorToOneDotFivePdf
private void removeTagUnavailableInPriorToOneDotFivePdf(TaggingHintKey taggingHintKey, LayoutTaggingHelper taggingHelper)
-
-