fo-property-alignment-baseline

fo-property-alignment-baseline —

Synopsis




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

Description

Details

FoPropertyAlignmentBaseline

typedef struct _FoPropertyAlignmentBaseline FoPropertyAlignmentBaseline;

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


FoPropertyAlignmentBaselineClass

typedef struct _FoPropertyAlignmentBaselineClass 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.