Specifies the result when an editable region has been added to the document.

Members

Member Description
Combined The editable region was inserted and combined with an existing one. An editable region is combined with an existing one, when it overlaps or immediately follows it and has the same user name and id.
Error An unexpected error has occurred.
NoSelection The editable region wasn't inserted because there is no selection.
PositionInvalid The editable region wasn't inserted because the specified position values are invalid. Invalid start and/or length values have been specified.
SelectionTooComplex The editable region wasn't inserted because the selection is too complex. It is not a continuous sequence of characters.
Successful The editable region has successfully been inserted.