dominant-baseline

dominant-baseline — 'dominant-baseline' property

Functions

Types and Values

Description

Inherited: FALSE

Shorthand: FALSE

Value: auto | use-script | no-change | reset-size | ideographic | alphabetic | hanging | mathematical | central | middle | text-after-edge | text-before-edge | inherit

Initial value: auto

Definition: http://www.w3.org/TR/xsl11/#dominant-baseline

Functions

fo_property_dominant_baseline_new ()

FoProperty *
fo_property_dominant_baseline_new (void);

Creates a new FoPropertyDominantBaseline initialized to default value.

Returns

the new FoPropertyDominantBaseline.


fo_property_dominant_baseline_get_initial ()

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.

Types and Values

FoPropertyDominantBaseline

typedef struct _FoPropertyDominantBaseline FoPropertyDominantBaseline;

FoPropertyDominantBaselineClass

typedef struct _FoPropertyDominantBaselineClass FoPropertyDominantBaselineClass;