alignment-adjust

alignment-adjust — 'alignment-adjust' property

Functions

Types and Values

Description

Inherited: FALSE

Shorthand: FALSE

Value: auto | baseline | before-edge | text-before-edge | middle | central | after-edge | text-after-edge | ideographic | alphabetic | hanging | mathematical | <percentage> | <length> | inherit

Initial value: auto

Definition: http://www.w3.org/TR/xsl11/#alignment-adjust

Functions

fo_property_alignment_adjust_new ()

FoProperty *
fo_property_alignment_adjust_new (void);

Creates a new FoPropertyAlignmentAdjust initialized to default value.

Returns

the new FoPropertyAlignmentAdjust.


fo_property_alignment_adjust_get_initial ()

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.

Types and Values

FoPropertyAlignmentAdjust

typedef struct _FoPropertyAlignmentAdjust FoPropertyAlignmentAdjust;

Instance of the 'alignment-adjust' property.


FoPropertyAlignmentAdjustClass

typedef struct _FoPropertyAlignmentAdjustClass FoPropertyAlignmentAdjustClass;

Class structure for the 'alignment-adjust' property.