|  |  |  | xmlroff Reference Manual |  | 
|---|---|---|---|---|
            FoTblr;
            FoTblrClass;
FoDatatype* fo_tblr_new                     (void);
FoDatatype* fo_tblr_new_from_values         (FoDatatype *top,
                                             FoDatatype *bottom,
                                             FoDatatype *left,
                                             FoDatatype *right);
FoDatatype* fo_tblr_get_top                 (FoDatatype *datatype);
FoDatatype* fo_tblr_get_bottom              (FoDatatype *datatype);
FoDatatype* fo_tblr_get_left                (FoDatatype *datatype);
FoDatatype* fo_tblr_get_right               (FoDatatype *datatype);
FoDatatype* fo_tblr_new (void);
Creates a new FoTblr initialized to default value.
| Returns : | the new FoTblr | 
FoDatatype* fo_tblr_new_from_values (FoDatatype *top, FoDatatype *bottom, FoDatatype *left, FoDatatype *right);
Creates a new FoTblr with top, bottom, left and right components set to provided values.
| top: | FoDatatype to use as top value | 
| bottom: | FoDatatype to use as bottom value | 
| left: | FoDatatype to use as left value | 
| right: | FoDatatype to use as right value | 
| Returns : | New FoTblr | 
FoDatatype* fo_tblr_get_top (FoDatatype *datatype);
Gets the top component value of datatype.
| datatype: | FoTblr | 
| Returns : | The top value of datatype. | 
FoDatatype* fo_tblr_get_bottom (FoDatatype *datatype);
Gets the .bottom component value of datatype
| datatype: | FoTblr | 
| Returns : | The bottom value of datatype | 
FoDatatype* fo_tblr_get_left (FoDatatype *datatype);
Gets the .left component value of datatype
| datatype: | FoTblr | 
| Returns : | The left value of datatype | 
FoDatatype* fo_tblr_get_right (FoDatatype *datatype);
Gets the .right component value of datatype
| datatype: | FoTblr | 
| Returns : | The right value of datatype |