xmlroff Reference Manual |
---|
fo-property-unicode-bidi —
enum FoEnumUnicodeBidi; #define FO_TYPE_ENUM_UNICODE_BIDIGType fo_enum_unicode_bidi_get_type (void); struct FoPropertyUnicodeBidi; struct FoPropertyUnicodeBidiClass; FoProperty* fo_property_unicode_bidi_new (void); FoProperty* fo_property_unicode_bidi_get_initial (void);
typedef enum { FO_ENUM_UNICODE_BIDI_NORMAL, FO_ENUM_UNICODE_BIDI_EMBED, FO_ENUM_UNICODE_BIDI_BIDI_OVERRIDE } FoEnumUnicodeBidi;
FoProperty* fo_property_unicode_bidi_new (void);
Creates a new FoPropertyUnicodeBidi initialized to default value.
Returns : | the new FoPropertyUnicodeBidi. |
FoProperty* fo_property_unicode_bidi_get_initial (void);
Get an instance of the property with the correct initial value.
Returns : | An instance of the property. |
<< fo-property-text-indent | fo-property-widows >> |