region-body

region-body

Functions

Properties

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── FoObject
            ╰── FoNode
                ╰── FoFo
                    ╰── FoRegion
                        ╰── FoRegionBody

Implemented Interfaces

FoRegionBody implements FoCBPBPFoIface.

Description

Functions

fo_region_body_new ()

FoFo *
fo_region_body_new (void);

Creates a new FoRegionBody initialized to default value.

Returns

the new FoRegionBody.


fo_region_body_get_display_align ()

FoProperty *
fo_region_body_get_display_align (FoFo *fo_fo);

fo_region_body_set_display_align ()

void
fo_region_body_set_display_align (FoFo *fo_fo,
                                  FoProperty *new_display_align);

fo_region_body_get_end_indent ()

FoProperty *
fo_region_body_get_end_indent (FoFo *fo_fo);

Gets the "end-indent" property of fo_fo .

Parameters

fo_fo

The FoFo object.

 

Returns

The "end-indent" property value.


fo_region_body_set_end_indent ()

void
fo_region_body_set_end_indent (FoFo *fo_fo,
                               FoProperty *new_end_indent);

Sets the "end-indent" property of fo_fo to new_end_indent .

Parameters

fo_fo

The FoFo object.

 

new_end_indent

The new "end-indent" property value.

 

fo_region_body_get_margin_bottom ()

FoProperty *
fo_region_body_get_margin_bottom (FoFo *fo_fo);

Gets the "margin-bottom" property of fo_fo .

Parameters

fo_fo

The FoFo object.

 

Returns

The "margin-bottom" property value.


fo_region_body_set_margin_bottom ()

void
fo_region_body_set_margin_bottom (FoFo *fo_fo,
                                  FoProperty *new_margin_bottom);

Sets the "margin-bottom" property of fo_fo to new_margin_bottom .

Parameters

fo_fo

The FoFo object.

 

new_margin_bottom

The new "margin-bottom" property value.

 

fo_region_body_get_margin_left ()

FoProperty *
fo_region_body_get_margin_left (FoFo *fo_fo);

Gets the "margin-left" property of fo_fo .

Parameters

fo_fo

The FoFo object.

 

Returns

The "margin-left" property value.


fo_region_body_set_margin_left ()

void
fo_region_body_set_margin_left (FoFo *fo_fo,
                                FoProperty *new_margin_left);

Sets the "margin-left" property of fo_fo to new_margin_left .

Parameters

fo_fo

The FoFo object.

 

new_margin_left

The new "margin-left" property value.

 

fo_region_body_get_margin_right ()

FoProperty *
fo_region_body_get_margin_right (FoFo *fo_fo);

Gets the "margin-right" property of fo_fo .

Parameters

fo_fo

The FoFo object.

 

Returns

The "margin-right" property value.


fo_region_body_set_margin_right ()

void
fo_region_body_set_margin_right (FoFo *fo_fo,
                                 FoProperty *new_margin_right);

Sets the "margin-right" property of fo_fo to new_margin_right .

Parameters

fo_fo

The FoFo object.

 

new_margin_right

The new "margin-right" property value.

 

fo_region_body_get_margin_top ()

FoProperty *
fo_region_body_get_margin_top (FoFo *fo_fo);

Gets the "margin-top" property of fo_fo .

Parameters

fo_fo

The FoFo object.

 

Returns

The "margin-top" property value.


fo_region_body_set_margin_top ()

void
fo_region_body_set_margin_top (FoFo *fo_fo,
                               FoProperty *new_margin_top);

Sets the "margin-top" property of fo_fo to new_margin_top .

Parameters

fo_fo

The FoFo object.

 

new_margin_top

The new "margin-top" property value.

 

fo_region_body_get_space_after ()

FoProperty *
fo_region_body_get_space_after (FoFo *fo_fo);

Gets the "space-after" property of fo_fo .

Parameters

fo_fo

The FoFo object.

 

Returns

The "space-after" property value.


fo_region_body_set_space_after ()

void
fo_region_body_set_space_after (FoFo *fo_fo,
                                FoProperty *new_space_after);

Sets the "space-after" property of fo_fo to new_space_after .

Parameters

fo_fo

The FoFo object.

 

new_space_after

The new "space-after" property value.

 

fo_region_body_get_space_before ()

FoProperty *
fo_region_body_get_space_before (FoFo *fo_fo);

Gets the "space-before" property of fo_fo .

Parameters

fo_fo

The FoFo object.

 

Returns

The "space-before" property value.


fo_region_body_set_space_before ()

void
fo_region_body_set_space_before (FoFo *fo_fo,
                                 FoProperty *new_space_before);

Sets the "space-before" property of fo_fo to new_space_before .

Parameters

fo_fo

The FoFo object.

 

new_space_before

The new "space-before" property value.

 

fo_region_body_get_start_indent ()

FoProperty *
fo_region_body_get_start_indent (FoFo *fo_fo);

Gets the "start-indent" property of fo_fo .

Parameters

fo_fo

The FoFo object.

 

Returns

The "start-indent" property value.


fo_region_body_set_start_indent ()

void
fo_region_body_set_start_indent (FoFo *fo_fo,
                                 FoProperty *new_start_indent);

Sets the "start-indent" property of fo_fo to new_start_indent .

Parameters

fo_fo

The FoFo object.

 

new_start_indent

The new "start-indent" property value.

 

Types and Values

FoRegionBody

typedef struct _FoRegionBody FoRegionBody;

Instance of the 'region-body' formatting object.


FoRegionBodyClass

typedef struct _FoRegionBodyClass FoRegionBodyClass;

Class structure for the 'region-body' formatting object.

Property Details

The “end-indent” property

  “end-indent”               FoProperty *

End Indent property.

Owner: FoRegionBody

Flags: Read


The “margin-bottom” property

  “margin-bottom”            FoProperty *

Margin Bottom property.

Owner: FoRegionBody

Flags: Read


The “margin-left” property

  “margin-left”              FoProperty *

Margin Left property.

Owner: FoRegionBody

Flags: Read


The “margin-right” property

  “margin-right”             FoProperty *

Margin Right property.

Owner: FoRegionBody

Flags: Read


The “margin-top” property

  “margin-top”               FoProperty *

Margin Top property.

Owner: FoRegionBody

Flags: Read


The “space-after” property

  “space-after”              FoProperty *

Space After property.

Owner: FoRegionBody

Flags: Read


The “space-before” property

  “space-before”             FoProperty *

Space Before property.

Owner: FoRegionBody

Flags: Read


The “start-indent” property

  “start-indent”             FoProperty *

Start Indent property.

Owner: FoRegionBody

Flags: Read