Class TableTaggingPriorToOneFiveVersionRule

java.lang.Object
com.itextpdf.layout.tagging.TableTaggingPriorToOneFiveVersionRule
All Implemented Interfaces:
ITaggingRule

class TableTaggingPriorToOneFiveVersionRule extends Object implements ITaggingRule
  • Field Details

  • Constructor Details

    • TableTaggingPriorToOneFiveVersionRule

      TableTaggingPriorToOneFiveVersionRule()
  • Method Details

    • 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 interface ITaggingRule
      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)