| Top |
| GQuark | fo_area_page_error_quark () |
| FoArea * | fo_area_page_new () |
| void | fo_area_page_set_page_number () |
| gint | fo_area_page_get_page_number () |
| void | fo_area_page_set_page_width () |
| gdouble | fo_area_page_get_page_width () |
| void | fo_area_page_set_page_height () |
| gdouble | fo_area_page_get_page_height () |
| void | fo_area_page_set_margin_top () |
| gdouble | fo_area_page_get_margin_top () |
| void | fo_area_page_set_margin_bottom () |
| gdouble | fo_area_page_get_margin_bottom () |
| void | fo_area_page_set_margin_left () |
| gdouble | fo_area_page_get_margin_left () |
| void | fo_area_page_set_margin_right () |
| gdouble | fo_area_page_get_margin_right () |
| float | margin-bottom | Read / Write |
| float | margin-left | Read / Write |
| float | margin-right | Read / Write |
| float | margin-top | Read / Write |
| float | page-height | Read / Write |
| int | page-number | Read / Write |
| float | page-width | Read / Write |
GObject
╰── GInitiallyUnowned
╰── FoObject
╰── FoNode
╰── FoArea
╰── FoAreaArea
╰── FoAreaReference
╰── FoAreaViewportReference
╰── FoAreaPage
GQuark
fo_area_page_error_quark (void);
Gets the GQuark identifying FoAreaPage errors.
FoArea *
fo_area_page_new (void);
Creates a new FoAreaPage initialized to default value.
void fo_area_page_set_page_number (FoArea *fo_area_page,gint new_page_number);
Sets the page_number property of area_page
to new_page_number
gint
fo_area_page_get_page_number (FoArea *fo_area_page);
Gets the page_number property of area_page
void fo_area_page_set_page_width (FoArea *fo_area_page,gdouble new_page_width);
Sets the page_width property of area_page
to new_page_width
gdouble
fo_area_page_get_page_width (FoArea *fo_area_page);
Gets the page_width property of area_page
void fo_area_page_set_page_height (FoArea *fo_area_page,gdouble new_page_height);
Sets the "page_height" property of area_page
to new_page_height
gdouble
fo_area_page_get_page_height (FoArea *fo_area_page);
Gets the page_height property of area_page
void fo_area_page_set_margin_top (FoArea *fo_area_page,gdouble new_margin_top);
Sets the margin_top property of area_page
to new_margin_top
gdouble
fo_area_page_get_margin_top (FoArea *fo_area_page);
Gets the margin_top property of area_page
void fo_area_page_set_margin_bottom (FoArea *fo_area_page,gdouble new_margin_bottom);
Sets the margin_bottom property of area_page
to new_margin_bottom
gdouble
fo_area_page_get_margin_bottom (FoArea *fo_area_page);
Gets the margin_bottom property of area_page
void fo_area_page_set_margin_left (FoArea *fo_area_page,gdouble new_margin_left);
Sets the margin_left property of area_page
to new_margin_left
gdouble
fo_area_page_get_margin_left (FoArea *fo_area_page);
Gets the margin_left property of area_page
void fo_area_page_set_margin_right (FoArea *fo_area_page,gdouble new_margin_right);
Sets the margin_right property of area_page
to new_margin_right
gdouble
fo_area_page_get_margin_right (FoArea *fo_area_page);
Gets the margin_right property of area_page
“margin-bottom” property “margin-bottom” float
Margin bottom property.
Owner: FoAreaPage
Flags: Read / Write
Default value: 0
“margin-left” property “margin-left” float
Margin left property.
Owner: FoAreaPage
Flags: Read / Write
Default value: 0
“margin-right” property “margin-right” float
Margin right property.
Owner: FoAreaPage
Flags: Read / Write
Default value: 0
“margin-top” property “margin-top” float
Margin top property.
Owner: FoAreaPage
Flags: Read / Write
Default value: 0
“page-height” property “page-height” float
Page height property.
Owner: FoAreaPage
Flags: Read / Write
Default value: 0
“page-number” property “page-number” int
Page number property.
Owner: FoAreaPage
Flags: Read / Write
Allowed values: >= 0
Default value: 0