GdaReportItemReportHeader

GdaReportItemReportHeader

Synopsis

GdaReportItem *     gda_report_item_reportheader_new    (GdaReportValid *valid);
GdaReportItem *     gda_report_item_reportheader_new_from_dom
                                                        (xmlNodePtr node);
xmlNodePtr          gda_report_item_reportheader_to_dom (GdaReportItem *item);
gboolean            gda_report_item_reportheader_remove (GdaReportItem *item);
gboolean            gda_report_item_reportheader_add_element
                                                        (GdaReportItem *reportheader,
                                                         GdaReportItem *element);
GdaReportItem *     gda_report_item_reportheader_get_label_by_id
                                                        (GdaReportItem *reportheader,
                                                         const gchar *id);
GdaReportItem *     gda_report_item_reportheader_get_repfield_by_id
                                                        (GdaReportItem *reportheader,
                                                         const gchar *id);
gboolean            gda_report_item_reportheader_set_active
                                                        (GdaReportItem *item,
                                                         const gchar *value);
gchar *             gda_report_item_reportheader_get_active
                                                        (GdaReportItem *item);
gboolean            gda_report_item_reportheader_set_visible
                                                        (GdaReportItem *item,
                                                         const gchar *value);
gchar *             gda_report_item_reportheader_get_visible
                                                        (GdaReportItem *item);
gboolean            gda_report_item_reportheader_set_height
                                                        (GdaReportItem *item,
                                                         GdaReportNumber *number);
GdaReportNumber *   gda_report_item_reportheader_get_height
                                                        (GdaReportItem *item);
gboolean            gda_report_item_reportheader_set_newpage
                                                        (GdaReportItem *item,
                                                         const gchar *value);
gchar *             gda_report_item_reportheader_get_newpage
                                                        (GdaReportItem *item);
gboolean            gda_report_item_reportheader_set_bgcolor
                                                        (GdaReportItem *item,
                                                         GdaReportColor *value);
GdaReportColor *    gda_report_item_reportheader_get_bgcolor
                                                        (GdaReportItem *item);
gboolean            gda_report_item_reportheader_set_fgcolor
                                                        (GdaReportItem *item,
                                                         GdaReportColor *value);
GdaReportColor *    gda_report_item_reportheader_get_fgcolor
                                                        (GdaReportItem *item);
gboolean            gda_report_item_reportheader_set_bordercolor
                                                        (GdaReportItem *item,
                                                         GdaReportColor *value);
GdaReportColor *    gda_report_item_reportheader_get_bordercolor
                                                        (GdaReportItem *item);
gboolean            gda_report_item_reportheader_set_borderwidth
                                                        (GdaReportItem *item,
                                                         GdaReportNumber *number);
GdaReportNumber *   gda_report_item_reportheader_get_borderwidth
                                                        (GdaReportItem *item);
gboolean            gda_report_item_reportheader_set_borderstyle
                                                        (GdaReportItem *item,
                                                         const gchar *value);
gchar *             gda_report_item_reportheader_get_borderstyle
                                                        (GdaReportItem *item);
gboolean            gda_report_item_reportheader_set_fontfamily
                                                        (GdaReportItem *item,
                                                         const gchar *value);
gchar *             gda_report_item_reportheader_get_fontfamily
                                                        (GdaReportItem *item);
gboolean            gda_report_item_reportheader_set_fontsize
                                                        (GdaReportItem *item,
                                                         GdaReportNumber *number);
GdaReportNumber *   gda_report_item_reportheader_get_fontsize
                                                        (GdaReportItem *item);
gboolean            gda_report_item_reportheader_set_fontweight
                                                        (GdaReportItem *item,
                                                         const gchar *value);
gchar *             gda_report_item_reportheader_get_fontweight
                                                        (GdaReportItem *item);
gboolean            gda_report_item_reportheader_set_fontitalic
                                                        (GdaReportItem *item,
                                                         const gchar *value);
gchar *             gda_report_item_reportheader_get_fontitalic
                                                        (GdaReportItem *item);
gboolean            gda_report_item_reportheader_set_halignment
                                                        (GdaReportItem *item,
                                                         const gchar *value);
gchar *             gda_report_item_reportheader_get_halignment
                                                        (GdaReportItem *item);
gboolean            gda_report_item_reportheader_set_valignment
                                                        (GdaReportItem *item,
                                                         const gchar *value);
gchar *             gda_report_item_reportheader_get_valignment
                                                        (GdaReportItem *item);
gboolean            gda_report_item_reportheader_set_wordwrap
                                                        (GdaReportItem *item,
                                                         const gchar *value);
gchar *             gda_report_item_reportheader_get_wordwrap
                                                        (GdaReportItem *item);
gboolean            gda_report_item_reportheader_set_negvaluecolor
                                                        (GdaReportItem *item,
                                                         GdaReportColor *value);
GdaReportColor *    gda_report_item_reportheader_get_negvaluecolor
                                                        (GdaReportItem *item);
gboolean            gda_report_item_reportheader_set_dateformat
                                                        (GdaReportItem *item,
                                                         const gchar *value);
gchar *             gda_report_item_reportheader_get_dateformat
                                                        (GdaReportItem *item);
gboolean            gda_report_item_reportheader_set_precision
                                                        (GdaReportItem *item,
                                                         GdaReportNumber *number);
GdaReportNumber *   gda_report_item_reportheader_get_precision
                                                        (GdaReportItem *item);
gboolean            gda_report_item_reportheader_set_currency
                                                        (GdaReportItem *item,
                                                         const gchar *value);
gchar *             gda_report_item_reportheader_get_currency
                                                        (GdaReportItem *item);
gboolean            gda_report_item_reportheader_set_commaseparator
                                                        (GdaReportItem *item,
                                                         const gchar *value);
gchar *             gda_report_item_reportheader_get_commaseparator
                                                        (GdaReportItem *item);
gboolean            gda_report_item_reportheader_set_linewidth
                                                        (GdaReportItem *item,
                                                         GdaReportNumber *number);
GdaReportNumber *   gda_report_item_reportheader_get_linewidth
                                                        (GdaReportItem *item);
gboolean            gda_report_item_reportheader_set_linecolor
                                                        (GdaReportItem *item,
                                                         GdaReportColor *value);
GdaReportColor *    gda_report_item_reportheader_get_linecolor
                                                        (GdaReportItem *item);
gboolean            gda_report_item_reportheader_set_linestyle
                                                        (GdaReportItem *item,
                                                         const gchar *value);
gchar *             gda_report_item_reportheader_get_linestyle
                                                        (GdaReportItem *item);

Description

Details

gda_report_item_reportheader_new ()

GdaReportItem *     gda_report_item_reportheader_new    (GdaReportValid *valid);


gda_report_item_reportheader_new_from_dom ()

GdaReportItem *     gda_report_item_reportheader_new_from_dom
                                                        (xmlNodePtr node);


gda_report_item_reportheader_to_dom ()

xmlNodePtr          gda_report_item_reportheader_to_dom (GdaReportItem *item);


gda_report_item_reportheader_remove ()

gboolean            gda_report_item_reportheader_remove (GdaReportItem *item);


gda_report_item_reportheader_add_element ()

gboolean            gda_report_item_reportheader_add_element
                                                        (GdaReportItem *reportheader,
                                                         GdaReportItem *element);


gda_report_item_reportheader_get_label_by_id ()

GdaReportItem *     gda_report_item_reportheader_get_label_by_id
                                                        (GdaReportItem *reportheader,
                                                         const gchar *id);


gda_report_item_reportheader_get_repfield_by_id ()

GdaReportItem *     gda_report_item_reportheader_get_repfield_by_id
                                                        (GdaReportItem *reportheader,
                                                         const gchar *id);


gda_report_item_reportheader_set_active ()

gboolean            gda_report_item_reportheader_set_active
                                                        (GdaReportItem *item,
                                                         const gchar *value);


gda_report_item_reportheader_get_active ()

gchar *             gda_report_item_reportheader_get_active
                                                        (GdaReportItem *item);


gda_report_item_reportheader_set_visible ()

gboolean            gda_report_item_reportheader_set_visible
                                                        (GdaReportItem *item,
                                                         const gchar *value);


gda_report_item_reportheader_get_visible ()

gchar *             gda_report_item_reportheader_get_visible
                                                        (GdaReportItem *item);


gda_report_item_reportheader_set_height ()

gboolean            gda_report_item_reportheader_set_height
                                                        (GdaReportItem *item,
                                                         GdaReportNumber *number);


gda_report_item_reportheader_get_height ()

GdaReportNumber *   gda_report_item_reportheader_get_height
                                                        (GdaReportItem *item);


gda_report_item_reportheader_set_newpage ()

gboolean            gda_report_item_reportheader_set_newpage
                                                        (GdaReportItem *item,
                                                         const gchar *value);


gda_report_item_reportheader_get_newpage ()

gchar *             gda_report_item_reportheader_get_newpage
                                                        (GdaReportItem *item);


gda_report_item_reportheader_set_bgcolor ()

gboolean            gda_report_item_reportheader_set_bgcolor
                                                        (GdaReportItem *item,
                                                         GdaReportColor *value);


gda_report_item_reportheader_get_bgcolor ()

GdaReportColor *    gda_report_item_reportheader_get_bgcolor
                                                        (GdaReportItem *item);


gda_report_item_reportheader_set_fgcolor ()

gboolean            gda_report_item_reportheader_set_fgcolor
                                                        (GdaReportItem *item,
                                                         GdaReportColor *value);


gda_report_item_reportheader_get_fgcolor ()

GdaReportColor *    gda_report_item_reportheader_get_fgcolor
                                                        (GdaReportItem *item);


gda_report_item_reportheader_set_bordercolor ()

gboolean            gda_report_item_reportheader_set_bordercolor
                                                        (GdaReportItem *item,
                                                         GdaReportColor *value);


gda_report_item_reportheader_get_bordercolor ()

GdaReportColor *    gda_report_item_reportheader_get_bordercolor
                                                        (GdaReportItem *item);


gda_report_item_reportheader_set_borderwidth ()

gboolean            gda_report_item_reportheader_set_borderwidth
                                                        (GdaReportItem *item,
                                                         GdaReportNumber *number);


gda_report_item_reportheader_get_borderwidth ()

GdaReportNumber *   gda_report_item_reportheader_get_borderwidth
                                                        (GdaReportItem *item);


gda_report_item_reportheader_set_borderstyle ()

gboolean            gda_report_item_reportheader_set_borderstyle
                                                        (GdaReportItem *item,
                                                         const gchar *value);


gda_report_item_reportheader_get_borderstyle ()

gchar *             gda_report_item_reportheader_get_borderstyle
                                                        (GdaReportItem *item);


gda_report_item_reportheader_set_fontfamily ()

gboolean            gda_report_item_reportheader_set_fontfamily
                                                        (GdaReportItem *item,
                                                         const gchar *value);


gda_report_item_reportheader_get_fontfamily ()

gchar *             gda_report_item_reportheader_get_fontfamily
                                                        (GdaReportItem *item);


gda_report_item_reportheader_set_fontsize ()

gboolean            gda_report_item_reportheader_set_fontsize
                                                        (GdaReportItem *item,
                                                         GdaReportNumber *number);


gda_report_item_reportheader_get_fontsize ()

GdaReportNumber *   gda_report_item_reportheader_get_fontsize
                                                        (GdaReportItem *item);


gda_report_item_reportheader_set_fontweight ()

gboolean            gda_report_item_reportheader_set_fontweight
                                                        (GdaReportItem *item,
                                                         const gchar *value);


gda_report_item_reportheader_get_fontweight ()

gchar *             gda_report_item_reportheader_get_fontweight
                                                        (GdaReportItem *item);


gda_report_item_reportheader_set_fontitalic ()

gboolean            gda_report_item_reportheader_set_fontitalic
                                                        (GdaReportItem *item,
                                                         const gchar *value);


gda_report_item_reportheader_get_fontitalic ()

gchar *             gda_report_item_reportheader_get_fontitalic
                                                        (GdaReportItem *item);


gda_report_item_reportheader_set_halignment ()

gboolean            gda_report_item_reportheader_set_halignment
                                                        (GdaReportItem *item,
                                                         const gchar *value);


gda_report_item_reportheader_get_halignment ()

gchar *             gda_report_item_reportheader_get_halignment
                                                        (GdaReportItem *item);


gda_report_item_reportheader_set_valignment ()

gboolean            gda_report_item_reportheader_set_valignment
                                                        (GdaReportItem *item,
                                                         const gchar *value);


gda_report_item_reportheader_get_valignment ()

gchar *             gda_report_item_reportheader_get_valignment
                                                        (GdaReportItem *item);


gda_report_item_reportheader_set_wordwrap ()

gboolean            gda_report_item_reportheader_set_wordwrap
                                                        (GdaReportItem *item,
                                                         const gchar *value);


gda_report_item_reportheader_get_wordwrap ()

gchar *             gda_report_item_reportheader_get_wordwrap
                                                        (GdaReportItem *item);


gda_report_item_reportheader_set_negvaluecolor ()

gboolean            gda_report_item_reportheader_set_negvaluecolor
                                                        (GdaReportItem *item,
                                                         GdaReportColor *value);


gda_report_item_reportheader_get_negvaluecolor ()

GdaReportColor *    gda_report_item_reportheader_get_negvaluecolor
                                                        (GdaReportItem *item);


gda_report_item_reportheader_set_dateformat ()

gboolean            gda_report_item_reportheader_set_dateformat
                                                        (GdaReportItem *item,
                                                         const gchar *value);


gda_report_item_reportheader_get_dateformat ()

gchar *             gda_report_item_reportheader_get_dateformat
                                                        (GdaReportItem *item);


gda_report_item_reportheader_set_precision ()

gboolean            gda_report_item_reportheader_set_precision
                                                        (GdaReportItem *item,
                                                         GdaReportNumber *number);


gda_report_item_reportheader_get_precision ()

GdaReportNumber *   gda_report_item_reportheader_get_precision
                                                        (GdaReportItem *item);


gda_report_item_reportheader_set_currency ()

gboolean            gda_report_item_reportheader_set_currency
                                                        (GdaReportItem *item,
                                                         const gchar *value);


gda_report_item_reportheader_get_currency ()

gchar *             gda_report_item_reportheader_get_currency
                                                        (GdaReportItem *item);


gda_report_item_reportheader_set_commaseparator ()

gboolean            gda_report_item_reportheader_set_commaseparator
                                                        (GdaReportItem *item,
                                                         const gchar *value);


gda_report_item_reportheader_get_commaseparator ()

gchar *             gda_report_item_reportheader_get_commaseparator
                                                        (GdaReportItem *item);


gda_report_item_reportheader_set_linewidth ()

gboolean            gda_report_item_reportheader_set_linewidth
                                                        (GdaReportItem *item,
                                                         GdaReportNumber *number);


gda_report_item_reportheader_get_linewidth ()

GdaReportNumber *   gda_report_item_reportheader_get_linewidth
                                                        (GdaReportItem *item);


gda_report_item_reportheader_set_linecolor ()

gboolean            gda_report_item_reportheader_set_linecolor
                                                        (GdaReportItem *item,
                                                         GdaReportColor *value);


gda_report_item_reportheader_get_linecolor ()

GdaReportColor *    gda_report_item_reportheader_get_linecolor
                                                        (GdaReportItem *item);


gda_report_item_reportheader_set_linestyle ()

gboolean            gda_report_item_reportheader_set_linestyle
                                                        (GdaReportItem *item,
                                                         const gchar *value);


gda_report_item_reportheader_get_linestyle ()

gchar *             gda_report_item_reportheader_get_linestyle
                                                        (GdaReportItem *item);