/**
  * Removes text from the chat window at the specified position/length
  *
  * @param windowNumber
  * @param offset
  * @param length
  */
 public void wYSIWYGUpdateDocumentRemove(int windowNumber, int offset, int length) {
   jcf.wYSIWYGUpdateDocumentRemove(windowNumber, offset, length);
 }