xmlroff Reference Manual |
---|
fo-property-border-right-color —
struct FoPropertyBorderRightColor; struct FoPropertyBorderRightColorClass; FoProperty* fo_property_border_right_color_new (void); FoProperty* fo_property_border_right_color_get_initial (void);
struct FoPropertyBorderRightColor;
The FoPropertyBorderRightColor structure represents one instance of the 'border-right-color' property.
struct FoPropertyBorderRightColorClass;
The FoPropertyBorderRightColorClass structure represents the type of the 'border-right-color' XSL property.
FoProperty* fo_property_border_right_color_new (void);
Creates a new FoPropertyBorderRightColor initialized to default value.
Returns : | the new FoPropertyBorderRightColor. |
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. |
<< fo-property-border-left-width | fo-property-border-right-style >> |