xmlroff Reference Manual |
---|
display-align —
enum FoEnumDisplayAlign; #define FO_TYPE_ENUM_DISPLAY_ALIGNGType fo_enum_display_align_get_type (void); struct FoPropertyDisplayAlign; struct FoPropertyDisplayAlignClass; FoProperty* fo_property_display_align_new (void); FoProperty* fo_property_display_align_get_initial (void);
typedef enum { FO_ENUM_DISPLAY_ALIGN_AUTO, FO_ENUM_DISPLAY_ALIGN_BEFORE, FO_ENUM_DISPLAY_ALIGN_CENTER, FO_ENUM_DISPLAY_ALIGN_AFTER } FoEnumDisplayAlign;
FoProperty* fo_property_display_align_new (void);
Creates a new FoPropertyDisplayAlign initialized to default value.
Returns : | the new FoPropertyDisplayAlign. |
FoProperty* fo_property_display_align_get_initial (void);
Get an instance of the property with the correct initial value.
Returns : | An instance of the property. |
<< fo-property-direction | fo-property-dominant-baseline >> |