메인 콘텐츠로 건너뛰기

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.

DocumentChangeTypeEnum 열거형 상수는 문서 또는 페이지 사본에서 변경된 콘텐츠 유형을 지정하는 데 사용됩니다.
typedef enum {
 DCT_Picture,
 DCT_Text
} DocumentChangeTypeEnum;

요소

NameDescription
DCT_Picture문서 또는 페이지 사본의 이미지가 수정되었습니다.
DCT_Text문서 또는 페이지 사본의 일부 텍스트가 수정되었습니다.

다음에서 사용됨

IChange::ChangeType