root

root — 'root' formatting object

Functions

Properties

Types and Values

Object Hierarchy

    GObject
    ╰── FoObject
        ╰── FoNode
            ╰── FoFo
                ╰── FoRoot

Description

Definition: http://www.w3.org/TR/xsl11/#fo_root

Functions

fo_root_new ()

FoFo *
fo_root_new (void);

Creates a new FoRoot initialized to default value.

Returns

the new FoRoot.


fo_root_get_media_usage ()

FoProperty *
fo_root_get_media_usage (FoFo *fo_fo);

Gets the "media-usage" property of fo_fo .

Parameters

fo_fo

The FoFo object.

 

Returns

The "media-usage" property value.


fo_root_set_media_usage ()

void
fo_root_set_media_usage (FoFo *fo_fo,
                         FoProperty *new_media_usage);

Sets the "media-usage" property of fo_fo to new_media_usage .

Parameters

fo_fo

The FoFo object.

 

new_media_usage

The new "media-usage" property value.

 

Types and Values

FoRoot

typedef struct _FoRoot FoRoot;


FoRootClass

typedef struct _FoRootClass FoRootClass;

Property Details

The “media-usage” property

  “media-usage”              FoProperty *

Media Usage property.

Flags: Read