Specifies the result when a subtextpart has been added to the document. The object has the following properties:
Introduced: X16.
Member | Description |
---|---|
Error | An unexpected error has occurred. |
Successful | The subtextpart has successfully been inserted. |
No |
The subtextpart wasn't inserted because there is no selection. |
Selection |
The subtextpart wasn't inserted because the selection is too complex. It is not a continuous sequence of characters. |
Position |
The subtextpart wasn't inserted because the specified position values are invalid. Invalid start and / or length values have been specified. |
Already |
The subtextpart wasn't inserted because it already exists. |
Overlapping | The subtextpart wasn't inserted because it overlaps with an existing textpart. |
Combined | The subtextpart was inserted and combined with an existing one. A subtextpart is combined with an existing one, when it immediately follows it and has the same name and id. |