fo-property-border-end-style

fo-property-border-end-style —

Synopsis




struct      FoPropertyBorderEndStyle;
struct      FoPropertyBorderEndStyleClass;
FoProperty* fo_property_border_end_style_new
                                            (void);
FoProperty* fo_property_border_end_style_get_initial
                                            (void);

Description

Details

struct FoPropertyBorderEndStyle

struct FoPropertyBorderEndStyle;

The FoPropertyBorderEndStyle structure represents one instance of the 'border-end-style' property.


struct FoPropertyBorderEndStyleClass

struct FoPropertyBorderEndStyleClass;

The FoPropertyBorderEndStyleClass structure represents the type of the 'border-end-style' XSL property.


fo_property_border_end_style_new ()

FoProperty* fo_property_border_end_style_new
                                            (void);

Creates a new FoPropertyBorderEndStyle initialized to default value.

Returns : the new FoPropertyBorderEndStyle.

fo_property_border_end_style_get_initial ()

FoProperty* fo_property_border_end_style_get_initial
                                            (void);

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

Returns : An instance of the property.