Hi - we are building a system where we rely heavily on manipulating DOCX files, using your tool. I currently have a situation where I would have paragraph with a single run, and I need to delete - lets say the bottom half of this text. Doing this by replacing the run range or setting the run text to the upper half results in aspose doing a full delete revision of the original text and then an insert revision for the updated text. The optimal scenario would be that the top part of the text remains untouched, and then the delete revision would only contain the lower half of the text
Can this be achieved somehow?
Best regards,
Kim