|  |  |  | xmlroff Reference Manual |  | 
|---|---|---|---|---|
            FoMultiPropertySet;
            FoMultiPropertySetClass;
FoFo*       fo_multi_property_set_new       (void);
void        fo_multi_property_set_set_id    (FoFo *fo_fo,
                                             FoProperty *new_id);
FoProperty* fo_multi_property_set_get_id    (FoFo *fo_fo);
FoFo* fo_multi_property_set_new (void);
Creates a new FoMultiPropertySet initialized to default value.
| Returns : | the new FoMultiPropertySet | 
void fo_multi_property_set_set_id (FoFo *fo_fo, FoProperty *new_id);
Sets the id property of multi_property_set to new_id
| fo_fo: | The FoFoobject | 
| new_id: | The new "id" property value | 
FoProperty* fo_multi_property_set_get_id (FoFo *fo_fo);
Gets the id property of multi_property_set
| fo_fo: | The FoFoobject | 
| Returns : | The "id" property value |