Interface for CXlsxOutputParams wrapper.
More...
Go to the source code of this file.
Interface for CXlsxOutputParams wrapper.
◆ CXlsxOutputParams_Create()
Create is instantiating a new instance of CXlsxOutputParams and associated data object.
- Parameters
-
| evSpreadsheetLayout | spreadsheet layout type |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
- Returns
- New instance of CXlsxOutputParams
◆ CXlsxOutputParams_Destroy()
| void CXlsxOutputParams_Destroy |
( |
CXlsxOutputParams |
argCXlsxOutputParams, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Destroys a CXlsxOutputParams handle.
- Parameters
-
| argCXlsxOutputParams | CXlsxOutputParams handle to destroy |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CXlsxOutputParams_GetJpegCompressionOptions()
getter for the Jpeg Compression Options.
- Returns
- the Jpeg compression options object
- Parameters
-
| argCXlsxOutputParams | CXlsxOutputParams handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CXlsxOutputParams_GetSpreadsheetLayout()
getter for the spreadsheet layout.
- Returns
- the spreadsheet layout type
- Parameters
-
| argCXlsxOutputParams | CXlsxOutputParams handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CXlsxOutputParams_SetJpegCompressionOptions()
setter for the Jpeg Compression Options property.
- Parameters
-
| argCXlsxOutputParams | CXlsxOutputParams handle |
| argJpegCompressionOptions | a Jpeg compression options object |
| pargException | Pointer to exception structure that will be filled if an exception occurs |