![]() | ![]() | ![]() | xmlroff Reference Manual | ![]() |
---|
fo-property-space-end-conditionality —
enum FoEnumSpaceEndCondity; #define FO_TYPE_ENUM_SPACE_END_CONDITYGType fo_enum_space_end_condity_get_type (void); struct FoPropertySpaceEndCondity; struct FoPropertySpaceEndCondityClass; FoProperty* fo_property_space_end_condity_new (void); FoDatatype* fo_property_space_end_condity_get_value (FoProperty *property); void fo_property_space_end_condity_set_value (FoProperty *property, FoDatatype *new_value); FoProperty* fo_property_space_end_condity_new_from_expression (constgchar *expression, FoContext *context, FoProperty *current_font_size, FoFo *fo_node,GError **error); FoProperty* fo_property_space_end_condity_get_initial (void);
GObject +----FoObject +----FoProperty +----FoPropertySpaceEndCondity
"value" FoDatatype : Read / Write
typedef enum { FO_ENUM_SPACE_END_CONDITY_DISCARD, FO_ENUM_SPACE_END_CONDITY_RETAIN } FoEnumSpaceEndCondity;
#define FO_TYPE_ENUM_SPACE_END_CONDITY fo_enum_space_end_condity_get_type ()
FoProperty* fo_property_space_end_condity_new (void);
Creates a new
Returns : | the new |
FoDatatype* fo_property_space_end_condity_get_value (FoProperty *property);
property : | |
Returns : |
void fo_property_space_end_condity_set_value (FoProperty *property, FoDatatype *new_value);
property : | |
new_value : |
FoProperty* fo_property_space_end_condity_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_space_end_condity_get_initial (void);
Returns : |
"value" (FoDatatype : Read / Write) | space-end.conditionality property value. |
<< fo-property-space-end-maximum | fo-property-space-end-precedence >> |