checkParagraph abstract method

void checkParagraph(
  1. String nodeId,
  2. String plainText
)

Requests a spell check for nodeId with text plainText.

Implementation

void checkParagraph(String nodeId, String plainText);