跳转到主要内容
DocumentChangeTypeEnum 枚举常量用于指定文档或页面副本中发生更改的内容类型。
typedef enum {
 DCT_Picture,
 DCT_Text
} DocumentChangeTypeEnum;

元素

名称说明
DCT_Picture文档或页面副本中的图片已修改。
DCT_Text文档或页面副本中的部分文本已修改。

用于

IChange::ChangeType