|  |  |  | xmlroff Reference Manual |  | 
|---|---|---|---|---|
            FoPropertyWhiteSpaceCollapse;
            FoPropertyWhiteSpaceCollapseClass;
FoProperty* fo_property_white_space_collapse_new
                                            (void);
FoProperty* fo_property_white_space_collapse_get_initial
                                            (void);
typedef struct _FoPropertyWhiteSpaceCollapse FoPropertyWhiteSpaceCollapse;
Instance of the 'white-space-collapse' property.
typedef struct _FoPropertyWhiteSpaceCollapseClass FoPropertyWhiteSpaceCollapseClass;
Class structure for the 'white-space-collapse' property.
FoProperty* fo_property_white_space_collapse_new (void);
Creates a new FoPropertyWhiteSpaceCollapse initialized to default value.
| Returns : | the new FoPropertyWhiteSpaceCollapse. | 
FoProperty* fo_property_white_space_collapse_get_initial (void);
Get an instance of the property with the correct initial value.
| Returns : | An instance of the property. |