normalize_field_types method

normalize_field_types()

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

def normalize_field_types(self):
    ...

Remarks

Use this method after document changes that affect field types.

To change field type values in the whole document use Document.normalize_field_types().

See Also