Unplanned
Last Updated: 02 Jan 2024 07:47 by Muhammad
Muhammad
Created on: 02 Jan 2024 07:47
Category: WordsProcessing
Type: Bug Report
0
WordsProcessing: NumberingFieldsProvider: Wrong PageRef calculations when headings on several pages

Workaround:

Setting the IsDirty property of the FiledInfo object to "true" in order to recalculate layout and update the fields when the document is opened in a viewer:
var fieldInfo = editor.InsertField("TOC");
fieldInfo.UpdateField();
fieldInfo.IsDirty = true;
0 comments