FoAreaTableCellProxy

FoAreaTableCellProxy

Synopsis

                    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);

Object Hierarchy

  GObject
   +----FoObject
         +----FoNode
               +----FoArea
                     +----FoAreaArea
                           +----FoAreaTableCellProxy

Description

Details

FoAreaTableCellProxy

typedef struct _FoAreaTableCellProxy FoAreaTableCellProxy;


FoAreaTableCellProxyClass

typedef struct _FoAreaTableCellProxyClass FoAreaTableCellProxyClass;


fo_area_table_cell_proxy_new ()

FoArea*             fo_area_table_cell_proxy_new        (void);

Creates a new FoAreaTableCellProxy initialized to default value.

Returns :

the new FoAreaTableCellProxy

fo_area_table_cell_proxy_set_table_cell ()

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

fo_area_table_cell_proxy_get_table_cell ()

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

fo_area_table_cell_proxy_set_row_number ()

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

fo_area_table_cell_proxy_get_row_number ()

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

fo_area_table_cell_proxy_set_min_height ()

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

fo_area_table_cell_proxy_get_min_height ()

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