fo-property-alignment-baseline

fo-property-alignment-baseline —

Synopsis




struct      FoPropertyAlignmentBaseline;
struct      FoPropertyAlignmentBaselineClass;
FoProperty* fo_property_alignment_baseline_new
                                            (void);
FoProperty* fo_property_alignment_baseline_get_initial
                                            (void);

Description

Details

struct FoPropertyAlignmentBaseline

struct FoPropertyAlignmentBaseline;

The FoPropertyAlignmentBaseline structure represents one instance of the 'alignment-baseline' property.


struct FoPropertyAlignmentBaselineClass

struct FoPropertyAlignmentBaselineClass;

The FoPropertyAlignmentBaselineClass structure represents the type of the 'alignment-baseline' XSL property.


fo_property_alignment_baseline_new ()

FoProperty* fo_property_alignment_baseline_new
                                            (void);

Creates a new FoPropertyAlignmentBaseline initialized to default value.

Returns : the new FoPropertyAlignmentBaseline.

fo_property_alignment_baseline_get_initial ()

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.