![]() | ![]() | ![]() | xmlroff Reference Manual | ![]() |
---|
FoPropertyMargin —
enum FoEnumMargin; #define FO_TYPE_ENUM_MARGINGType fo_enum_margin_get_type (void); struct FoPropertyMargin; struct FoPropertyMarginClass; FoProperty* fo_property_margin_new (void); FoProperty* fo_property_margin_new_from_expression (constgchar *expression, FoContext *context, FoProperty *current_font_size, FoFo *fo_node,GError **error); FoProperty* fo_property_margin_get_initial (void); void fo_property_margin_resolve (FoContext *current_context, FoContext *parent_context);
FoProperty* fo_property_margin_new (void);
Creates a new FoPropertyMargin initialized to default value.
Returns : | the new FoPropertyMargin. |
FoProperty* fo_property_margin_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_get_initial (void);
Get an instance of the property with the correct initial value.
Returns : | An instance of the property. |
<< FoPropertyBorder | FoPropertyPadding >> |