Top | ![]() |
![]() |
![]() |
![]() |
FoProperty * | format | Read |
FoProperty * | grouping-separator | Read |
FoProperty * | grouping-size | Read |
FoProperty * | id | Read |
FoProperty * | letter-value | Read |
FoProperty * | master-reference | Read |
FoFo *
fo_page_sequence_new (void
);
Creates a new FoPageSequence initialized to default value.
FoProperty *
fo_page_sequence_get_format (FoFo *fo_fo
);
Gets the "format" property of fo_fo
.
void fo_page_sequence_set_format (FoFo *fo_fo
,FoProperty *new_format
);
Sets the "format" property of fo_fo
to new_format
.
FoProperty *
fo_page_sequence_get_grouping_separator
(FoFo *fo_fo
);
Gets the "grouping-separator" property of fo_fo
.
void fo_page_sequence_set_grouping_separator (FoFo *fo_fo
,FoProperty *new_grouping_separator
);
Sets the "grouping-separator" property of fo_fo
to new_grouping_separator
.
fo_fo |
The FoFo object. |
|
new_grouping_separator |
The new "grouping-separator" property value. |
FoProperty *
fo_page_sequence_get_grouping_size (FoFo *fo_fo
);
Gets the "grouping-size" property of fo_fo
.
void fo_page_sequence_set_grouping_size (FoFo *fo_fo
,FoProperty *new_grouping_size
);
Sets the "grouping-size" property of fo_fo
to new_grouping_size
.
FoProperty *
fo_page_sequence_get_id (FoFo *fo_fo
);
Gets the "id" property of fo_fo
.
void fo_page_sequence_set_id (FoFo *fo_fo
,FoProperty *new_id
);
Sets the "id" property of fo_fo
to new_id
.
FoProperty *
fo_page_sequence_get_letter_value (FoFo *fo_fo
);
Gets the "letter-value" property of fo_fo
.
void fo_page_sequence_set_letter_value (FoFo *fo_fo
,FoProperty *new_letter_value
);
Sets the "letter-value" property of fo_fo
to new_letter_value
.
FoProperty *
fo_page_sequence_get_master_reference (FoFo *fo_fo
);
Gets the "master-reference" property of fo_fo
.
void fo_page_sequence_set_master_reference (FoFo *fo_fo
,FoProperty *new_master_reference
);
Sets the "master-reference" property of fo_fo
to new_master_reference
.
typedef struct _FoPageSequence FoPageSequence;
Instance of the 'page-sequence' formatting object.
“grouping-separator”
property“grouping-separator” FoProperty *
Grouping Separator property.
Flags: Read
“master-reference”
property“master-reference” FoProperty *
Master Reference property.
Flags: Read