메인 콘텐츠로 건너뛰기

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.

BackgroundColorModeEnum 열거형 상수는 내보낼 때 배경 컬러를 저장하는 모드를 나타내는 데 사용됩니다.
typedef enum {
 BCM_DontSave,
 BCM_BlackWhite,
 BCM_ColorForInverted,
 BCM_Color
} BackgroundColorModeEnum;

요소

NameDescription
BCM_BlackWhite배경은 흑백으로 저장됩니다.
BCM_Color배경 컬러가 저장됩니다.
BCM_ColorForInverted반전된 블록에만 배경 컬러가 저장됩니다.
BCM_DontSave배경 컬러는 저장되지 않습니다.

사용되는 위치

IRTFExportParams::BackgroundColorMode IXLExportParams::BackgroundColorMode IPPTExportParams::BackgroundColorMode