![]() | ![]() | ![]() | xmlroff Reference Manual | ![]() |
---|
fo-property-region-name —
enum FoEnumRegionName; #define FO_TYPE_ENUM_REGION_NAMEGType fo_enum_region_name_get_type (void); struct FoPropertyRegionName; struct FoPropertyRegionNameClass; FoProperty* fo_property_region_name_new (void); FoDatatype* fo_property_region_name_get_value (FoProperty *property); void fo_property_region_name_set_value (FoProperty *property, FoDatatype *new_value); FoProperty* fo_property_region_name_new_from_expression (constgchar *expression, FoContext *context, FoProperty *current_font_size, FoFo *fo_node,GError **error); FoProperty* fo_property_region_name_get_initial (void);
GObject +----FoObject +----FoProperty +----FoPropertyRegionName
"value" FoDatatype : Read / Write
typedef enum { FO_ENUM_REGION_NAME_XSL_REGION_BODY, FO_ENUM_REGION_NAME_XSL_REGION_START, FO_ENUM_REGION_NAME_XSL_REGION_END, FO_ENUM_REGION_NAME_XSL_REGION_BEFORE, FO_ENUM_REGION_NAME_XSL_REGION_AFTER, FO_ENUM_REGION_NAME_XSL_BEFORE_FLOAT_SEPARATOR, FO_ENUM_REGION_NAME_XSL_FOOTNOTE_SEPARATOR } FoEnumRegionName;
FoProperty* fo_property_region_name_new (void);
Creates a new
Returns : | the new |
FoDatatype* fo_property_region_name_get_value (FoProperty *property);
property : | |
Returns : |
void fo_property_region_name_set_value (FoProperty *property, FoDatatype *new_value);
property : | |
new_value : |
FoProperty* fo_property_region_name_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_region_name_get_initial (void);
Returns : |
"value" (FoDatatype : Read / Write) | region-name property value. |
<< fo-property-provisional-label-separation | fo-property-role >> |