#include <QicsHTMLExport.h>
Public Attributes | |
| bool | pixmaps |
| Allows export pixmaps as external files (into the same folder as html file). | |
| bool | widgets |
| Allows export widgets (as images). | |
| bool | coloring |
| Allows export background/text color of a cell. | |
| bool | selection |
| If coloring is on, additionally highlights current selection . | |
| bool | dimensions |
| Allows export cell dimensions (width and height). | |
| bool | headers |
| Allows export table headers. | |
| bool | align |
| Allows export cell alignment. | |
| bool | flags |
| Allows export cell flags. | |
| bool | font |
| Allows export font data (size, family, weight etc.). | |
| bool | borders |
| Allows export cell borders. | |
| bool | tableBorders |
| Allows export table (global) borders. | |
| bool | fillEmpty |
| Fills empty cells with   tag. | |
| QicsRegion | region |
| Defines region of cells to export. Invalid (default) means whole table. | |
| QString | pixFormat |
| Images format (i.e. "PNG", "JPG", etc, see QPixmap::save() documentation). PNG by default. | |
| QString | pixNamingTemplate |
| Template for naming exported images. "pix-%1-%2" by default, where %1 - cell index, %2 - row index. | |
| QString | widgetNamingTemplate |
| Template for naming exported widgets. "wid-%1-%2" by default, where %1 - cell index, %2 - row index. | |
| int | pixQuality |
| Image quality: 0 - best compression, 100 - best quality, -1 - default value. -1 by default. | |
All the options are set to true by default.
Allows export pixmaps as external files (into the same folder as html file).
Allows export widgets (as images).
Allows export background/text color of a cell.
If coloring is on, additionally highlights current selection .
Allows export cell dimensions (width and height).
Allows export table headers.
Allows export cell alignment.
Allows export cell flags.
Allows export font data (size, family, weight etc.).
Allows export cell borders.
Allows export table (global) borders.
Fills empty cells with   tag.
Defines region of cells to export. Invalid (default) means whole table.
| QString QicsHTMLExportOptions::pixFormat |
Images format (i.e. "PNG", "JPG", etc, see QPixmap::save() documentation).
PNG by default.
Template for naming exported images.
"pix-%1-%2" by default, where %1 - cell index, %2 - row index.
Template for naming exported widgets.
"wid-%1-%2" by default, where %1 - cell index, %2 - row index.
Image quality: 0 - best compression, 100 - best quality, -1 - default value.
-1 by default.