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 Summary
Modifier and TypeMethodDescriptiondefault boolean
Check if this inline element is transparent for spell checking.
-
Method Details
-
isInlineNodeTransparentForSpellChecking
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.
-