| Top |
GObject ╰── GInitiallyUnowned ╰── FoObject ╰── FoNode ╰── FoArea ╰── FoAreaArea ╰── FoAreaReference ├── FoAreaViewportReference ├── FoAreaSpanningTableCell ├── FoAreaTableCell ╰── FoAreaTable
FoArea *
fo_area_reference_new (void);
Creates a new FoAreaReference initialized to default value.
void fo_area_reference_set_bpd (FoArea *fo_area,FoEnumAreaDirection new_bpd);
Sets the "bpd" property of fo_area
to new_bpd
FoEnumAreaDirection
fo_area_reference_get_bpd (FoArea *fo_area);
Gets the "bpd" property of fo_area
void fo_area_reference_set_ipd (FoArea *fo_area,FoEnumAreaDirection new_ipd);
Sets the "ipd" property of fo_area
to new_ipd
FoEnumAreaDirection
fo_area_reference_get_ipd (FoArea *fo_area);
Gets the "ipd" property of fo_area
void fo_area_reference_set_sd (FoArea *fo_area,FoEnumAreaDirection new_sd);
Sets the "sd" property of fo_area
to new_sd
FoEnumAreaDirection
fo_area_reference_get_sd (FoArea *fo_area);
Gets the "sd" property of fo_area
“bpd” property“bpd” guint
Block progression direction of the reference area.
Owner: FoAreaReference
Flags: Read / Write
Default value: 0
“ipd” property“ipd” guint
Inline progression direction of the reference area.
Owner: FoAreaReference
Flags: Read / Write
Default value: 0
“sd” property“sd” guint
Shift direction of the reference area.
Owner: FoAreaReference
Flags: Read / Write
Default value: 0