Unplanned
Last Updated: 20 May 2020 11:34 by ADMIN
Martin
Created on: 20 May 2020 11:32
Category: WordsProcessing
Type: Feature Request
0
WordsProcessing: Add support for Deleted Text XML element
 

This element specifies that this run contains literal text which shall be displayed in the document. The delText
element shall be used for all text runs which are part of a region of text that is contained in a deleted region
using the del element.

This is the preview (This is deleted text) of the following XML:

<w:p>
	<w:r>
		<w:t xml:space="preserve">This is </w:t>
	</w:r>
	<w:del w:author="Cooper W.">
		<w:r>
			<w:delText>deleted text</w:delText>
		</w:r>
	</w:del>
</w:p>

 

0 comments