Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

ModificationTypeEnum enumeration constants specify the kind of modification made to the content of the document or page.
typedef enum {
 MT_Inserted,
 MT_Deleted,
 MT_Modified,
 } ModificationTypeEnum;

Elements

NameDescription
MT\_DeletedThe content was deleted from the copy.
MT\_InsertedThe content was inserted in the copy.
MT\_ModifiedThe content was modified.

Used in

IChange::ModificationType