xmlroff Reference Manual |
---|
fo-property-text-align —
enum FoEnumTextAlign; #define FO_TYPE_ENUM_TEXT_ALIGNGType fo_enum_text_align_get_type (void); struct FoPropertyTextAlign; struct FoPropertyTextAlignClass; FoProperty* fo_property_text_align_new (void); FoProperty* fo_property_text_align_get_initial (void);
typedef enum { FO_ENUM_TEXT_ALIGN_START, FO_ENUM_TEXT_ALIGN_CENTER, FO_ENUM_TEXT_ALIGN_END, FO_ENUM_TEXT_ALIGN_JUSTIFY, FO_ENUM_TEXT_ALIGN_INSIDE, FO_ENUM_TEXT_ALIGN_OUTSIDE, FO_ENUM_TEXT_ALIGN_LEFT, FO_ENUM_TEXT_ALIGN_RIGHT } FoEnumTextAlign;
FoProperty* fo_property_text_align_new (void);
Creates a new FoPropertyTextAlign initialized to default value.
Returns : | the new FoPropertyTextAlign. |
FoProperty* fo_property_text_align_get_initial (void);
Get an instance of the property with the correct initial value.
Returns : | An instance of the property. |
<< fo-property-table-layout | fo-property-text-indent >> |