메인 콘텐츠로 건너뛰기

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.

CheckmarkCheckStateEnum 열거형 상수는 체크마크 블록의 상태를 지정하는 데 사용됩니다.
typedef enum {
 CMCS_NotChecked,
 CMCS_Checked,
 CMCS_Corrected,
 CMCS_NotRecognized
} CheckmarkCheckStateEnum;

요소

NameDescription
CMCS_Checked선택됨.
CMCS_Corrected체크마크가 선택되었지만 나중에 X표로 취소되었습니다.

참고: 체크마크의 유형이 CMT_Custom인 경우, 인식된 체크마크는 이 상태가 될 수 없습니다.
CMCS_NotChecked선택되지 않음.
CMCS_NotRecognized체크마크가 아직 인식되지 않았습니다.

사용 위치

ICheckmarkBlock::CheckmarkState