ModificationTypeEnum
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
Name | Description |
---|---|
MT_Deleted | The content was deleted from the copy. |
MT_Inserted | The content was inserted in the copy. |
MT_Modified | The content was modified. |
Used in
7/3/2024 8:50:25 AM