FoAreaReference

FoAreaReference

Functions

Properties

guint bpd Read / Write
guint ipd Read / Write
guint sd Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── FoObject
        ╰── FoNode
            ╰── FoArea
                ╰── FoAreaArea
                    ╰── FoAreaReference
                        ├── FoAreaViewportReference
                        ├── FoAreaSpanningTableCell
                        ├── FoAreaTableCell
                        ╰── FoAreaTable

Description

Functions

fo_area_reference_new ()

FoArea *
fo_area_reference_new (void);

Creates a new FoAreaReference initialized to default value.

Returns

the new FoAreaReference


fo_area_reference_set_bpd ()

void
fo_area_reference_set_bpd (FoArea *fo_area,
                           FoEnumAreaDirection new_bpd);

Sets the "bpd" property of fo_area to new_bpd

Parameters

fo_area

The FoAreaReference object

 

new_bpd

The new "bpd" property value

 

fo_area_reference_get_bpd ()

FoEnumAreaDirection
fo_area_reference_get_bpd (FoArea *fo_area);

Gets the "bpd" property of fo_area

Parameters

fo_area

The FoAreaReference object

 

Returns

The "bpd" property value


fo_area_reference_set_ipd ()

void
fo_area_reference_set_ipd (FoArea *fo_area,
                           FoEnumAreaDirection new_ipd);

Sets the "ipd" property of fo_area to new_ipd

Parameters

fo_area

The FoAreaReference object

 

new_ipd

The new "ipd" property value

 

fo_area_reference_get_ipd ()

FoEnumAreaDirection
fo_area_reference_get_ipd (FoArea *fo_area);

Gets the "ipd" property of fo_area

Parameters

fo_area

The FoAreaReference object

 

Returns

The "ipd" property value


fo_area_reference_set_sd ()

void
fo_area_reference_set_sd (FoArea *fo_area,
                          FoEnumAreaDirection new_sd);

Sets the "sd" property of fo_area to new_sd

Parameters

fo_area

The FoAreaReference object

 

new_sd

The new "sd" property value

 

fo_area_reference_get_sd ()

FoEnumAreaDirection
fo_area_reference_get_sd (FoArea *fo_area);

Gets the "sd" property of fo_area

Parameters

fo_area

The FoAreaReference object

 

Returns

The "sd" property value

Types and Values

FoAreaReference

typedef struct _FoAreaReference FoAreaReference;


FoAreaReferenceClass

typedef struct _FoAreaReferenceClass FoAreaReferenceClass;

Property Details

The “bpd” property

  “bpd”                      guint

Block progression direction of the reference area.

Flags: Read / Write

Default value: 0


The “ipd” property

  “ipd”                      guint

Inline progression direction of the reference area.

Flags: Read / Write

Default value: 0


The “sd” property

  “sd”                       guint

Shift direction of the reference area.

Flags: Read / Write

Default value: 0