FoLengthBpIpD

FoLengthBpIpD

Functions

Properties

FoDatatype * length-bpd Read / Write / Construct Only
FoDatatype * length-ipd Read / Write / Construct Only

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── FoObject
            ╰── FoDatatype
                ╰── FoLengthBpIpD

Description

Functions

fo_length_bp_ip_d_new ()

FoDatatype *
fo_length_bp_ip_d_new (void);

Creates a new FoLengthBpIpD initialized to default value.

Returns

the new FoLengthBpIpD


fo_length_bp_ip_d_new_with_value ()

FoDatatype *
fo_length_bp_ip_d_new_with_value (FoDatatype *length_bpd,
                                  FoDatatype *length_ipd);

Creates a new FoLengthBpIpD set to length_bpd and length_ipd

Parameters

length_bpd

.block-progression-direction component of the new FoLengthBpIpD

 

length_ipd

.inline-progression-direction component of the new FoLengthBpIpD

 

Returns

The new FoLengthBpIpD


fo_length_bp_ip_d_get_length_bpd ()

FoDatatype *
fo_length_bp_ip_d_get_length_bpd (FoDatatype *datatype);

Gets the .block-progression-direction component value of datatype

Parameters

datatype

FoLengthBpIpD

 

Returns

The .block-progression-direction value of datatype


fo_length_bp_ip_d_get_length_ipd ()

FoDatatype *
fo_length_bp_ip_d_get_length_ipd (FoDatatype *datatype);

Gets the .inline-progression-direction component value of datatype

Parameters

datatype

FoLengthBpIpD

 

Returns

The .inline-progression-direction component value of datatype

Types and Values

FoLengthBpIpD

typedef struct _FoLengthBpIpD FoLengthBpIpD;

FoLengthBpIpDClass

typedef struct _FoLengthBpIpDClass FoLengthBpIpDClass;

Property Details

The “length-bpd” property

  “length-bpd”               FoDatatype *

Length in block-progression-direction.

Owner: FoLengthBpIpD

Flags: Read / Write / Construct Only


The “length-ipd” property

  “length-ipd”               FoDatatype *

Length in inline-progression-direction.

Owner: FoLengthBpIpD

Flags: Read / Write / Construct Only