![]() | ![]() | ![]() | xmlroff Reference Manual | ![]() |
---|
fo-property-margin-bottom —
enum FoEnumMarginBottom; #define FO_TYPE_ENUM_MARGIN_BOTTOMGType fo_enum_margin_bottom_get_type (void); struct FoPropertyMarginBottom; struct FoPropertyMarginBottomClass; FoProperty* fo_property_margin_bottom_new (void); FoDatatype* fo_property_margin_bottom_get_value (FoProperty *property); void fo_property_margin_bottom_set_value (FoProperty *property, FoDatatype *new_value); FoProperty* fo_property_margin_bottom_new_from_expression (constgchar *expression, FoContext *context, FoProperty *current_font_size, FoFo *fo_node,GError **error); FoProperty* fo_property_margin_bottom_get_initial (void);
GObject +----FoObject +----FoProperty +----margin +----FoPropertyMarginBottom
"value" FoDatatype : Read / Write
typedef enum { FO_ENUM_MARGIN_BOTTOM_AUTO, FO_ENUM_MARGIN_BOTTOM_INHERIT } FoEnumMarginBottom;
FoProperty* fo_property_margin_bottom_new (void);
Creates a new
Returns : | the new |
FoDatatype* fo_property_margin_bottom_get_value (FoProperty *property);
property : | |
Returns : |
void fo_property_margin_bottom_set_value (FoProperty *property, FoDatatype *new_value);
property : | |
new_value : |
FoProperty* fo_property_margin_bottom_new_from_expression (constgchar *expression, FoContext *context, FoProperty *current_font_size, FoFo *fo_node,GError **error);
expression : | |
context : | |
current_font_size : | |
fo_node : | |
error : | |
Returns : |
FoProperty* fo_property_margin_bottom_get_initial (void);
Returns : |
"value" (FoDatatype : Read / Write) | margin-bottom property value. |
<< fo-property-line-stacking-strategy | fo-property-margin-left >> |