ICS

QicsTable Documentation Set

QicsHTMLExportOptions Struct Reference

Struct used to specify HTML export options for QicsHTMLExport class. QicsHTMLExportOptions struct is used to specify HTML export options for QicsHTMLExport class. More...

#include <QicsHTMLExport.h>

List of all members.

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 &nbsp 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.


Detailed Description

Struct used to specify HTML export options for QicsHTMLExport class. QicsHTMLExportOptions struct is used to specify HTML export options for QicsHTMLExport class.

All the options are set to true by default.


Member Data Documentation

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 &nbsp tag.

Defines region of cells to export. Invalid (default) means whole table.

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.


The documentation for this struct was generated from the following file:

All trademarks and copyrights on this page are properties of their respective owners.
The rest is copyright ©1999-2007 Integrated Computer Solutions, Inc.