| Top |
GObject ╰── GInitiallyUnowned ╰── FoObject ╰── FoNode ╰── FoArea ╰── FoAreaArea ╰── FoAreaTableCellProxy
FoArea *
fo_area_table_cell_proxy_new (void);
Creates a new FoAreaTableCellProxy initialized to default value.
void fo_area_table_cell_proxy_set_table_cell (FoArea *fo_area,FoArea *new_table_cell);
Sets the line-last property of area_area
to new_table_cell
fo_area |
The FoAreaTableCellProxy object |
|
new_table_cell |
The new "row-number" property value |
FoArea *
fo_area_table_cell_proxy_get_table_cell
(FoArea *fo_area);
Gets the 'row-number' property of area_table_cell_proxy
void fo_area_table_cell_proxy_set_row_number (FoArea *fo_area,gint new_row_number);
Sets the "row-number" property of fo_area
to new_row_number
fo_area |
The FoAreaTableCellProxy object |
|
new_row_number |
The new "row-number" property value |
gint
fo_area_table_cell_proxy_get_row_number
(FoArea *fo_area);
Gets the 'row-number' property of area_table_cell_proxy
void fo_area_table_cell_proxy_set_min_height (FoArea *fo_area,gdouble new_min_height);
Sets the "min-height" property of fo_area
to new_min_height
fo_area |
The FoAreaTableCellProxy object |
|
new_min_height |
The new "min-height" property value |