xmlroff Reference Manual |
---|
fo-property-border-before-width —
struct FoPropertyBorderBeforeWidth; struct FoPropertyBorderBeforeWidthClass; FoProperty* fo_property_border_before_width_new (void); FoProperty* fo_property_border_before_width_get_initial (void);
struct FoPropertyBorderBeforeWidth;
The FoPropertyBorderBeforeWidth structure represents one instance of the 'border-before-width' property.
struct FoPropertyBorderBeforeWidthClass;
The FoPropertyBorderBeforeWidthClass structure represents the type of the 'border-before-width' XSL property.
FoProperty* fo_property_border_before_width_new (void);
Creates a new FoPropertyBorderBeforeWidth initialized to default value.
Returns : | the new FoPropertyBorderBeforeWidth. |
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. |
<< fo-property-border-before-style | fo-property-border-bottom-color >> |