Interface RichTextConfigurationTag

    • Method Detail

      • getTag

        String getTag()
        Get the tag name. Such as 'span'.
        Returns:
        The tag name. Cannot be empty or null.
      • getSynonyms

        Set<StringgetSynonyms()
        The tags that should be replaced by this one. For example, "b" should be replaced by "strong". Note that if "b" is handled otherwise, it will not be replaced.
        Returns:
        A non null set of tags.