xmlroff Reference Manual |
---|
fo-property-border-start-style —
struct FoPropertyBorderStartStyle; struct FoPropertyBorderStartStyleClass; FoProperty* fo_property_border_start_style_new (void); FoProperty* fo_property_border_start_style_get_initial (void);
struct FoPropertyBorderStartStyle;
The FoPropertyBorderStartStyle structure represents one instance of the 'border-start-style' property.
struct FoPropertyBorderStartStyleClass;
The FoPropertyBorderStartStyleClass structure represents the type of the 'border-start-style' XSL property.
FoProperty* fo_property_border_start_style_new (void);
Creates a new FoPropertyBorderStartStyle initialized to default value.
Returns : | the new FoPropertyBorderStartStyle. |
FoProperty* fo_property_border_start_style_get_initial (void);
Get an instance of the property with the correct initial value.
Returns : | An instance of the property. |
<< border-start-precedence | fo-property-border-start-width >> |