fo-property-border-end-style

fo-property-border-end-style —

Synopsis




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

Description

Details

FoPropertyBorderEndStyle

typedef struct _FoPropertyBorderEndStyle FoPropertyBorderEndStyle;

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


FoPropertyBorderEndStyleClass

typedef struct _FoPropertyBorderEndStyleClass 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.