|  |  |  | xmlroff Reference Manual |  | 
|---|---|---|---|---|
            FoAreaTableCellProxy;
            FoAreaTableCellProxyClass;
FoArea*     fo_area_table_cell_proxy_new    (void);
void        fo_area_table_cell_proxy_set_table_cell
                                            (FoArea *fo_area,
                                             FoArea *new_table_cell);
FoArea*     fo_area_table_cell_proxy_get_table_cell
                                            (FoArea *fo_area);
void        fo_area_table_cell_proxy_set_row_number
                                            (FoArea *fo_area,
                                             gint new_row_number);
gint        fo_area_table_cell_proxy_get_row_number
                                            (FoArea *fo_area);
void        fo_area_table_cell_proxy_set_min_height
                                            (FoArea *fo_area,
                                             gfloat new_min_height);
gfloat      fo_area_table_cell_proxy_get_min_height
                                            (FoArea *fo_area);
GObject +----FoObject +----FoNode +----FoArea +----FoAreaArea +----FoAreaTableCellProxy
FoArea* fo_area_table_cell_proxy_new (void);
Creates a new FoAreaTableCellProxy initialized to default value.
| Returns : | the new FoAreaTableCellProxy | 
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
| fo_area: | The FoAreaTableCellProxy object | 
| Returns : | The "row-number" property value | 
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
| fo_area: | The FoAreaTableCellProxy object | 
| Returns : | The "row-number" property value | 
void        fo_area_table_cell_proxy_set_min_height
                                            (FoArea *fo_area,
                                             gfloat 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 | 
gfloat      fo_area_table_cell_proxy_get_min_height
                                            (FoArea *fo_area);
Gets the 'min-height' property of fo_area
| fo_area: | The FoAreaTableCellProxy object | 
| Returns : | The "min-height" property value |