xmlroff Reference Manual |
---|
fo-property-wrap-option —
enum FoEnumWrapOption; #define FO_TYPE_ENUM_WRAP_OPTIONGType fo_enum_wrap_option_get_type (void); struct FoPropertyWrapOption; struct FoPropertyWrapOptionClass; FoProperty* fo_property_wrap_option_new (void); FoProperty* fo_property_wrap_option_get_initial (void);
typedef enum { FO_ENUM_WRAP_OPTION_NO_WRAP, FO_ENUM_WRAP_OPTION_WRAP } FoEnumWrapOption;
FoProperty* fo_property_wrap_option_new (void);
Creates a new FoPropertyWrapOption initialized to default value.
Returns : | the new FoPropertyWrapOption. |
FoProperty* fo_property_wrap_option_get_initial (void);
Get an instance of the property with the correct initial value.
Returns : | An instance of the property. |
<< fo-property-width | fo-property-writing-mode >> |