Aspose::Words::Range::NormalizeFieldTypes method

Range::NormalizeFieldTypes 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.

void Aspose::Words::Range::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