xmlroff Reference Manual |
---|
fo-property-alignment-baseline —
struct FoPropertyAlignmentBaseline; struct FoPropertyAlignmentBaselineClass; FoProperty* fo_property_alignment_baseline_new (void); FoProperty* fo_property_alignment_baseline_get_initial (void);
struct FoPropertyAlignmentBaseline;
The FoPropertyAlignmentBaseline structure represents one instance of the 'alignment-baseline' property.
struct FoPropertyAlignmentBaselineClass;
The FoPropertyAlignmentBaselineClass structure represents the type of the 'alignment-baseline' XSL property.
FoProperty* fo_property_alignment_baseline_new (void);
Creates a new FoPropertyAlignmentBaseline initialized to default value.
Returns : | the new FoPropertyAlignmentBaseline. |
FoProperty* fo_property_alignment_baseline_get_initial (void);
Get an instance of the property with the correct initial value.
Returns : | An instance of the property. |
<< fo-property-alignment-adjust | fo-property-background-color >> |