fo-property-alignment-baseline

fo-property-alignment-baseline —

Synopsis




enum        FoEnumAlignmentBaseline;
#define     FO_TYPE_ENUM_ALIGNMENT_BASELINE
GType       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);

Description

Details

enum FoEnumAlignmentBaseline

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;


FO_TYPE_ENUM_ALIGNMENT_BASELINE

#define FO_TYPE_ENUM_ALIGNMENT_BASELINE fo_enum_alignment_baseline_get_type ()


fo_enum_alignment_baseline_get_type ()

GType       fo_enum_alignment_baseline_get_type
                                            (void);

Returns :

struct FoPropertyAlignmentBaseline

struct FoPropertyAlignmentBaseline;

The FoPropertyAlignmentBaseline structure represents one instance of the 'alignment-baseline' property.


struct FoPropertyAlignmentBaselineClass

struct FoPropertyAlignmentBaselineClass;

The FoPropertyAlignmentBaselineClass structure represents the type of the 'alignment-baseline' XSL property.


fo_property_alignment_baseline_new ()

FoProperty* fo_property_alignment_baseline_new
                                            (void);

Creates a new FoPropertyAlignmentBaseline initialized to default value.

Returns : the new FoPropertyAlignmentBaseline.

fo_property_alignment_baseline_get_initial ()

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.