Top | ![]() |
![]() |
![]() |
![]() |
FoDatatype * | fo_wsc_new () |
FoDatatype * | fo_wsc_new_from_values () |
FoDatatype * | fo_wsc_get_width () |
FoDatatype * | fo_wsc_get_style () |
FoDatatype * | fo_wsc_get_color () |
FoDatatype * fo_wsc_new_from_values (FoDatatype *width
,FoDatatype *style
,FoDatatype *color
);
Creates a new FoWsc with width, style, and color components set to provided values.
width |
FoDatatype to use as width value |
|
style |
FoDatatype to use as style value |
|
color |
FoDatatype to use as color value |
FoDatatype *
fo_wsc_get_width (FoDatatype *datatype
);
Gets the width component value of datatype
.
FoDatatype *
fo_wsc_get_style (FoDatatype *datatype
);
Gets the style component value of datatype
FoDatatype *
fo_wsc_get_color (FoDatatype *datatype
);
Gets the color component value of datatype