libxlsxwriter
|
Struct to represent a rich string format/string pair. More...
Arrays of this struct are used to define "rich" multi-format strings that are passed to worksheet_write_rich_string()
. Each struct represents a fragment of the rich multi-format string with a lxw_format to define the format for the string part. If the string fragment is unformatted then NULL
can be used for the format.
Data Fields | |
lxw_format * | format |
const char * | string |
lxw_format* lxw_rich_string_tuple::format |
The format for a string fragment in a rich string. NULL if the string isn't formatted.
const char* lxw_rich_string_tuple::string |
The string fragment.