![]() | ![]() | ![]() | xmlroff Reference Manual | ![]() |
---|
fo-property-alignment-baseline —
enum FoEnumAlignmentBaseline; #define FO_TYPE_ENUM_ALIGNMENT_BASELINEGType fo_enum_alignment_baseline_get_type (void); struct FoPropertyAlignmentBaseline; struct FoPropertyAlignmentBaselineClass; FoProperty* fo_property_alignment_baseline_new (void); FoProperty* fo_property_alignment_baseline_get_initial (void);
typedef enum { FO_ENUM_ALIGNMENT_BASELINE_AUTO, FO_ENUM_ALIGNMENT_BASELINE_BASELINE, FO_ENUM_ALIGNMENT_BASELINE_BEFORE_EDGE, FO_ENUM_ALIGNMENT_BASELINE_TEXT_BEFORE_EDGE, FO_ENUM_ALIGNMENT_BASELINE_MIDDLE, FO_ENUM_ALIGNMENT_BASELINE_CENTRAL, FO_ENUM_ALIGNMENT_BASELINE_AFTER_EDGE, FO_ENUM_ALIGNMENT_BASELINE_TEXT_AFTER_EDGE, FO_ENUM_ALIGNMENT_BASELINE_IDEOGRAPHIC, FO_ENUM_ALIGNMENT_BASELINE_ALPHABETIC, FO_ENUM_ALIGNMENT_BASELINE_HANGING, FO_ENUM_ALIGNMENT_BASELINE_MATHEMATICAL } FoEnumAlignmentBaseline;
#define FO_TYPE_ENUM_ALIGNMENT_BASELINE fo_enum_alignment_baseline_get_type ()
struct FoPropertyAlignmentBaseline;
The FoPropertyAlignmentBaseline structure represents one instance of the 'alignment-baseline' property.
struct FoPropertyAlignmentBaselineClass;
The FoPropertyAlignmentBaselineClass structure represents the type of the 'alignment-baseline' XSL property.
FoProperty* fo_property_alignment_baseline_new (void);
Creates a new FoPropertyAlignmentBaseline initialized to default value.
Returns : | the new FoPropertyAlignmentBaseline. |
FoProperty* fo_property_alignment_baseline_get_initial (void);
Get an instance of the property with the correct initial value.
Returns : | An instance of the property. |
<< fo-property-alignment-adjust | fo-property-background-color >> |