Hi Team,
Could you please help how to keep styling of target document while importing node. I am using “ImportFormatMode.UseDestinationStyles” this doesn’t work.
Hi Team,
Could you please help how to keep styling of target document while importing node. I am using “ImportFormatMode.UseDestinationStyles” this doesn’t work.
@Amisha43 If you need to preserve original documents formatting, please try using ImportFormatMode.KeepSourceFormatting
. When ImportFormatMode.UseDestinationStyles
is used, the inserted or appended document uses the destination document styles and only new styles, which are not present in the destination document, are copied.
How can we maintain if we replacing text in document from another document.
@Amisha43 Could you please provide you template, source document, current output and expected output documents here along with code that will allow us to reproduce the problem? We will check the issue and provide you more information.