![]() | ![]() | ![]() | xmlroff Reference Manual | ![]() |
---|
fo-property-block-progression-dimension —
enum FoEnumBlockProgressionDimension; #define FO_TYPE_ENUM_BLOCK_PROGRESSION_DIMENSIONGType fo_enum_block_progression_dimension_get_type (void); struct FoPropertyBlockProgressionDimension; struct FoPropertyBlockProgressionDimensionClass; FoProperty* fo_property_block_progression_dimension_new (void); FoProperty* fo_property_block_progression_dimension_get_initial (void);
typedef enum { FO_ENUM_BLOCK_PROGRESSION_DIMENSION_AUTO } FoEnumBlockProgressionDimension;
#define FO_TYPE_ENUM_BLOCK_PROGRESSION_DIMENSION fo_enum_block_progression_dimension_get_type ()
GType fo_enum_block_progression_dimension_get_type (void);
Returns : |
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 >> |