xmlroff Reference Manual |
---|
fo-property-border-bottom-style —
struct FoPropertyBorderBottomStyle; struct FoPropertyBorderBottomStyleClass; FoProperty* fo_property_border_bottom_style_new (void); FoProperty* fo_property_border_bottom_style_get_initial (void);
struct FoPropertyBorderBottomStyle;
The FoPropertyBorderBottomStyle structure represents one instance of the 'border-bottom-style' property.
struct FoPropertyBorderBottomStyleClass;
The FoPropertyBorderBottomStyleClass structure represents the type of the 'border-bottom-style' XSL property.
FoProperty* fo_property_border_bottom_style_new (void);
Creates a new FoPropertyBorderBottomStyle initialized to default value.
Returns : | the new FoPropertyBorderBottomStyle. |
FoProperty* fo_property_border_bottom_style_get_initial (void);
Get an instance of the property with the correct initial value.
Returns : | An instance of the property. |
<< fo-property-border-bottom-color | fo-property-border-bottom-width >> |