|
GnuCash 2.3.0
|
Data Fields | |
| CheckItemType | type |
| gdouble | x |
| gdouble | y |
| gdouble | w |
| gdouble | h |
| gchar * | filename |
| gchar * | text |
| gchar * | font |
| gboolean | blocking |
| gboolean | print_date_format |
| PangoAlignment | align |
Definition at line 185 of file dialog-print-check.c.
| PangoAlignment _check_item::align |
The alignment of a text based item. Only used for text based items when a width is specified.
Definition at line 219 of file dialog-print-check.c.
| gboolean _check_item::blocking |
Optional. Overrides blocking in the check format. Default is no blocking characters are written. Unused for non-text items.
Definition at line 210 of file dialog-print-check.c.
| gchar* _check_item::filename |
The filename for picture items. Otherwise unused.
Definition at line 200 of file dialog-print-check.c.
| gchar* _check_item::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 206 of file dialog-print-check.c.
| gdouble _check_item::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 195 of file dialog-print-check.c.
| gboolean _check_item::print_date_format |
Optional. Print date format. Only applies to DATE items. Default is no format is written.
Definition at line 215 of file dialog-print-check.c.
| gchar* _check_item::text |
The text to be displayed (for text based items.) Otherwise unused.
Definition at line 203 of file dialog-print-check.c.
| CheckItemType _check_item::type |
What type of item is this?
Definition at line 188 of file dialog-print-check.c.
| gdouble _check_item::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 190 of file dialog-print-check.c.
1.7.4