fo-property-border-before-width

fo-property-border-before-width —

Synopsis




struct      FoPropertyBorderBeforeWidth;
struct      FoPropertyBorderBeforeWidthClass;
FoProperty* fo_property_border_before_width_new
                                            (void);
FoProperty* fo_property_border_before_width_get_initial
                                            (void);

Description

Details

struct FoPropertyBorderBeforeWidth

struct FoPropertyBorderBeforeWidth;

The FoPropertyBorderBeforeWidth structure represents one instance of the 'border-before-width' property.


struct FoPropertyBorderBeforeWidthClass

struct FoPropertyBorderBeforeWidthClass;

The FoPropertyBorderBeforeWidthClass structure represents the type of the 'border-before-width' XSL property.


fo_property_border_before_width_new ()

FoProperty* fo_property_border_before_width_new
                                            (void);

Creates a new FoPropertyBorderBeforeWidth initialized to default value.

Returns : the new FoPropertyBorderBeforeWidth.

fo_property_border_before_width_get_initial ()

FoProperty* fo_property_border_before_width_get_initial
                                            (void);

Get an instance of the property with the correct initial value.

Returns : An instance of the property.