FoAreaTableCellProxy

FoAreaTableCellProxy

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── FoObject
            ╰── FoNode
                ╰── FoArea
                    ╰── FoAreaArea
                        ╰── FoAreaTableCellProxy

Description

Functions

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

Parameters

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

Parameters

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

Parameters

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

Parameters

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,
                                gdouble new_min_height);

Sets the "min-height" property of fo_area to new_min_height

Parameters

fo_area

The FoAreaTableCellProxy object

 

new_min_height

The new "min-height" property value

 

fo_area_table_cell_proxy_get_min_height ()

gdouble
fo_area_table_cell_proxy_get_min_height
                               (FoArea *fo_area);

Gets the 'min-height' property of fo_area

Parameters

fo_area

The FoAreaTableCellProxy object

 

Returns

The "min-height" property value

Types and Values

FoAreaTableCellProxy

typedef struct _FoAreaTableCellProxy FoAreaTableCellProxy;

FoAreaTableCellProxyClass

typedef struct _FoAreaTableCellProxyClass FoAreaTableCellProxyClass;