Dear Sir or Madam,
Here is my scenario.
- Create a table.
- Append with this table the last section’s body.
- Verify that table.ParentNode is this body.
- Call UpdatePageLayout.
After this call table.ParentNode == null. Is it expected behavior? In my understanding any operation on layout shouldn’t affect the document tree. Is there any way to avoid setting ParentNode to null in this case?
Regards,
Alex ParentLink.zip (272.6 KB)