fo-property-border-top-style

fo-property-border-top-style —

Synopsis




struct      FoPropertyBorderTopStyle;
struct      FoPropertyBorderTopStyleClass;
FoProperty* fo_property_border_top_style_new
                                            (void);
FoProperty* fo_property_border_top_style_get_initial
                                            (void);

Description

Details

struct FoPropertyBorderTopStyle

struct FoPropertyBorderTopStyle;

The FoPropertyBorderTopStyle structure represents one instance of the 'border-top-style' property.


struct FoPropertyBorderTopStyleClass

struct FoPropertyBorderTopStyleClass;

The FoPropertyBorderTopStyleClass structure represents the type of the 'border-top-style' XSL property.


fo_property_border_top_style_new ()

FoProperty* fo_property_border_top_style_new
                                            (void);

Creates a new FoPropertyBorderTopStyle initialized to default value.

Returns : the new FoPropertyBorderTopStyle.

fo_property_border_top_style_get_initial ()

FoProperty* fo_property_border_top_style_get_initial
                                            (void);

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

Returns : An instance of the property.