fo-property-border-right-color

fo-property-border-right-color —

Synopsis




struct      FoPropertyBorderRightColor;
struct      FoPropertyBorderRightColorClass;
FoProperty* fo_property_border_right_color_new
                                            (void);
FoProperty* fo_property_border_right_color_get_initial
                                            (void);

Description

Details

struct FoPropertyBorderRightColor

struct FoPropertyBorderRightColor;

The FoPropertyBorderRightColor structure represents one instance of the 'border-right-color' property.


struct FoPropertyBorderRightColorClass

struct FoPropertyBorderRightColorClass;

The FoPropertyBorderRightColorClass structure represents the type of the 'border-right-color' XSL property.


fo_property_border_right_color_new ()

FoProperty* fo_property_border_right_color_new
                                            (void);

Creates a new FoPropertyBorderRightColor initialized to default value.

Returns : the new FoPropertyBorderRightColor.

fo_property_border_right_color_get_initial ()

FoProperty* fo_property_border_right_color_get_initial
                                            (void);

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

Returns : An instance of the property.