|
GnuCash c935c2f+
|
Data Fields | |
| CheckItemType | type |
| What type of item is this? | |
| gdouble | x |
| gdouble | y |
| The x/y coordinates where this item should be printed. | |
| gdouble | w |
| gdouble | h |
| Optional. | |
| gchar * | filename |
| The filename for picture items. | |
| gchar * | text |
| The text to be displayed (for text based items.) Otherwise unused. | |
| gchar * | font |
| The font to use for text based items. | |
| gboolean | blocking |
| Optional. | |
| gboolean | print_date_format |
| Optional. | |
| PangoAlignment | align |
| The alignment of a text based item. | |
Definition at line 183 of file dialog-print-check.c.
| PangoAlignment check_item_t::align |
The alignment of a text based item.
Only used for text based items when a width is specified.
Definition at line 217 of file dialog-print-check.c.
| gboolean check_item_t::blocking |
Optional.
Overrides blocking in the check format. Default is no blocking characters are written. Unused for non-text items.
Definition at line 208 of file dialog-print-check.c.
| gchar* check_item_t::filename |
The filename for picture items.
Otherwise unused.
Definition at line 198 of file dialog-print-check.c.
| gchar* check_item_t::font |
The font to use for text based items.
This overrides any font in the check format. Unused for non-text items.
Definition at line 204 of file dialog-print-check.c.
| gdouble check_item_t::h |
Optional.
The width and height of this item. Text will be clipped to this size. Pictures will be shrunk to fit if necessary.
Definition at line 193 of file dialog-print-check.c.
| gboolean check_item_t::print_date_format |
Optional.
Print date format. Only applies to DATE items. Default is no format is written.
Definition at line 213 of file dialog-print-check.c.
| gchar* check_item_t::text |
The text to be displayed (for text based items.) Otherwise unused.
Definition at line 201 of file dialog-print-check.c.
| CheckItemType check_item_t::type |
What type of item is this?
Definition at line 186 of file dialog-print-check.c.
| gdouble check_item_t::w |
Definition at line 193 of file dialog-print-check.c.
| gdouble check_item_t::x |
Definition at line 188 of file dialog-print-check.c.
| gdouble check_item_t::y |
The x/y coordinates where this item should be printed.
The origin for these coordinates is determined by the print system used.
Definition at line 188 of file dialog-print-check.c.