border-right-color

border-right-color —

Synopsis




            FoPropertyBorderRight;
            FoPropertyBorderRightClass;
FoProperty* fo_property_border_right_new    (void);
FoProperty* fo_property_border_right_get_initial
                                            (void);

Description

Details

FoPropertyBorderRight

typedef struct _FoPropertyBorderRight FoPropertyBorderRight;


FoPropertyBorderRightClass

typedef struct _FoPropertyBorderRightClass FoPropertyBorderRightClass;


fo_property_border_right_new ()

FoProperty* fo_property_border_right_new    (void);

Creates a new FoPropertyBorderRight initialized to default value.

Returns : the new FoPropertyBorderRight.

fo_property_border_right_get_initial ()

FoProperty* fo_property_border_right_get_initial
                                            (void);

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

Returns : An instance of the property.