Function EditableContent.lineIsEmpty

return true if line with index lineIndex is empty (has length 0 or consists only of spaces and tabs)

bool lineIsEmpty(
  int lineIndex
);