메인 콘텐츠로 건너뛰기
이 객체는 인식된 텍스트를 XLS/XLSX 형식으로 내보낼 때 사용할 매개변수를 조정하는 기능을 제공합니다. 이 객체에 대한 포인터는 내보내기 메서드에 입력 매개변수로 전달되므로, 내보내기 결과에 영향을 줍니다. 이 형식의 새 객체를 만들면 모든 속성이 적절한 기본값으로 설정됩니다. 각 속성의 기본값에 대한 자세한 내용은 해당 속성의 설명을 참조하세요. XLExportParams 객체는 영속 객체입니다. 즉, 객체의 현재 상태를 영구 저장소에 기록할 수 있습니다. 이후 영구 저장소에서 객체 상태를 읽어 객체를 다시 만들 수 있습니다. 다음 메서드는 객체의 영속성을 지원합니다. Linux: SaveToFile, LoadFromFile Windows: SaveToFile, LoadFromFile, SaveToMemory, LoadFromMemory.

속성

,read-only

Engine 객체를 반환합니다.

이 속성은 인식된 텍스트를 XLS 형식으로 내보내는 방법을 결정합니다. MS Excel 5, MS Excel 8 또는 둘 다로 설정할 수 있습니다. XLSX 형식으로 내보낼 때는 이 속성의 값이 무시됩니다.

이 속성의 기본값은 XLFF_DoubleStream입니다.

이 속성을 사용하면 XLSX 형식으로 내보낼 때 원본 문서 표의 레이아웃을 유지하는 모드를 설정할 수 있습니다. 이 속성의 값을 기본값이 아닌 상수로 변경하면 TablesOnly, RemoveFormatting, OnePagePerWorksheet, WriteRunningTitles 속성은 무시됩니다.

XLS 형식으로 내보내는 경우에는 이 속성의 기본값만 허용됩니다.

이 속성의 기본값은 XLLRM_Default입니다.

이 속성이 TRUE이면 표 블록에서 인식된 텍스트만 XLS/XLSX 형식으로 내보냅니다.

LayoutRetentionMode 속성이 XLLRM_ExactDocument 또는 XLLRM_ExactLines인 경우 이 속성은 무시됩니다.

기본값은 FALSE입니다.

이 속성을 TRUE로 설정하면 ABBYY FineReader Engine이 XLS/XLSX 형식으로 내보낸 텍스트의 서식을 제거합니다.

LayoutRetentionMode 속성이 XLLRM_ExactDocument 또는 XLLRM_ExactLines인 경우 이 속성은 무시됩니다.

이 속성의 기본값은 FALSE입니다.

문서의 각 페이지를 XLSX 파일의 별도 워크시트로 내보낼지 여부를 지정합니다.

LayoutRetentionMode 속성이 XLLRM_ExactDocument 또는 XLLRM_ExactLines인 경우 이 속성은 무시됩니다.

이 속성의 기본값은 FALSE입니다.

인식된 텍스트의 숫자 값을 문자열이 아닌 숫자 형식으로 XLS/XLSX에 내보낼지 여부를 지정합니다.

이 속성의 기본값은 TRUE입니다.

출력 XLS/XLSX 파일에 연속 제목을 저장할지 여부를 지정합니다.

LayoutRetentionMode 속성이 XLLRM_ExactDocument 또는 XLLRM_ExactLines인 경우 이 속성은 무시됩니다.

이 속성의 기본값은 TRUE입니다.

,read-only

Specifies if the author, subject, title, and keywords of the document should be written into the output file. These parameters of the document are defined in thesubobject of theobject.

Specifies whether to use right-to-left worksheet direction in exported documents.

This property is FALSE by default.

Specifies if original colors of text are retained during export of the recognized text to XLSX format.

The text color can be retained during export only if theISynthesisParamsForPage::DetectTextColorproperty was set to TSPV_Yes or TSPV_Auto during page synthesis.

This property is FALSE by default.

Specifies the mode of background color saving when exporting to XLSX format. Only table cells background color can be saved. The background color of the text outside tables is not saved regardless of the value of this property.

The background color can be retained during export only if theISynthesisParamsForPage::DetectBackgroundColorproperty was set to TSPV_Yes or TSPV_Auto during page synthesis.

This property is BCM_DontSave by default.

Specifies page orientation during export in XLSX format. The value of this property is ignored, if the PaperSize property is XLPS_NotSpecified.

By default, the property is set to POM_Auto.

The POM_MostFrequent constant is not available for this property.

Specifies one of the standard paper sizes for XLSX file. If this property is XLPS_NotSpecified, the value of the PageOrientation property is ignored.

By default, the value of this property is XLPS_NotSpecified.

Specifies whether pictures must be written in files in XLSX format.

이 속성은 LayoutRetentionMode 속성이 XLLRM_Default인 경우에만 TRUE로 설정할 수 있습니다. LayoutRetentionMode 속성이 XLLRM_ExactDocument 또는 XLLRM_ExactLines로 설정된 경우, 그림은 자동으로 출력 파일에 기록됩니다.

The default value is FALSE.

Picture embedding is not supported for XLS format.

,read-only

Specifies the image format and JPEG quality which should be used for embedded pictures in the output file.

Picture embedding is not supported for XLS format.

메서드

이름설명
CopyFrom현재 객체의 속성을 다른 객체의 해당 속성 값으로 초기화합니다.
LoadFromFile디스크의 파일에서 객체의 내용을 복원합니다.
LoadFromMemory <Note> : Windows에서만. </Note>전역 메모리에서 객체의 내용을 복원합니다.
SaveToFile객체의 내용을 디스크의 파일에 저장합니다.
SaveToMemory <Note> : Windows에서만. </Note>객체의 내용을 전역 메모리에 저장합니다.
XLExportParams 객체 다이어그램

출력 매개변수

이 객체는 엔진 객체의 CreateXLExportParams 메서드에 대한 출력 매개변수입니다.

입력 매개변수

이 객체는 다음 메서드에 입력 매개변수로 전달됩니다.

샘플

이 객체는 다음 Linux 및 Windows용 코드 예제에서 사용됩니다: CommandLineInterface

참고 항목

내보내기 매개변수 조정 프로필 사용 속성 사용