|  |  |  | xmlroff Reference Manual |  | 
|---|---|---|---|---|
            FoPropertyExtent;
            FoPropertyExtentClass;
FoProperty* fo_property_extent_new          (void);
FoProperty* fo_property_extent_get_initial  (void);
typedef struct _FoPropertyExtent FoPropertyExtent;
Instance of the 'extent' property.
typedef struct _FoPropertyExtentClass FoPropertyExtentClass;
Class structure for the 'extent' property.
FoProperty* fo_property_extent_new (void);
Creates a new FoPropertyExtent initialized to default value.
| Returns : | the new FoPropertyExtent. | 
FoProperty* fo_property_extent_get_initial (void);
Get an instance of the property with the correct initial value.
| Returns : | An instance of the property. |