xmlroff Reference Manual |
---|
fo-property-block-progression-dimension —
struct FoPropertyBlockProgressionDimension; struct FoPropertyBlockProgressionDimensionClass; FoProperty* fo_property_block_progression_dimension_new (void); FoProperty* fo_property_block_progression_dimension_get_initial (void);
struct FoPropertyBlockProgressionDimension;
The FoPropertyBlockProgressionDimension structure represents one instance of the 'block-progression-dimension' property.
struct FoPropertyBlockProgressionDimensionClass;
The FoPropertyBlockProgressionDimensionClass structure represents the type of the 'block-progression-dimension' XSL property.
FoProperty* fo_property_block_progression_dimension_new (void);
Creates a new FoPropertyBlockProgressionDimension initialized to default value.
Returns : | the new FoPropertyBlockProgressionDimension. |
FoProperty* fo_property_block_progression_dimension_get_initial (void);
Get an instance of the property with the correct initial value.
Returns : | An instance of the property. |
<< fo-property-baseline-shift | fo-property-block-progression-dimension-minimum >> |