Interface SpellCheckerHelper

All Known Implementing Classes:
DITASpellCheckerHelper

@API(type=EXTENDABLE, src=PUBLIC) public interface SpellCheckerHelper
Helper utilties for the spell checker.
Since:
26.1
  • Method Details

    • isInlineNodeTransparentForSpellChecking

      default boolean isInlineNodeTransparentForSpellChecking(AuthorNode node)
      Check if this inline element is transparent for spell checking.
      Parameters:
      node - The author node.
      Returns:
      true if this inline node is transparent and if there is content like textword2 then the spell check should consider "textword2" a word to be checked.