xmlroff Reference Manual |
---|
fo-property-column-width —
struct FoPropertyColumnWidth; struct FoPropertyColumnWidthClass; FoProperty* fo_property_column_width_new (void); FoProperty* fo_property_column_width_get_initial (void); FoDatatype* fo_property_column_width_resolve_percent (gdouble percentage, const FoDatatype *font_size, const FoFo *fo_node, const FoContext *context,GError **error);
FoProperty* fo_property_column_width_new (void);
Creates a new FoPropertyColumnWidth initialized to default value.
Returns : | the new FoPropertyColumnWidth |
FoProperty* fo_property_column_width_get_initial (void);
Get an instance of the property with the correct initial value.
Returns : | An instance of the property. |
FoDatatype* fo_property_column_width_resolve_percent (gdouble percentage, const FoDatatype *font_size, const FoFo *fo_node, const FoContext *context,GError **error);
Resolves percentage values in 'column-width' property value expressions.
<< fo-property-column-number | content-height >> |