Unplanned
Last Updated: 19 Dec 2023 16:04 by Anthony
Anthony
Created on: 19 Dec 2023 16:04
Category: WordsProcessing
Type: Bug Report
0
WordsProcessing: Merging documents containing lists sometimes doesn't properly resolve the ListId properties

Merging (with RadFlowDocumentEditor's InsertDocument method) documents containing lists sometimes doesn't properly resolve the ListId properties.

Workaround: Removing the list with bullets resolves the issue as there is only one ListId to pick from:

document.Lists.Remove(1); 

 

0 comments