Class TableTaggingPriorToOneFiveVersionRule

  • All Implemented Interfaces:
    ITaggingRule

    class TableTaggingPriorToOneFiveVersionRule
    extends java.lang.Object
    implements ITaggingRule
    • Field Detail

      • finishForbidden

        private java.util.Set<TaggingHintKey> finishForbidden
    • Constructor Detail

      • TableTaggingPriorToOneFiveVersionRule

        TableTaggingPriorToOneFiveVersionRule()
    • 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 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)