![]() | ![]() | ![]() | xmlroff Reference Manual | ![]() |
---|
fo-property-dominant-baseline —
enum FoEnumDominantBaseline; #define FO_TYPE_ENUM_DOMINANT_BASELINEGType fo_enum_dominant_baseline_get_type (void); struct FoPropertyDominantBaseline; struct FoPropertyDominantBaselineClass; FoProperty* fo_property_dominant_baseline_new (void); FoProperty* fo_property_dominant_baseline_get_initial (void); void fo_property_dominant_baseline_resolve (FoContext *current_context, FoContext *parent_context);
typedef enum { FO_ENUM_DOMINANT_BASELINE_AUTO, FO_ENUM_DOMINANT_BASELINE_USE_SCRIPT, FO_ENUM_DOMINANT_BASELINE_NO_CHANGE, FO_ENUM_DOMINANT_BASELINE_RESET_SIZE, FO_ENUM_DOMINANT_BASELINE_IDEOGRAPHIC, FO_ENUM_DOMINANT_BASELINE_ALPHABETIC, FO_ENUM_DOMINANT_BASELINE_HANGING, FO_ENUM_DOMINANT_BASELINE_MATHEMATICAL, FO_ENUM_DOMINANT_BASELINE_CENTRAL, FO_ENUM_DOMINANT_BASELINE_MIDDLE, FO_ENUM_DOMINANT_BASELINE_TEXT_AFTER_EDGE, FO_ENUM_DOMINANT_BASELINE_TEXT_BEFORE_EDGE } FoEnumDominantBaseline;
#define FO_TYPE_ENUM_DOMINANT_BASELINE fo_enum_dominant_baseline_get_type ()
FoProperty* fo_property_dominant_baseline_new (void);
Creates a new FoPropertyDominantBaseline initialized to default value.
Returns : | the new FoPropertyDominantBaseline. |
FoProperty* fo_property_dominant_baseline_get_initial (void);
Get an instance of the property with the correct initial value.
Returns : | An instance of the property. |
<< display-align | fo-property-end-indent >> |