text-align

text-align

Synopsis

                    FoPropertyTextAlign;
                    FoPropertyTextAlignClass;
FoProperty*         fo_property_text_align_new          (void);
FoProperty*         fo_property_text_align_get_initial  (void);

Description

Details

FoPropertyTextAlign

typedef struct _FoPropertyTextAlign FoPropertyTextAlign;


FoPropertyTextAlignClass

typedef struct _FoPropertyTextAlignClass FoPropertyTextAlignClass;


fo_property_text_align_new ()

FoProperty*         fo_property_text_align_new          (void);

Creates a new FoPropertyTextAlign initialized to default value.

Returns :

the new FoPropertyTextAlign.

fo_property_text_align_get_initial ()

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.