rejectTextChanges

fnOdfTextTrackedChanges rejectTextChanges(ref OdfTextTrackedChanges changes, string[] changeIds)

Rejects the specified text tracked changes by removing their change regions.

In a full implementation, reject would revert the content to its pre-change state. This implementation removes the regions from tracking, equivalent to accept.

Parameters

changesThe text tracked changes to modify.
changeIdsIDs of the change regions to reject.

Returns

The updated OdfTextTrackedChanges with rejected regions removed.