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