When inserting a document with a list, the list changes its number formatting.
I tried both InsertDocument and AppendDocument yet both results in the same problem.
(We need InsertDocument yet this sample states the problem in both cases)
Small visual example:
The document:
test
1. Test
2. Test
3. Test
Combined with itself results in:
test
1. Test
2. Test
3. Test
test
1) Test
2) Test
3) Test
What I found was that the style of the list of the inserted document was never set when inserted in the destination document.
As the Style property of a List is ReadOnly I
cannot test to override/workaround it.
Thanks,
Kris