xmlroff Reference Manual |
---|
fo-property-border-end-style —
struct FoPropertyBorderEndStyle; struct FoPropertyBorderEndStyleClass; FoProperty* fo_property_border_end_style_new (void); FoProperty* fo_property_border_end_style_get_initial (void);
struct FoPropertyBorderEndStyle;
The FoPropertyBorderEndStyle structure represents one instance of the 'border-end-style' property.
struct FoPropertyBorderEndStyleClass;
The FoPropertyBorderEndStyleClass structure represents the type of the 'border-end-style' XSL property.
FoProperty* fo_property_border_end_style_new (void);
Creates a new FoPropertyBorderEndStyle initialized to default value.
Returns : | the new FoPropertyBorderEndStyle. |
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. |
<< border-end-precedence | fo-property-border-end-width >> |