Interface SpellCheckerHelper
-
@API(type=EXTENDABLE, src=PUBLIC) public interface SpellCheckerHelper
Helper utilties for the spell checker.- Since:
- 26.1
*********************************
EXPERIMENTAL - Subject to change
********************************
Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default boolean
isInlineNodeTransparentForSpellChecking(AuthorNode node)
Check if this inline element is transparent for spell checking.
-
-
-
Method Detail
-
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.
-
-