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 boolean
onTagFinish(LayoutTaggingHelper taggingHelper, TaggingHintKey taggingHintKey)
Action which creates required children structure for the role.private void
removeTagUnavailableInPriorToOneDotFivePdf(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: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.
-
removeTagUnavailableInPriorToOneDotFivePdf
private void removeTagUnavailableInPriorToOneDotFivePdf(TaggingHintKey taggingHintKey, LayoutTaggingHelper taggingHelper)
-
-