Skip to main content
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