Skip to main content

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.

XLSXLayoutRetentionModeEnum enumeration constants are used to describe available modes of retaining original document tables’ formatting during export to XLSX.
typedef enum {
 XLLRM_Default,
 XLLRM_ExactDocument,
 XLLRM_ExactLines
} XLSXLayoutRetentionModeEnum;

Elements

NameDescription
XLLRM\_DefaultNo specific settings. In this mode you can fine-tune the tables’ layout using other properties of the XLExportParams object. See its description for details.
XLLRM\_ExactDocumentOptimized for recreating the appearance of the original document, but does not necessarily retain the exact cells and lines of the original tables.
XLLRM\_ExactLinesOptimized for recreating the exact division into cells/lines of the original document tables.

Used in

IXLExportParams::LayoutRetentionMode