XLExportSettings Object (COM-based API)
This object provides functionality for configuring the export of recognized text to XLS format. The IXLExportSettings interface is a child object of the IOutputFormatSettings interface and inherits all its properties. It is an element of the OutputFormatSettingsCollection collection.
Properties
Name | Type | Description |
ConvertNumericValuesToNumbers | Boolean | Specifies whether numerical values in recognized text are to be exported to XLS format as numbers. The default value is TRUE. |
IgnoreTextOutsideTables | Boolean | If this property is set to TRUE, only text from table blocks is exported into XLS format. The default value is FALSE. |
See also
3/26/2024 1:49:49 PM