white-space-treatment

white-space-treatment —

Synopsis




            FoPropertyWhiteSpaceTreatment;
            FoPropertyWhiteSpaceTreatmentClass;
FoProperty* fo_property_white_space_treatment_new
                                            (void);
FoProperty* fo_property_white_space_treatment_get_initial
                                            (void);

Description

Details

FoPropertyWhiteSpaceTreatment

typedef struct _FoPropertyWhiteSpaceTreatment FoPropertyWhiteSpaceTreatment;

Instance of the 'white-space-treatment' property.


FoPropertyWhiteSpaceTreatmentClass

typedef struct _FoPropertyWhiteSpaceTreatmentClass FoPropertyWhiteSpaceTreatmentClass;

Class structure for the 'white-space-treatment' property.


fo_property_white_space_treatment_new ()

FoProperty* fo_property_white_space_treatment_new
                                            (void);

Creates a new FoPropertyWhiteSpaceTreatment initialized to default value.

Returns : the new FoPropertyWhiteSpaceTreatment.

fo_property_white_space_treatment_get_initial ()

FoProperty* fo_property_white_space_treatment_get_initial
                                            (void);

Get an instance of the property with the correct initial value.

Returns : An instance of the property.