RangeNormalizeFieldTypes Method

Changes field type values FieldType of FieldStart, FieldSeparator, FieldEnd in this range so that they correspond to the field types contained in the field codes.

Namespace:  Aspose.Words
Assembly:  Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntax
public void NormalizeFieldTypes()
Remarks

Use this method after document changes that affect field types.

To change field type values in the whole document use NormalizeFieldTypes.

See Also