XLSXLayoutRetentionModeEnum

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

Name Description
XLLRM_Default No 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_ExactDocument Optimized for recreating the appearance of the original document, but does not necessarily retain the exact cells and lines of the original tables.
XLLRM_ExactLines Optimized for recreating the exact division into cells/lines of the original document tables.

Used in

IXLExportParams::LayoutRetentionMode

12.12.2022 20:26:03

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.