![]() | ![]() | ![]() | xmlroff Reference Manual | ![]() |
---|
fo-property-alignment-adjust —
enum FoEnumAlignmentAdjust; #define FO_TYPE_ENUM_ALIGNMENT_ADJUSTGType fo_enum_alignment_adjust_get_type (void); struct FoPropertyAlignmentAdjust; struct FoPropertyAlignmentAdjustClass; FoProperty* fo_property_alignment_adjust_new (void); FoProperty* fo_property_alignment_adjust_get_initial (void);
typedef enum { FO_ENUM_ALIGNMENT_ADJUST_AUTO, FO_ENUM_ALIGNMENT_ADJUST_BASELINE, FO_ENUM_ALIGNMENT_ADJUST_BEFORE_EDGE, FO_ENUM_ALIGNMENT_ADJUST_TEXT_BEFORE_EDGE, FO_ENUM_ALIGNMENT_ADJUST_MIDDLE, FO_ENUM_ALIGNMENT_ADJUST_CENTRAL, FO_ENUM_ALIGNMENT_ADJUST_AFTER_EDGE, FO_ENUM_ALIGNMENT_ADJUST_TEXT_AFTER_EDGE, FO_ENUM_ALIGNMENT_ADJUST_IDEOGRAPHIC, FO_ENUM_ALIGNMENT_ADJUST_ALPHABETIC, FO_ENUM_ALIGNMENT_ADJUST_HANGING, FO_ENUM_ALIGNMENT_ADJUST_MATHEMATICAL } FoEnumAlignmentAdjust;
#define FO_TYPE_ENUM_ALIGNMENT_ADJUST fo_enum_alignment_adjust_get_type ()
struct FoPropertyAlignmentAdjust;
The
struct FoPropertyAlignmentAdjustClass;
The FoPropertyAlignmentAdjustClass structure represents the type of the 'alignment-adjust' property.
FoProperty* fo_property_alignment_adjust_new (void);
Creates a new FoPropertyAlignmentAdjust initialized to default value.
Returns : | the new FoPropertyAlignmentAdjust. |
FoProperty* fo_property_alignment_adjust_get_initial (void);
Get an instance of the property with the correct initial value.
Returns : | An instance of the property. |
<< FoProperty | fo-property-alignment-baseline >> |