Top | ![]() |
![]() |
![]() |
![]() |
FoContext *
fo_context_new (void
);
Creates a new FoContext initialized to default value.
void
fo_context_initialize (FoContext *context
);
Initialize context
with the initial/default value of every property.
void fo_context_merge (FoContext *primary
,FoContext *secondary
);
Merge primary
and secondary
.
When a property does not exist in primary
, if the property is
inherited, set the property value in primary
to that in
secondary
, otherwise set the property value in primary
to its
initial value.
void fo_context_update_from_slist (FoContext *context
,GSList *property_list
);
Add each FoProperty in property_list
to context
.
void fo_context_debug_dump_properties (FoContext *fo_context
,gint depth
);
Calls fo_object_debug_dump on each property of fo
then calls
debug_dump_properties method of parent class.
FoProperty *
fo_context_get_alignment_adjust (FoContext *fo_context
);
Gets the "alignment-adjust" property of fo_context
.
void fo_context_set_alignment_adjust (FoContext *fo_context
,FoProperty *new_alignment_adjust
);
Sets the "alignment-adjust" property of fo_context
to new_alignment_adjust
.
fo_context |
The FoContext object. |
|
new_alignment_adjust |
The new "alignment-adjust" property value. |
FoProperty *
fo_context_get_alignment_baseline (FoContext *fo_context
);
Gets the "alignment-baseline" property of fo_context
.
void fo_context_set_alignment_baseline (FoContext *fo_context
,FoProperty *new_alignment_baseline
);
Sets the "alignment-baseline" property of fo_context
to new_alignment_baseline
.
fo_context |
The FoContext object. |
|
new_alignment_baseline |
The new "alignment-baseline" property value. |
FoProperty *
fo_context_get_background_color (FoContext *fo_context
);
Gets the "background-color" property of fo_context
.
void fo_context_set_background_color (FoContext *fo_context
,FoProperty *new_background_color
);
Sets the "background-color" property of fo_context
to new_background_color
.
fo_context |
The FoContext object. |
|
new_background_color |
The new "background-color" property value. |
FoProperty *
fo_context_get_background_image (FoContext *fo_context
);
Gets the "background-image" property of fo_context
.
void fo_context_set_background_image (FoContext *fo_context
,FoProperty *new_background_image
);
Sets the "background-image" property of fo_context
to new_background_image
.
fo_context |
The FoContext object. |
|
new_background_image |
The new "background-image" property value. |
FoProperty *
fo_context_get_baseline_shift (FoContext *fo_context
);
Gets the "baseline-shift" property of fo_context
.
void fo_context_set_baseline_shift (FoContext *fo_context
,FoProperty *new_baseline_shift
);
Sets the "baseline-shift" property of fo_context
to new_baseline_shift
.
fo_context |
The FoContext object. |
|
new_baseline_shift |
The new "baseline-shift" property value. |
FoProperty *
fo_context_get_block_progression_dimension
(FoContext *fo_context
);
Gets the "block-progression-dimension" property of fo_context
.
void fo_context_set_block_progression_dimension (FoContext *fo_context
,FoProperty *new_block_progression_dimension
);
Sets the "block-progression-dimension" property of fo_context
to new_block_progression_dimension
.
fo_context |
The FoContext object. |
|
new_block_progression_dimension |
The new "block-progression-dimension" property value. |
FoProperty *
fo_context_get_block_progression_dimension_minimum
(FoContext *fo_context
);
Gets the "block-progression-dimension-minimum" property of fo_context
.
void fo_context_set_block_progression_dimension_minimum (FoContext *fo_context
,FoProperty *new_block_progression_dimension_minimum
);
Sets the "block-progression-dimension-minimum" property of fo_context
to new_block_progression_dimension_minimum
.
fo_context |
The FoContext object. |
|
new_block_progression_dimension_minimum |
The new "block-progression-dimension-minimum" property value. |
FoProperty *
fo_context_get_block_progression_dimension_optimum
(FoContext *fo_context
);
Gets the "block-progression-dimension-optimum" property of fo_context
.
void fo_context_set_block_progression_dimension_optimum (FoContext *fo_context
,FoProperty *new_block_progression_dimension_optimum
);
Sets the "block-progression-dimension-optimum" property of fo_context
to new_block_progression_dimension_optimum
.
fo_context |
The FoContext object. |
|
new_block_progression_dimension_optimum |
The new "block-progression-dimension-optimum" property value. |
FoProperty *
fo_context_get_block_progression_dimension_maximum
(FoContext *fo_context
);
Gets the "block-progression-dimension-maximum" property of fo_context
.
void fo_context_set_block_progression_dimension_maximum (FoContext *fo_context
,FoProperty *new_block_progression_dimension_maximum
);
Sets the "block-progression-dimension-maximum" property of fo_context
to new_block_progression_dimension_maximum
.
fo_context |
The FoContext object. |
|
new_block_progression_dimension_maximum |
The new "block-progression-dimension-maximum" property value. |
FoProperty *
fo_context_get_border (FoContext *fo_context
);
Gets the "border" property of fo_context
.
void fo_context_set_border (FoContext *fo_context
,FoProperty *new_border
);
Sets the "border" property of fo_context
to new_border
.
FoProperty *
fo_context_get_border_after_color (FoContext *fo_context
);
Gets the "border-after-color" property of fo_context
.
void fo_context_set_border_after_color (FoContext *fo_context
,FoProperty *new_border_after_color
);
Sets the "border-after-color" property of fo_context
to new_border_after_color
.
fo_context |
The FoContext object. |
|
new_border_after_color |
The new "border-after-color" property value. |
FoProperty *
fo_context_get_border_after_precedence
(FoContext *fo_context
);
Gets the "border-after-precedence" property of fo_context
.
void fo_context_set_border_after_precedence (FoContext *fo_context
,FoProperty *new_border_after_precedence
);
Sets the "border-after-precedence" property of fo_context
to new_border_after_precedence
.
fo_context |
The FoContext object. |
|
new_border_after_precedence |
The new "border-after-precedence" property value. |
FoProperty *
fo_context_get_border_after_style (FoContext *fo_context
);
Gets the "border-after-style" property of fo_context
.
void fo_context_set_border_after_style (FoContext *fo_context
,FoProperty *new_border_after_style
);
Sets the "border-after-style" property of fo_context
to new_border_after_style
.
fo_context |
The FoContext object. |
|
new_border_after_style |
The new "border-after-style" property value. |
FoProperty *
fo_context_get_border_after_width (FoContext *fo_context
);
Gets the "border-after-width" property of fo_context
.
void fo_context_set_border_after_width (FoContext *fo_context
,FoProperty *new_border_after_width
);
Sets the "border-after-width" property of fo_context
to new_border_after_width
.
fo_context |
The FoContext object. |
|
new_border_after_width |
The new "border-after-width" property value. |
FoProperty *
fo_context_get_border_before_color (FoContext *fo_context
);
Gets the "border-before-color" property of fo_context
.
void fo_context_set_border_before_color (FoContext *fo_context
,FoProperty *new_border_before_color
);
Sets the "border-before-color" property of fo_context
to new_border_before_color
.
fo_context |
The FoContext object. |
|
new_border_before_color |
The new "border-before-color" property value. |
FoProperty *
fo_context_get_border_before_precedence
(FoContext *fo_context
);
Gets the "border-before-precedence" property of fo_context
.
void fo_context_set_border_before_precedence (FoContext *fo_context
,FoProperty *new_border_before_precedence
);
Sets the "border-before-precedence" property of fo_context
to new_border_before_precedence
.
fo_context |
The FoContext object. |
|
new_border_before_precedence |
The new "border-before-precedence" property value. |
FoProperty *
fo_context_get_border_before_style (FoContext *fo_context
);
Gets the "border-before-style" property of fo_context
.
void fo_context_set_border_before_style (FoContext *fo_context
,FoProperty *new_border_before_style
);
Sets the "border-before-style" property of fo_context
to new_border_before_style
.
fo_context |
The FoContext object. |
|
new_border_before_style |
The new "border-before-style" property value. |
FoProperty *
fo_context_get_border_before_width (FoContext *fo_context
);
Gets the "border-before-width" property of fo_context
.
void fo_context_set_border_before_width (FoContext *fo_context
,FoProperty *new_border_before_width
);
Sets the "border-before-width" property of fo_context
to new_border_before_width
.
fo_context |
The FoContext object. |
|
new_border_before_width |
The new "border-before-width" property value. |
FoProperty *
fo_context_get_border_bottom (FoContext *fo_context
);
Gets the "border-bottom" property of fo_context
.
void fo_context_set_border_bottom (FoContext *fo_context
,FoProperty *new_border_bottom
);
Sets the "border-bottom" property of fo_context
to new_border_bottom
.
fo_context |
The FoContext object. |
|
new_border_bottom |
The new "border-bottom" property value. |
FoProperty *
fo_context_get_border_bottom_color (FoContext *fo_context
);
Gets the "border-bottom-color" property of fo_context
.
void fo_context_set_border_bottom_color (FoContext *fo_context
,FoProperty *new_border_bottom_color
);
Sets the "border-bottom-color" property of fo_context
to new_border_bottom_color
.
fo_context |
The FoContext object. |
|
new_border_bottom_color |
The new "border-bottom-color" property value. |
FoProperty *
fo_context_get_border_bottom_style (FoContext *fo_context
);
Gets the "border-bottom-style" property of fo_context
.
void fo_context_set_border_bottom_style (FoContext *fo_context
,FoProperty *new_border_bottom_style
);
Sets the "border-bottom-style" property of fo_context
to new_border_bottom_style
.
fo_context |
The FoContext object. |
|
new_border_bottom_style |
The new "border-bottom-style" property value. |
FoProperty *
fo_context_get_border_bottom_width (FoContext *fo_context
);
Gets the "border-bottom-width" property of fo_context
.
void fo_context_set_border_bottom_width (FoContext *fo_context
,FoProperty *new_border_bottom_width
);
Sets the "border-bottom-width" property of fo_context
to new_border_bottom_width
.
fo_context |
The FoContext object. |
|
new_border_bottom_width |
The new "border-bottom-width" property value. |
FoProperty *
fo_context_get_border_collapse (FoContext *fo_context
);
Gets the "border-collapse" property of fo_context
.
void fo_context_set_border_collapse (FoContext *fo_context
,FoProperty *new_border_collapse
);
Sets the "border-collapse" property of fo_context
to new_border_collapse
.
fo_context |
The FoContext object. |
|
new_border_collapse |
The new "border-collapse" property value. |
FoProperty *
fo_context_get_border_color (FoContext *fo_context
);
Gets the "border-color" property of fo_context
.
void fo_context_set_border_color (FoContext *fo_context
,FoProperty *new_border_color
);
Sets the "border-color" property of fo_context
to new_border_color
.
FoProperty *
fo_context_get_border_end_color (FoContext *fo_context
);
Gets the "border-end-color" property of fo_context
.
void fo_context_set_border_end_color (FoContext *fo_context
,FoProperty *new_border_end_color
);
Sets the "border-end-color" property of fo_context
to new_border_end_color
.
fo_context |
The FoContext object. |
|
new_border_end_color |
The new "border-end-color" property value. |
FoProperty *
fo_context_get_border_end_precedence (FoContext *fo_context
);
Gets the "border-end-precedence" property of fo_context
.
void fo_context_set_border_end_precedence (FoContext *fo_context
,FoProperty *new_border_end_precedence
);
Sets the "border-end-precedence" property of fo_context
to new_border_end_precedence
.
fo_context |
The FoContext object. |
|
new_border_end_precedence |
The new "border-end-precedence" property value. |
FoProperty *
fo_context_get_border_end_style (FoContext *fo_context
);
Gets the "border-end-style" property of fo_context
.
void fo_context_set_border_end_style (FoContext *fo_context
,FoProperty *new_border_end_style
);
Sets the "border-end-style" property of fo_context
to new_border_end_style
.
fo_context |
The FoContext object. |
|
new_border_end_style |
The new "border-end-style" property value. |
FoProperty *
fo_context_get_border_end_width (FoContext *fo_context
);
Gets the "border-end-width" property of fo_context
.
void fo_context_set_border_end_width (FoContext *fo_context
,FoProperty *new_border_end_width
);
Sets the "border-end-width" property of fo_context
to new_border_end_width
.
fo_context |
The FoContext object. |
|
new_border_end_width |
The new "border-end-width" property value. |
FoProperty *
fo_context_get_border_left (FoContext *fo_context
);
Gets the "border-left" property of fo_context
.
void fo_context_set_border_left (FoContext *fo_context
,FoProperty *new_border_left
);
Sets the "border-left" property of fo_context
to new_border_left
.
FoProperty *
fo_context_get_border_left_color (FoContext *fo_context
);
Gets the "border-left-color" property of fo_context
.
void fo_context_set_border_left_color (FoContext *fo_context
,FoProperty *new_border_left_color
);
Sets the "border-left-color" property of fo_context
to new_border_left_color
.
fo_context |
The FoContext object. |
|
new_border_left_color |
The new "border-left-color" property value. |
FoProperty *
fo_context_get_border_left_style (FoContext *fo_context
);
Gets the "border-left-style" property of fo_context
.
void fo_context_set_border_left_style (FoContext *fo_context
,FoProperty *new_border_left_style
);
Sets the "border-left-style" property of fo_context
to new_border_left_style
.
fo_context |
The FoContext object. |
|
new_border_left_style |
The new "border-left-style" property value. |
FoProperty *
fo_context_get_border_left_width (FoContext *fo_context
);
Gets the "border-left-width" property of fo_context
.
void fo_context_set_border_left_width (FoContext *fo_context
,FoProperty *new_border_left_width
);
Sets the "border-left-width" property of fo_context
to new_border_left_width
.
fo_context |
The FoContext object. |
|
new_border_left_width |
The new "border-left-width" property value. |
FoProperty *
fo_context_get_border_right (FoContext *fo_context
);
Gets the "border-right" property of fo_context
.
void fo_context_set_border_right (FoContext *fo_context
,FoProperty *new_border_right
);
Sets the "border-right" property of fo_context
to new_border_right
.
FoProperty *
fo_context_get_border_right_color (FoContext *fo_context
);
Gets the "border-right-color" property of fo_context
.
void fo_context_set_border_right_color (FoContext *fo_context
,FoProperty *new_border_right_color
);
Sets the "border-right-color" property of fo_context
to new_border_right_color
.
fo_context |
The FoContext object. |
|
new_border_right_color |
The new "border-right-color" property value. |
FoProperty *
fo_context_get_border_right_style (FoContext *fo_context
);
Gets the "border-right-style" property of fo_context
.
void fo_context_set_border_right_style (FoContext *fo_context
,FoProperty *new_border_right_style
);
Sets the "border-right-style" property of fo_context
to new_border_right_style
.
fo_context |
The FoContext object. |
|
new_border_right_style |
The new "border-right-style" property value. |
FoProperty *
fo_context_get_border_right_width (FoContext *fo_context
);
Gets the "border-right-width" property of fo_context
.
void fo_context_set_border_right_width (FoContext *fo_context
,FoProperty *new_border_right_width
);
Sets the "border-right-width" property of fo_context
to new_border_right_width
.
fo_context |
The FoContext object. |
|
new_border_right_width |
The new "border-right-width" property value. |
FoProperty *
fo_context_get_border_separation (FoContext *fo_context
);
Gets the "border-separation" property of fo_context
.
void fo_context_set_border_separation (FoContext *fo_context
,FoProperty *new_border_separation
);
Sets the "border-separation" property of fo_context
to new_border_separation
.
fo_context |
The FoContext object. |
|
new_border_separation |
The new "border-separation" property value. |
FoProperty *
fo_context_get_border_start_color (FoContext *fo_context
);
Gets the "border-start-color" property of fo_context
.
void fo_context_set_border_start_color (FoContext *fo_context
,FoProperty *new_border_start_color
);
Sets the "border-start-color" property of fo_context
to new_border_start_color
.
fo_context |
The FoContext object. |
|
new_border_start_color |
The new "border-start-color" property value. |
FoProperty *
fo_context_get_border_start_precedence
(FoContext *fo_context
);
Gets the "border-start-precedence" property of fo_context
.
void fo_context_set_border_start_precedence (FoContext *fo_context
,FoProperty *new_border_start_precedence
);
Sets the "border-start-precedence" property of fo_context
to new_border_start_precedence
.
fo_context |
The FoContext object. |
|
new_border_start_precedence |
The new "border-start-precedence" property value. |
FoProperty *
fo_context_get_border_start_style (FoContext *fo_context
);
Gets the "border-start-style" property of fo_context
.
void fo_context_set_border_start_style (FoContext *fo_context
,FoProperty *new_border_start_style
);
Sets the "border-start-style" property of fo_context
to new_border_start_style
.
fo_context |
The FoContext object. |
|
new_border_start_style |
The new "border-start-style" property value. |
FoProperty *
fo_context_get_border_start_width (FoContext *fo_context
);
Gets the "border-start-width" property of fo_context
.
void fo_context_set_border_start_width (FoContext *fo_context
,FoProperty *new_border_start_width
);
Sets the "border-start-width" property of fo_context
to new_border_start_width
.
fo_context |
The FoContext object. |
|
new_border_start_width |
The new "border-start-width" property value. |
FoProperty *
fo_context_get_border_style (FoContext *fo_context
);
Gets the "border-style" property of fo_context
.
void fo_context_set_border_style (FoContext *fo_context
,FoProperty *new_border_style
);
Sets the "border-style" property of fo_context
to new_border_style
.
FoProperty *
fo_context_get_border_top (FoContext *fo_context
);
Gets the "border-top" property of fo_context
.
void fo_context_set_border_top (FoContext *fo_context
,FoProperty *new_border_top
);
Sets the "border-top" property of fo_context
to new_border_top
.
FoProperty *
fo_context_get_border_top_color (FoContext *fo_context
);
Gets the "border-top-color" property of fo_context
.
void fo_context_set_border_top_color (FoContext *fo_context
,FoProperty *new_border_top_color
);
Sets the "border-top-color" property of fo_context
to new_border_top_color
.
fo_context |
The FoContext object. |
|
new_border_top_color |
The new "border-top-color" property value. |
FoProperty *
fo_context_get_border_top_style (FoContext *fo_context
);
Gets the "border-top-style" property of fo_context
.
void fo_context_set_border_top_style (FoContext *fo_context
,FoProperty *new_border_top_style
);
Sets the "border-top-style" property of fo_context
to new_border_top_style
.
fo_context |
The FoContext object. |
|
new_border_top_style |
The new "border-top-style" property value. |
FoProperty *
fo_context_get_border_top_width (FoContext *fo_context
);
Gets the "border-top-width" property of fo_context
.
void fo_context_set_border_top_width (FoContext *fo_context
,FoProperty *new_border_top_width
);
Sets the "border-top-width" property of fo_context
to new_border_top_width
.
fo_context |
The FoContext object. |
|
new_border_top_width |
The new "border-top-width" property value. |
FoProperty *
fo_context_get_border_width (FoContext *fo_context
);
Gets the "border-width" property of fo_context
.
void fo_context_set_border_width (FoContext *fo_context
,FoProperty *new_border_width
);
Sets the "border-width" property of fo_context
to new_border_width
.
FoProperty *
fo_context_get_break_after (FoContext *fo_context
);
Gets the "break-after" property of fo_context
.
void fo_context_set_break_after (FoContext *fo_context
,FoProperty *new_break_after
);
Sets the "break-after" property of fo_context
to new_break_after
.
FoProperty *
fo_context_get_break_before (FoContext *fo_context
);
Gets the "break-before" property of fo_context
.
void fo_context_set_break_before (FoContext *fo_context
,FoProperty *new_break_before
);
Sets the "break-before" property of fo_context
to new_break_before
.
FoProperty *
fo_context_get_character (FoContext *fo_context
);
Gets the "character" property of fo_context
.
void fo_context_set_character (FoContext *fo_context
,FoProperty *new_character
);
Sets the "character" property of fo_context
to new_character
.
FoProperty *
fo_context_get_clip (FoContext *fo_context
);
Gets the "clip" property of fo_context
.
void fo_context_set_clip (FoContext *fo_context
,FoProperty *new_clip
);
Sets the "clip" property of fo_context
to new_clip
.
FoProperty *
fo_context_get_color (FoContext *fo_context
);
Gets the "color" property of fo_context
.
void fo_context_set_color (FoContext *fo_context
,FoProperty *new_color
);
Sets the "color" property of fo_context
to new_color
.
FoProperty *
fo_context_get_column_number (FoContext *fo_context
);
Gets the "column-number" property of fo_context
.
void fo_context_set_column_number (FoContext *fo_context
,FoProperty *new_column_number
);
Sets the "column-number" property of fo_context
to new_column_number
.
fo_context |
The FoContext object. |
|
new_column_number |
The new "column-number" property value. |
FoProperty *
fo_context_get_column_width (FoContext *fo_context
);
Gets the "column-width" property of fo_context
.
void fo_context_set_column_width (FoContext *fo_context
,FoProperty *new_column_width
);
Sets the "column-width" property of fo_context
to new_column_width
.
FoProperty *
fo_context_get_content_height (FoContext *fo_context
);
Gets the "content-height" property of fo_context
.
void fo_context_set_content_height (FoContext *fo_context
,FoProperty *new_content_height
);
Sets the "content-height" property of fo_context
to new_content_height
.
fo_context |
The FoContext object. |
|
new_content_height |
The new "content-height" property value. |
FoProperty *
fo_context_get_content_type (FoContext *fo_context
);
Gets the "content-type" property of fo_context
.
void fo_context_set_content_type (FoContext *fo_context
,FoProperty *new_content_type
);
Sets the "content-type" property of fo_context
to new_content_type
.
FoProperty *
fo_context_get_content_width (FoContext *fo_context
);
Gets the "content-width" property of fo_context
.
void fo_context_set_content_width (FoContext *fo_context
,FoProperty *new_content_width
);
Sets the "content-width" property of fo_context
to new_content_width
.
fo_context |
The FoContext object. |
|
new_content_width |
The new "content-width" property value. |
FoProperty *
fo_context_get_direction (FoContext *fo_context
);
Gets the "direction" property of fo_context
.
void fo_context_set_direction (FoContext *fo_context
,FoProperty *new_direction
);
Sets the "direction" property of fo_context
to new_direction
.
FoProperty *
fo_context_get_display_align (FoContext *fo_context
);
Gets the "display-align" property of fo_context
.
void fo_context_set_display_align (FoContext *fo_context
,FoProperty *new_display_align
);
Sets the "display-align" property of fo_context
to new_display_align
.
fo_context |
The FoContext object. |
|
new_display_align |
The new "display-align" property value. |
FoProperty *
fo_context_get_dominant_baseline (FoContext *fo_context
);
Gets the "dominant-baseline" property of fo_context
.
void fo_context_set_dominant_baseline (FoContext *fo_context
,FoProperty *new_dominant_baseline
);
Sets the "dominant-baseline" property of fo_context
to new_dominant_baseline
.
fo_context |
The FoContext object. |
|
new_dominant_baseline |
The new "dominant-baseline" property value. |
FoProperty *
fo_context_get_end_indent (FoContext *fo_context
);
Gets the "end-indent" property of fo_context
.
void fo_context_set_end_indent (FoContext *fo_context
,FoProperty *new_end_indent
);
Sets the "end-indent" property of fo_context
to new_end_indent
.
FoProperty *
fo_context_get_extent (FoContext *fo_context
);
Gets the "extent" property of fo_context
.
void fo_context_set_extent (FoContext *fo_context
,FoProperty *new_extent
);
Sets the "extent" property of fo_context
to new_extent
.
FoProperty *
fo_context_get_flow_name (FoContext *fo_context
);
Gets the "flow-name" property of fo_context
.
void fo_context_set_flow_name (FoContext *fo_context
,FoProperty *new_flow_name
);
Sets the "flow-name" property of fo_context
to new_flow_name
.
FoProperty *
fo_context_get_font_family (FoContext *fo_context
);
Gets the "font-family" property of fo_context
.
void fo_context_set_font_family (FoContext *fo_context
,FoProperty *new_font_family
);
Sets the "font-family" property of fo_context
to new_font_family
.
FoProperty *
fo_context_get_font_size (FoContext *fo_context
);
Gets the "font-size" property of fo_context
.
void fo_context_set_font_size (FoContext *fo_context
,FoProperty *new_font_size
);
Sets the "font-size" property of fo_context
to new_font_size
.
FoProperty *
fo_context_get_font_stretch (FoContext *fo_context
);
Gets the "font-stretch" property of fo_context
.
void fo_context_set_font_stretch (FoContext *fo_context
,FoProperty *new_font_stretch
);
Sets the "font-stretch" property of fo_context
to new_font_stretch
.
FoProperty *
fo_context_get_font_style (FoContext *fo_context
);
Gets the "font-style" property of fo_context
.
void fo_context_set_font_style (FoContext *fo_context
,FoProperty *new_font_style
);
Sets the "font-style" property of fo_context
to new_font_style
.
FoProperty *
fo_context_get_font_variant (FoContext *fo_context
);
Gets the "font-variant" property of fo_context
.
void fo_context_set_font_variant (FoContext *fo_context
,FoProperty *new_font_variant
);
Sets the "font-variant" property of fo_context
to new_font_variant
.
FoProperty *
fo_context_get_font_weight (FoContext *fo_context
);
Gets the "font-weight" property of fo_context
.
void fo_context_set_font_weight (FoContext *fo_context
,FoProperty *new_font_weight
);
Sets the "font-weight" property of fo_context
to new_font_weight
.
FoProperty *
fo_context_get_format (FoContext *fo_context
);
Gets the "format" property of fo_context
.
void fo_context_set_format (FoContext *fo_context
,FoProperty *new_format
);
Sets the "format" property of fo_context
to new_format
.
FoProperty *
fo_context_get_grouping_separator (FoContext *fo_context
);
Gets the "grouping-separator" property of fo_context
.
void fo_context_set_grouping_separator (FoContext *fo_context
,FoProperty *new_grouping_separator
);
Sets the "grouping-separator" property of fo_context
to new_grouping_separator
.
fo_context |
The FoContext object. |
|
new_grouping_separator |
The new "grouping-separator" property value. |
FoProperty *
fo_context_get_grouping_size (FoContext *fo_context
);
Gets the "grouping-size" property of fo_context
.
void fo_context_set_grouping_size (FoContext *fo_context
,FoProperty *new_grouping_size
);
Sets the "grouping-size" property of fo_context
to new_grouping_size
.
fo_context |
The FoContext object. |
|
new_grouping_size |
The new "grouping-size" property value. |
FoProperty *
fo_context_get_height (FoContext *fo_context
);
Gets the "height" property of fo_context
.
void fo_context_set_height (FoContext *fo_context
,FoProperty *new_height
);
Sets the "height" property of fo_context
to new_height
.
FoProperty *
fo_context_get_id (FoContext *fo_context
);
Gets the "id" property of fo_context
.
void fo_context_set_id (FoContext *fo_context
,FoProperty *new_id
);
Sets the "id" property of fo_context
to new_id
.
FoProperty *
fo_context_get_inline_progression_dimension
(FoContext *fo_context
);
Gets the "inline-progression-dimension" property of fo_context
.
void fo_context_set_inline_progression_dimension (FoContext *fo_context
,FoProperty *new_inline_progression_dimension
);
Sets the "inline-progression-dimension" property of fo_context
to new_inline_progression_dimension
.
fo_context |
The FoContext object. |
|
new_inline_progression_dimension |
The new "inline-progression-dimension" property value. |
FoProperty *
fo_context_get_inline_progression_dimension_minimum
(FoContext *fo_context
);
Gets the "inline-progression-dimension-minimum" property of fo_context
.
void fo_context_set_inline_progression_dimension_minimum (FoContext *fo_context
,FoProperty *new_inline_progression_dimension_minimum
);
Sets the "inline-progression-dimension-minimum" property of fo_context
to new_inline_progression_dimension_minimum
.
fo_context |
The FoContext object. |
|
new_inline_progression_dimension_minimum |
The new "inline-progression-dimension-minimum" property value. |
FoProperty *
fo_context_get_inline_progression_dimension_optimum
(FoContext *fo_context
);
Gets the "inline-progression-dimension-optimum" property of fo_context
.
void fo_context_set_inline_progression_dimension_optimum (FoContext *fo_context
,FoProperty *new_inline_progression_dimension_optimum
);
Sets the "inline-progression-dimension-optimum" property of fo_context
to new_inline_progression_dimension_optimum
.
fo_context |
The FoContext object. |
|
new_inline_progression_dimension_optimum |
The new "inline-progression-dimension-optimum" property value. |
FoProperty *
fo_context_get_inline_progression_dimension_maximum
(FoContext *fo_context
);
Gets the "inline-progression-dimension-maximum" property of fo_context
.
void fo_context_set_inline_progression_dimension_maximum (FoContext *fo_context
,FoProperty *new_inline_progression_dimension_maximum
);
Sets the "inline-progression-dimension-maximum" property of fo_context
to new_inline_progression_dimension_maximum
.
fo_context |
The FoContext object. |
|
new_inline_progression_dimension_maximum |
The new "inline-progression-dimension-maximum" property value. |
FoProperty *
fo_context_get_keep_together (FoContext *fo_context
);
Gets the "keep-together" property of fo_context
.
void fo_context_set_keep_together (FoContext *fo_context
,FoProperty *new_keep_together
);
Sets the "keep-together" property of fo_context
to new_keep_together
.
fo_context |
The FoContext object. |
|
new_keep_together |
The new "keep-together" property value. |
FoProperty *
fo_context_get_keep_together_within_column
(FoContext *fo_context
);
Gets the "keep-together-within-column" property of fo_context
.
void fo_context_set_keep_together_within_column (FoContext *fo_context
,FoProperty *new_keep_together_within_column
);
Sets the "keep-together-within-column" property of fo_context
to new_keep_together_within_column
.
fo_context |
The FoContext object. |
|
new_keep_together_within_column |
The new "keep-together-within-column" property value. |
FoProperty *
fo_context_get_keep_together_within_line
(FoContext *fo_context
);
Gets the "keep-together-within-line" property of fo_context
.
void fo_context_set_keep_together_within_line (FoContext *fo_context
,FoProperty *new_keep_together_within_line
);
Sets the "keep-together-within-line" property of fo_context
to new_keep_together_within_line
.
fo_context |
The FoContext object. |
|
new_keep_together_within_line |
The new "keep-together-within-line" property value. |
FoProperty *
fo_context_get_keep_together_within_page
(FoContext *fo_context
);
Gets the "keep-together-within-page" property of fo_context
.
void fo_context_set_keep_together_within_page (FoContext *fo_context
,FoProperty *new_keep_together_within_page
);
Sets the "keep-together-within-page" property of fo_context
to new_keep_together_within_page
.
fo_context |
The FoContext object. |
|
new_keep_together_within_page |
The new "keep-together-within-page" property value. |
FoProperty *
fo_context_get_keep_with_next (FoContext *fo_context
);
Gets the "keep-with-next" property of fo_context
.
void fo_context_set_keep_with_next (FoContext *fo_context
,FoProperty *new_keep_with_next
);
Sets the "keep-with-next" property of fo_context
to new_keep_with_next
.
fo_context |
The FoContext object. |
|
new_keep_with_next |
The new "keep-with-next" property value. |
FoProperty *
fo_context_get_keep_with_next_within_column
(FoContext *fo_context
);
Gets the "keep-with-next-within-column" property of fo_context
.
void fo_context_set_keep_with_next_within_column (FoContext *fo_context
,FoProperty *new_keep_with_next_within_column
);
Sets the "keep-with-next-within-column" property of fo_context
to new_keep_with_next_within_column
.
fo_context |
The FoContext object. |
|
new_keep_with_next_within_column |
The new "keep-with-next-within-column" property value. |
FoProperty *
fo_context_get_keep_with_next_within_line
(FoContext *fo_context
);
Gets the "keep-with-next-within-line" property of fo_context
.
void fo_context_set_keep_with_next_within_line (FoContext *fo_context
,FoProperty *new_keep_with_next_within_line
);
Sets the "keep-with-next-within-line" property of fo_context
to new_keep_with_next_within_line
.
fo_context |
The FoContext object. |
|
new_keep_with_next_within_line |
The new "keep-with-next-within-line" property value. |
FoProperty *
fo_context_get_keep_with_next_within_page
(FoContext *fo_context
);
Gets the "keep-with-next-within-page" property of fo_context
.
void fo_context_set_keep_with_next_within_page (FoContext *fo_context
,FoProperty *new_keep_with_next_within_page
);
Sets the "keep-with-next-within-page" property of fo_context
to new_keep_with_next_within_page
.
fo_context |
The FoContext object. |
|
new_keep_with_next_within_page |
The new "keep-with-next-within-page" property value. |
FoProperty *
fo_context_get_keep_with_previous (FoContext *fo_context
);
Gets the "keep-with-previous" property of fo_context
.
void fo_context_set_keep_with_previous (FoContext *fo_context
,FoProperty *new_keep_with_previous
);
Sets the "keep-with-previous" property of fo_context
to new_keep_with_previous
.
fo_context |
The FoContext object. |
|
new_keep_with_previous |
The new "keep-with-previous" property value. |
FoProperty *
fo_context_get_keep_with_previous_within_column
(FoContext *fo_context
);
Gets the "keep-with-previous-within-column" property of fo_context
.
void fo_context_set_keep_with_previous_within_column (FoContext *fo_context
,FoProperty *new_keep_with_previous_within_column
);
Sets the "keep-with-previous-within-column" property of fo_context
to new_keep_with_previous_within_column
.
fo_context |
The FoContext object. |
|
new_keep_with_previous_within_column |
The new "keep-with-previous-within-column" property value. |
FoProperty *
fo_context_get_keep_with_previous_within_line
(FoContext *fo_context
);
Gets the "keep-with-previous-within-line" property of fo_context
.
void fo_context_set_keep_with_previous_within_line (FoContext *fo_context
,FoProperty *new_keep_with_previous_within_line
);
Sets the "keep-with-previous-within-line" property of fo_context
to new_keep_with_previous_within_line
.
fo_context |
The FoContext object. |
|
new_keep_with_previous_within_line |
The new "keep-with-previous-within-line" property value. |
FoProperty *
fo_context_get_keep_with_previous_within_page
(FoContext *fo_context
);
Gets the "keep-with-previous-within-page" property of fo_context
.
void fo_context_set_keep_with_previous_within_page (FoContext *fo_context
,FoProperty *new_keep_with_previous_within_page
);
Sets the "keep-with-previous-within-page" property of fo_context
to new_keep_with_previous_within_page
.
fo_context |
The FoContext object. |
|
new_keep_with_previous_within_page |
The new "keep-with-previous-within-page" property value. |
FoProperty *
fo_context_get_letter_value (FoContext *fo_context
);
Gets the "letter-value" property of fo_context
.
void fo_context_set_letter_value (FoContext *fo_context
,FoProperty *new_letter_value
);
Sets the "letter-value" property of fo_context
to new_letter_value
.
FoProperty *
fo_context_get_linefeed_treatment (FoContext *fo_context
);
Gets the "linefeed-treatment" property of fo_context
.
void fo_context_set_linefeed_treatment (FoContext *fo_context
,FoProperty *new_linefeed_treatment
);
Sets the "linefeed-treatment" property of fo_context
to new_linefeed_treatment
.
fo_context |
The FoContext object. |
|
new_linefeed_treatment |
The new "linefeed-treatment" property value. |
FoProperty *
fo_context_get_line_height (FoContext *fo_context
);
Gets the "line-height" property of fo_context
.
void fo_context_set_line_height (FoContext *fo_context
,FoProperty *new_line_height
);
Sets the "line-height" property of fo_context
to new_line_height
.
FoProperty *
fo_context_get_line_stacking_strategy (FoContext *fo_context
);
Gets the "line-stacking-strategy" property of fo_context
.
void fo_context_set_line_stacking_strategy (FoContext *fo_context
,FoProperty *new_line_stacking_strategy
);
Sets the "line-stacking-strategy" property of fo_context
to new_line_stacking_strategy
.
fo_context |
The FoContext object. |
|
new_line_stacking_strategy |
The new "line-stacking-strategy" property value. |
FoProperty *
fo_context_get_margin (FoContext *fo_context
);
Gets the "margin" property of fo_context
.
void fo_context_set_margin (FoContext *fo_context
,FoProperty *new_margin
);
Sets the "margin" property of fo_context
to new_margin
.
FoProperty *
fo_context_get_margin_bottom (FoContext *fo_context
);
Gets the "margin-bottom" property of fo_context
.
void fo_context_set_margin_bottom (FoContext *fo_context
,FoProperty *new_margin_bottom
);
Sets the "margin-bottom" property of fo_context
to new_margin_bottom
.
fo_context |
The FoContext object. |
|
new_margin_bottom |
The new "margin-bottom" property value. |
FoProperty *
fo_context_get_margin_left (FoContext *fo_context
);
Gets the "margin-left" property of fo_context
.
void fo_context_set_margin_left (FoContext *fo_context
,FoProperty *new_margin_left
);
Sets the "margin-left" property of fo_context
to new_margin_left
.
FoProperty *
fo_context_get_margin_right (FoContext *fo_context
);
Gets the "margin-right" property of fo_context
.
void fo_context_set_margin_right (FoContext *fo_context
,FoProperty *new_margin_right
);
Sets the "margin-right" property of fo_context
to new_margin_right
.
FoProperty *
fo_context_get_margin_top (FoContext *fo_context
);
Gets the "margin-top" property of fo_context
.
void fo_context_set_margin_top (FoContext *fo_context
,FoProperty *new_margin_top
);
Sets the "margin-top" property of fo_context
to new_margin_top
.
FoProperty *
fo_context_get_master_name (FoContext *fo_context
);
Gets the "master-name" property of fo_context
.
void fo_context_set_master_name (FoContext *fo_context
,FoProperty *new_master_name
);
Sets the "master-name" property of fo_context
to new_master_name
.
FoProperty *
fo_context_get_master_reference (FoContext *fo_context
);
Gets the "master-reference" property of fo_context
.
void fo_context_set_master_reference (FoContext *fo_context
,FoProperty *new_master_reference
);
Sets the "master-reference" property of fo_context
to new_master_reference
.
fo_context |
The FoContext object. |
|
new_master_reference |
The new "master-reference" property value. |
FoProperty *
fo_context_get_media_usage (FoContext *fo_context
);
Gets the "media-usage" property of fo_context
.
void fo_context_set_media_usage (FoContext *fo_context
,FoProperty *new_media_usage
);
Sets the "media-usage" property of fo_context
to new_media_usage
.
FoProperty *
fo_context_get_number_columns_repeated
(FoContext *fo_context
);
Gets the "number-columns-repeated" property of fo_context
.
void fo_context_set_number_columns_repeated (FoContext *fo_context
,FoProperty *new_number_columns_repeated
);
Sets the "number-columns-repeated" property of fo_context
to new_number_columns_repeated
.
fo_context |
The FoContext object. |
|
new_number_columns_repeated |
The new "number-columns-repeated" property value. |
FoProperty *
fo_context_get_number_columns_spanned (FoContext *fo_context
);
Gets the "number-columns-spanned" property of fo_context
.
void fo_context_set_number_columns_spanned (FoContext *fo_context
,FoProperty *new_number_columns_spanned
);
Sets the "number-columns-spanned" property of fo_context
to new_number_columns_spanned
.
fo_context |
The FoContext object. |
|
new_number_columns_spanned |
The new "number-columns-spanned" property value. |
FoProperty *
fo_context_get_number_rows_spanned (FoContext *fo_context
);
Gets the "number-rows-spanned" property of fo_context
.
void fo_context_set_number_rows_spanned (FoContext *fo_context
,FoProperty *new_number_rows_spanned
);
Sets the "number-rows-spanned" property of fo_context
to new_number_rows_spanned
.
fo_context |
The FoContext object. |
|
new_number_rows_spanned |
The new "number-rows-spanned" property value. |
FoProperty *
fo_context_get_orphans (FoContext *fo_context
);
Gets the "orphans" property of fo_context
.
void fo_context_set_orphans (FoContext *fo_context
,FoProperty *new_orphans
);
Sets the "orphans" property of fo_context
to new_orphans
.
FoProperty *
fo_context_get_overflow (FoContext *fo_context
);
Gets the "overflow" property of fo_context
.
void fo_context_set_overflow (FoContext *fo_context
,FoProperty *new_overflow
);
Sets the "overflow" property of fo_context
to new_overflow
.
FoProperty *
fo_context_get_padding (FoContext *fo_context
);
Gets the "padding" property of fo_context
.
void fo_context_set_padding (FoContext *fo_context
,FoProperty *new_padding
);
Sets the "padding" property of fo_context
to new_padding
.
FoProperty *
fo_context_get_padding_after (FoContext *fo_context
);
Gets the "padding-after" property of fo_context
.
void fo_context_set_padding_after (FoContext *fo_context
,FoProperty *new_padding_after
);
Sets the "padding-after" property of fo_context
to new_padding_after
.
fo_context |
The FoContext object. |
|
new_padding_after |
The new "padding-after" property value. |
FoProperty *
fo_context_get_padding_after_length (FoContext *fo_context
);
Gets the "padding-after-length" property of fo_context
.
void fo_context_set_padding_after_length (FoContext *fo_context
,FoProperty *new_padding_after_length
);
Sets the "padding-after-length" property of fo_context
to new_padding_after_length
.
fo_context |
The FoContext object. |
|
new_padding_after_length |
The new "padding-after-length" property value. |
FoProperty *
fo_context_get_padding_after_condity (FoContext *fo_context
);
Gets the "padding-after-conditionality" property of fo_context
.
void fo_context_set_padding_after_condity (FoContext *fo_context
,FoProperty *new_padding_after_condity
);
Sets the "padding-after-conditionality" property of fo_context
to new_padding_after_condity
.
fo_context |
The FoContext object. |
|
new_padding_after_condity |
The new "padding-after-conditionality" property value. |
FoProperty *
fo_context_get_padding_before (FoContext *fo_context
);
Gets the "padding-before" property of fo_context
.
void fo_context_set_padding_before (FoContext *fo_context
,FoProperty *new_padding_before
);
Sets the "padding-before" property of fo_context
to new_padding_before
.
fo_context |
The FoContext object. |
|
new_padding_before |
The new "padding-before" property value. |
FoProperty *
fo_context_get_padding_before_length (FoContext *fo_context
);
Gets the "padding-before-length" property of fo_context
.
void fo_context_set_padding_before_length (FoContext *fo_context
,FoProperty *new_padding_before_length
);
Sets the "padding-before-length" property of fo_context
to new_padding_before_length
.
fo_context |
The FoContext object. |
|
new_padding_before_length |
The new "padding-before-length" property value. |
FoProperty *
fo_context_get_padding_before_condity (FoContext *fo_context
);
Gets the "padding-before-conditionality" property of fo_context
.
void fo_context_set_padding_before_condity (FoContext *fo_context
,FoProperty *new_padding_before_condity
);
Sets the "padding-before-conditionality" property of fo_context
to new_padding_before_condity
.
fo_context |
The FoContext object. |
|
new_padding_before_condity |
The new "padding-before-conditionality" property value. |
FoProperty *
fo_context_get_padding_bottom (FoContext *fo_context
);
Gets the "padding-bottom" property of fo_context
.
void fo_context_set_padding_bottom (FoContext *fo_context
,FoProperty *new_padding_bottom
);
Sets the "padding-bottom" property of fo_context
to new_padding_bottom
.
fo_context |
The FoContext object. |
|
new_padding_bottom |
The new "padding-bottom" property value. |
FoProperty *
fo_context_get_padding_end (FoContext *fo_context
);
Gets the "padding-end" property of fo_context
.
void fo_context_set_padding_end (FoContext *fo_context
,FoProperty *new_padding_end
);
Sets the "padding-end" property of fo_context
to new_padding_end
.
FoProperty *
fo_context_get_padding_end_length (FoContext *fo_context
);
Gets the "padding-end-length" property of fo_context
.
void fo_context_set_padding_end_length (FoContext *fo_context
,FoProperty *new_padding_end_length
);
Sets the "padding-end-length" property of fo_context
to new_padding_end_length
.
fo_context |
The FoContext object. |
|
new_padding_end_length |
The new "padding-end-length" property value. |
FoProperty *
fo_context_get_padding_end_condity (FoContext *fo_context
);
Gets the "padding-end-conditionality" property of fo_context
.
void fo_context_set_padding_end_condity (FoContext *fo_context
,FoProperty *new_padding_end_condity
);
Sets the "padding-end-conditionality" property of fo_context
to new_padding_end_condity
.
fo_context |
The FoContext object. |
|
new_padding_end_condity |
The new "padding-end-conditionality" property value. |
FoProperty *
fo_context_get_padding_left (FoContext *fo_context
);
Gets the "padding-left" property of fo_context
.
void fo_context_set_padding_left (FoContext *fo_context
,FoProperty *new_padding_left
);
Sets the "padding-left" property of fo_context
to new_padding_left
.
FoProperty *
fo_context_get_padding_right (FoContext *fo_context
);
Gets the "padding-right" property of fo_context
.
void fo_context_set_padding_right (FoContext *fo_context
,FoProperty *new_padding_right
);
Sets the "padding-right" property of fo_context
to new_padding_right
.
fo_context |
The FoContext object. |
|
new_padding_right |
The new "padding-right" property value. |
FoProperty *
fo_context_get_padding_start (FoContext *fo_context
);
Gets the "padding-start" property of fo_context
.
void fo_context_set_padding_start (FoContext *fo_context
,FoProperty *new_padding_start
);
Sets the "padding-start" property of fo_context
to new_padding_start
.
fo_context |
The FoContext object. |
|
new_padding_start |
The new "padding-start" property value. |
FoProperty *
fo_context_get_padding_start_length (FoContext *fo_context
);
Gets the "padding-start-length" property of fo_context
.
void fo_context_set_padding_start_length (FoContext *fo_context
,FoProperty *new_padding_start_length
);
Sets the "padding-start-length" property of fo_context
to new_padding_start_length
.
fo_context |
The FoContext object. |
|
new_padding_start_length |
The new "padding-start-length" property value. |
FoProperty *
fo_context_get_padding_start_condity (FoContext *fo_context
);
Gets the "padding-start-conditionality" property of fo_context
.
void fo_context_set_padding_start_condity (FoContext *fo_context
,FoProperty *new_padding_start_condity
);
Sets the "padding-start-conditionality" property of fo_context
to new_padding_start_condity
.
fo_context |
The FoContext object. |
|
new_padding_start_condity |
The new "padding-start-conditionality" property value. |
FoProperty *
fo_context_get_padding_top (FoContext *fo_context
);
Gets the "padding-top" property of fo_context
.
void fo_context_set_padding_top (FoContext *fo_context
,FoProperty *new_padding_top
);
Sets the "padding-top" property of fo_context
to new_padding_top
.
FoProperty *
fo_context_get_page_height (FoContext *fo_context
);
Gets the "page-height" property of fo_context
.
void fo_context_set_page_height (FoContext *fo_context
,FoProperty *new_page_height
);
Sets the "page-height" property of fo_context
to new_page_height
.
FoProperty *
fo_context_get_page_width (FoContext *fo_context
);
Gets the "page-width" property of fo_context
.
void fo_context_set_page_width (FoContext *fo_context
,FoProperty *new_page_width
);
Sets the "page-width" property of fo_context
to new_page_width
.
FoProperty *
fo_context_get_provisional_distance_between_starts
(FoContext *fo_context
);
Gets the "provisional-distance-between-starts" property of fo_context
.
void fo_context_set_provisional_distance_between_starts (FoContext *fo_context
,FoProperty *new_provisional_distance_between_starts
);
Sets the "provisional-distance-between-starts" property of fo_context
to new_provisional_distance_between_starts
.
fo_context |
The FoContext object. |
|
new_provisional_distance_between_starts |
The new "provisional-distance-between-starts" property value. |
FoProperty *
fo_context_get_provisional_label_separation
(FoContext *fo_context
);
Gets the "provisional-label-separation" property of fo_context
.
void fo_context_set_provisional_label_separation (FoContext *fo_context
,FoProperty *new_provisional_label_separation
);
Sets the "provisional-label-separation" property of fo_context
to new_provisional_label_separation
.
fo_context |
The FoContext object. |
|
new_provisional_label_separation |
The new "provisional-label-separation" property value. |
FoProperty *
fo_context_get_ref_id (FoContext *fo_context
);
Gets the "ref-id" property of fo_context
.
void fo_context_set_ref_id (FoContext *fo_context
,FoProperty *new_ref_id
);
Sets the "ref-id" property of fo_context
to new_ref_id
.
FoProperty *
fo_context_get_region_name (FoContext *fo_context
);
Gets the "region-name" property of fo_context
.
void fo_context_set_region_name (FoContext *fo_context
,FoProperty *new_region_name
);
Sets the "region-name" property of fo_context
to new_region_name
.
FoProperty *
fo_context_get_role (FoContext *fo_context
);
Gets the "role" property of fo_context
.
void fo_context_set_role (FoContext *fo_context
,FoProperty *new_role
);
Sets the "role" property of fo_context
to new_role
.
FoProperty *
fo_context_get_scaling (FoContext *fo_context
);
Gets the "scaling" property of fo_context
.
void fo_context_set_scaling (FoContext *fo_context
,FoProperty *new_scaling
);
Sets the "scaling" property of fo_context
to new_scaling
.
FoProperty *
fo_context_get_scaling_method (FoContext *fo_context
);
Gets the "scaling-method" property of fo_context
.
void fo_context_set_scaling_method (FoContext *fo_context
,FoProperty *new_scaling_method
);
Sets the "scaling-method" property of fo_context
to new_scaling_method
.
fo_context |
The FoContext object. |
|
new_scaling_method |
The new "scaling-method" property value. |
FoProperty *
fo_context_get_score_spaces (FoContext *fo_context
);
Gets the "score-spaces" property of fo_context
.
void fo_context_set_score_spaces (FoContext *fo_context
,FoProperty *new_score_spaces
);
Sets the "score-spaces" property of fo_context
to new_score_spaces
.
FoProperty *
fo_context_get_source_document (FoContext *fo_context
);
Gets the "source-document" property of fo_context
.
void fo_context_set_source_document (FoContext *fo_context
,FoProperty *new_source_document
);
Sets the "source-document" property of fo_context
to new_source_document
.
fo_context |
The FoContext object. |
|
new_source_document |
The new "source-document" property value. |
FoProperty *
fo_context_get_space_after (FoContext *fo_context
);
Gets the "space-after" property of fo_context
.
void fo_context_set_space_after (FoContext *fo_context
,FoProperty *new_space_after
);
Sets the "space-after" property of fo_context
to new_space_after
.
void fo_context_set_space_after_minimum (FoContext *fo_context
,FoProperty *new_space_after_minimum
);
Sets the "space-after-minimum" property of fo_context
to new_space_after_minimum
.
fo_context |
The FoContext object. |
|
new_space_after_minimum |
The new "space-after-minimum" property value. |
void fo_context_set_space_after_optimum (FoContext *fo_context
,FoProperty *new_space_after_optimum
);
Sets the "space-after-optimum" property of fo_context
to new_space_after_optimum
.
fo_context |
The FoContext object. |
|
new_space_after_optimum |
The new "space-after-optimum" property value. |
void fo_context_set_space_after_maximum (FoContext *fo_context
,FoProperty *new_space_after_maximum
);
Sets the "space-after-maximum" property of fo_context
to new_space_after_maximum
.
fo_context |
The FoContext object. |
|
new_space_after_maximum |
The new "space-after-maximum" property value. |
void fo_context_set_space_after_precedence (FoContext *fo_context
,FoProperty *new_space_after_precedence
);
Sets the "space-after-precedence" property of fo_context
to new_space_after_precedence
.
fo_context |
The FoContext object. |
|
new_space_after_precedence |
The new "space-after-precedence" property value. |
void fo_context_set_space_after_condity (FoContext *fo_context
,FoProperty *new_space_after_condity
);
Sets the "space-after-conditionality" property of fo_context
to new_space_after_condity
.
fo_context |
The FoContext object. |
|
new_space_after_condity |
The new "space-after-conditionality" property value. |
FoProperty *
fo_context_get_space_before (FoContext *fo_context
);
Gets the "space-before" property of fo_context
.
void fo_context_set_space_before (FoContext *fo_context
,FoProperty *new_space_before
);
Sets the "space-before" property of fo_context
to new_space_before
.
void fo_context_set_space_before_minimum (FoContext *fo_context
,FoProperty *new_space_before_minimum
);
Sets the "space-before-minimum" property of fo_context
to new_space_before_minimum
.
fo_context |
The FoContext object. |
|
new_space_before_minimum |
The new "space-before-minimum" property value. |
void fo_context_set_space_before_optimum (FoContext *fo_context
,FoProperty *new_space_before_optimum
);
Sets the "space-before-optimum" property of fo_context
to new_space_before_optimum
.
fo_context |
The FoContext object. |
|
new_space_before_optimum |
The new "space-before-optimum" property value. |
void fo_context_set_space_before_maximum (FoContext *fo_context
,FoProperty *new_space_before_maximum
);
Sets the "space-before-maximum" property of fo_context
to new_space_before_maximum
.
fo_context |
The FoContext object. |
|
new_space_before_maximum |
The new "space-before-maximum" property value. |
void fo_context_set_space_before_precedence (FoContext *fo_context
,FoProperty *new_space_before_precedence
);
Sets the "space-before-precedence" property of fo_context
to new_space_before_precedence
.
fo_context |
The FoContext object. |
|
new_space_before_precedence |
The new "space-before-precedence" property value. |
void fo_context_set_space_before_condity (FoContext *fo_context
,FoProperty *new_space_before_condity
);
Sets the "space-before-conditionality" property of fo_context
to new_space_before_condity
.
fo_context |
The FoContext object. |
|
new_space_before_condity |
The new "space-before-conditionality" property value. |
FoProperty *
fo_context_get_space_end (FoContext *fo_context
);
Gets the "space-end" property of fo_context
.
void fo_context_set_space_end (FoContext *fo_context
,FoProperty *new_space_end
);
Sets the "space-end" property of fo_context
to new_space_end
.
void fo_context_set_space_end_minimum (FoContext *fo_context
,FoProperty *new_space_end_minimum
);
Sets the "space-end-minimum" property of fo_context
to new_space_end_minimum
.
fo_context |
The FoContext object. |
|
new_space_end_minimum |
The new "space-end-minimum" property value. |
void fo_context_set_space_end_optimum (FoContext *fo_context
,FoProperty *new_space_end_optimum
);
Sets the "space-end-optimum" property of fo_context
to new_space_end_optimum
.
fo_context |
The FoContext object. |
|
new_space_end_optimum |
The new "space-end-optimum" property value. |
void fo_context_set_space_end_maximum (FoContext *fo_context
,FoProperty *new_space_end_maximum
);
Sets the "space-end-maximum" property of fo_context
to new_space_end_maximum
.
fo_context |
The FoContext object. |
|
new_space_end_maximum |
The new "space-end-maximum" property value. |
void fo_context_set_space_end_precedence (FoContext *fo_context
,FoProperty *new_space_end_precedence
);
Sets the "space-end-precedence" property of fo_context
to new_space_end_precedence
.
fo_context |
The FoContext object. |
|
new_space_end_precedence |
The new "space-end-precedence" property value. |
void fo_context_set_space_end_condity (FoContext *fo_context
,FoProperty *new_space_end_condity
);
Sets the "space-end-conditionality" property of fo_context
to new_space_end_condity
.
fo_context |
The FoContext object. |
|
new_space_end_condity |
The new "space-end-conditionality" property value. |
FoProperty *
fo_context_get_space_start (FoContext *fo_context
);
Gets the "space-start" property of fo_context
.
void fo_context_set_space_start (FoContext *fo_context
,FoProperty *new_space_start
);
Sets the "space-start" property of fo_context
to new_space_start
.
void fo_context_set_space_start_minimum (FoContext *fo_context
,FoProperty *new_space_start_minimum
);
Sets the "space-start-minimum" property of fo_context
to new_space_start_minimum
.
fo_context |
The FoContext object. |
|
new_space_start_minimum |
The new "space-start-minimum" property value. |
void fo_context_set_space_start_optimum (FoContext *fo_context
,FoProperty *new_space_start_optimum
);
Sets the "space-start-optimum" property of fo_context
to new_space_start_optimum
.
fo_context |
The FoContext object. |
|
new_space_start_optimum |
The new "space-start-optimum" property value. |
void fo_context_set_space_start_maximum (FoContext *fo_context
,FoProperty *new_space_start_maximum
);
Sets the "space-start-maximum" property of fo_context
to new_space_start_maximum
.
fo_context |
The FoContext object. |
|
new_space_start_maximum |
The new "space-start-maximum" property value. |
void fo_context_set_space_start_precedence (FoContext *fo_context
,FoProperty *new_space_start_precedence
);
Sets the "space-start-precedence" property of fo_context
to new_space_start_precedence
.
fo_context |
The FoContext object. |
|
new_space_start_precedence |
The new "space-start-precedence" property value. |
void fo_context_set_space_start_condity (FoContext *fo_context
,FoProperty *new_space_start_condity
);
Sets the "space-start-conditionality" property of fo_context
to new_space_start_condity
.
fo_context |
The FoContext object. |
|
new_space_start_condity |
The new "space-start-conditionality" property value. |
FoProperty *
fo_context_get_span (FoContext *fo_context
);
Gets the "span" property of fo_context
.
void fo_context_set_span (FoContext *fo_context
,FoProperty *new_span
);
Sets the "span" property of fo_context
to new_span
.
FoProperty *
fo_context_get_src (FoContext *fo_context
);
Gets the "src" property of fo_context
.
void fo_context_set_src (FoContext *fo_context
,FoProperty *new_src
);
Sets the "src" property of fo_context
to new_src
.
FoProperty *
fo_context_get_start_indent (FoContext *fo_context
);
Gets the "start-indent" property of fo_context
.
void fo_context_set_start_indent (FoContext *fo_context
,FoProperty *new_start_indent
);
Sets the "start-indent" property of fo_context
to new_start_indent
.
FoProperty *
fo_context_get_table_layout (FoContext *fo_context
);
Gets the "table-layout" property of fo_context
.
void fo_context_set_table_layout (FoContext *fo_context
,FoProperty *new_table_layout
);
Sets the "table-layout" property of fo_context
to new_table_layout
.
FoProperty *
fo_context_get_text_align (FoContext *fo_context
);
Gets the "text-align" property of fo_context
.
void fo_context_set_text_align (FoContext *fo_context
,FoProperty *new_text_align
);
Sets the "text-align" property of fo_context
to new_text_align
.
FoProperty *
fo_context_get_text_indent (FoContext *fo_context
);
Gets the "text-indent" property of fo_context
.
void fo_context_set_text_indent (FoContext *fo_context
,FoProperty *new_text_indent
);
Sets the "text-indent" property of fo_context
to new_text_indent
.
FoProperty *
fo_context_get_unicode_bidi (FoContext *fo_context
);
Gets the "unicode-bidi" property of fo_context
.
void fo_context_set_unicode_bidi (FoContext *fo_context
,FoProperty *new_unicode_bidi
);
Sets the "unicode-bidi" property of fo_context
to new_unicode_bidi
.
FoProperty *
fo_context_get_white_space_collapse (FoContext *fo_context
);
Gets the "white-space-collapse" property of fo_context
.
void fo_context_set_white_space_collapse (FoContext *fo_context
,FoProperty *new_white_space_collapse
);
Sets the "white-space-collapse" property of fo_context
to new_white_space_collapse
.
fo_context |
The FoContext object. |
|
new_white_space_collapse |
The new "white-space-collapse" property value. |
FoProperty *
fo_context_get_white_space_treatment (FoContext *fo_context
);
Gets the "white-space-treatment" property of fo_context
.
void fo_context_set_white_space_treatment (FoContext *fo_context
,FoProperty *new_white_space_treatment
);
Sets the "white-space-treatment" property of fo_context
to new_white_space_treatment
.
fo_context |
The FoContext object. |
|
new_white_space_treatment |
The new "white-space-treatment" property value. |
FoProperty *
fo_context_get_widows (FoContext *fo_context
);
Gets the "widows" property of fo_context
.
void fo_context_set_widows (FoContext *fo_context
,FoProperty *new_widows
);
Sets the "widows" property of fo_context
to new_widows
.
FoProperty *
fo_context_get_width (FoContext *fo_context
);
Gets the "width" property of fo_context
.
void fo_context_set_width (FoContext *fo_context
,FoProperty *new_width
);
Sets the "width" property of fo_context
to new_width
.
FoProperty *
fo_context_get_wrap_option (FoContext *fo_context
);
Gets the "wrap-option" property of fo_context
.
void fo_context_set_wrap_option (FoContext *fo_context
,FoProperty *new_wrap_option
);
Sets the "wrap-option" property of fo_context
to new_wrap_option
.
FoProperty *
fo_context_get_writing_mode (FoContext *fo_context
);
Gets the "writing-mode" property of fo_context
.
void fo_context_set_writing_mode (FoContext *fo_context
,FoProperty *new_writing_mode
);
Sets the "writing-mode" property of fo_context
to new_writing_mode
.
“alignment-adjust”
property“alignment-adjust” FoProperty *
Alignment Adjust property.
Flags: Read
“alignment-baseline”
property“alignment-baseline” FoProperty *
Alignment Baseline property.
Flags: Read
“background-color”
property“background-color” FoProperty *
Background Color property.
Flags: Read
“background-image”
property“background-image” FoProperty *
Background Image property.
Flags: Read
“block-progression-dimension”
property“block-progression-dimension” FoProperty *
Block Progression Dimension property.
Flags: Read
“block-progression-dimension-maximum”
property“block-progression-dimension-maximum” FoProperty *
Block Progression Dimension Maximum property.
Flags: Read
“block-progression-dimension-minimum”
property“block-progression-dimension-minimum” FoProperty *
Block Progression Dimension Minimum property.
Flags: Read
“block-progression-dimension-optimum”
property“block-progression-dimension-optimum” FoProperty *
Block Progression Dimension Optimum property.
Flags: Read
“border-after-color”
property“border-after-color” FoProperty *
Border After Color property.
Flags: Read
“border-after-precedence”
property“border-after-precedence” FoProperty *
Border After Precedence property.
Flags: Read
“border-after-style”
property“border-after-style” FoProperty *
Border After Style property.
Flags: Read
“border-after-width”
property“border-after-width” FoProperty *
Border After Width property.
Flags: Read
“border-before-color”
property“border-before-color” FoProperty *
Border Before Color property.
Flags: Read
“border-before-precedence”
property“border-before-precedence” FoProperty *
Border Before Precedence property.
Flags: Read
“border-before-style”
property“border-before-style” FoProperty *
Border Before Style property.
Flags: Read
“border-before-width”
property“border-before-width” FoProperty *
Border Before Width property.
Flags: Read
“border-bottom-color”
property“border-bottom-color” FoProperty *
Border Bottom Color property.
Flags: Read
“border-bottom-style”
property“border-bottom-style” FoProperty *
Border Bottom Style property.
Flags: Read
“border-bottom-width”
property“border-bottom-width” FoProperty *
Border Bottom Width property.
Flags: Read
“border-end-color”
property“border-end-color” FoProperty *
Border End Color property.
Flags: Read
“border-end-precedence”
property“border-end-precedence” FoProperty *
Border End Precedence property.
Flags: Read
“border-end-style”
property“border-end-style” FoProperty *
Border End Style property.
Flags: Read
“border-end-width”
property“border-end-width” FoProperty *
Border End Width property.
Flags: Read
“border-left-color”
property“border-left-color” FoProperty *
Border Left Color property.
Flags: Read
“border-left-style”
property“border-left-style” FoProperty *
Border Left Style property.
Flags: Read
“border-left-width”
property“border-left-width” FoProperty *
Border Left Width property.
Flags: Read
“border-right-color”
property“border-right-color” FoProperty *
Border Right Color property.
Flags: Read
“border-right-style”
property“border-right-style” FoProperty *
Border Right Style property.
Flags: Read
“border-right-width”
property“border-right-width” FoProperty *
Border Right Width property.
Flags: Read
“border-separation”
property“border-separation” FoProperty *
Border Separation property.
Flags: Read
“border-start-color”
property“border-start-color” FoProperty *
Border Start Color property.
Flags: Read
“border-start-precedence”
property“border-start-precedence” FoProperty *
Border Start Precedence property.
Flags: Read
“border-start-style”
property“border-start-style” FoProperty *
Border Start Style property.
Flags: Read
“border-start-width”
property“border-start-width” FoProperty *
Border Start Width property.
Flags: Read
“border-top-color”
property“border-top-color” FoProperty *
Border Top Color property.
Flags: Read
“border-top-style”
property“border-top-style” FoProperty *
Border Top Style property.
Flags: Read
“border-top-width”
property“border-top-width” FoProperty *
Border Top Width property.
Flags: Read
“dominant-baseline”
property“dominant-baseline” FoProperty *
Dominant Baseline property.
Flags: Read
“grouping-separator”
property“grouping-separator” FoProperty *
Grouping Separator property.
Flags: Read
“inline-progression-dimension”
property“inline-progression-dimension” FoProperty *
Inline Progression Dimension property.
Flags: Read
“inline-progression-dimension-maximum”
property“inline-progression-dimension-maximum” FoProperty *
Inline Progression Dimension Maximum property.
Flags: Read
“inline-progression-dimension-minimum”
property“inline-progression-dimension-minimum” FoProperty *
Inline Progression Dimension Minimum property.
Flags: Read
“inline-progression-dimension-optimum”
property“inline-progression-dimension-optimum” FoProperty *
Inline Progression Dimension Optimum property.
Flags: Read
“keep-together-within-column”
property“keep-together-within-column” FoProperty *
Keep Together Within Column property.
Flags: Read
“keep-together-within-line”
property“keep-together-within-line” FoProperty *
Keep Together Within Line property.
Flags: Read
“keep-together-within-page”
property“keep-together-within-page” FoProperty *
Keep Together Within Page property.
Flags: Read
“keep-with-next-within-column”
property“keep-with-next-within-column” FoProperty *
Keep With Next Within Column property.
Flags: Read
“keep-with-next-within-line”
property“keep-with-next-within-line” FoProperty *
Keep With Next Within Line property.
Flags: Read
“keep-with-next-within-page”
property“keep-with-next-within-page” FoProperty *
Keep With Next Within Page property.
Flags: Read
“keep-with-previous”
property“keep-with-previous” FoProperty *
Keep With Previous property.
Flags: Read
“keep-with-previous-within-column”
property“keep-with-previous-within-column” FoProperty *
Keep With Previous Within Column property.
Flags: Read
“keep-with-previous-within-line”
property“keep-with-previous-within-line” FoProperty *
Keep With Previous Within Line property.
Flags: Read
“keep-with-previous-within-page”
property“keep-with-previous-within-page” FoProperty *
Keep With Previous Within Page property.
Flags: Read
“line-stacking-strategy”
property“line-stacking-strategy” FoProperty *
Line Stacking Strategy property.
Flags: Read
“linefeed-treatment”
property“linefeed-treatment” FoProperty *
Linefeed Treatment property.
Flags: Read
“master-reference”
property“master-reference” FoProperty *
Master Reference property.
Flags: Read
“number-columns-repeated”
property“number-columns-repeated” FoProperty *
Number Columns Repeated property.
Flags: Read
“number-columns-spanned”
property“number-columns-spanned” FoProperty *
Number Columns Spanned property.
Flags: Read
“number-rows-spanned”
property“number-rows-spanned” FoProperty *
Number Rows Spanned property.
Flags: Read
“padding-after-conditionality”
property“padding-after-conditionality” FoProperty *
Padding After Conditionality property.
Flags: Read
“padding-after-length”
property“padding-after-length” FoProperty *
Padding After Length property.
Flags: Read
“padding-before-conditionality”
property“padding-before-conditionality” FoProperty *
Padding Before Conditionality property.
Flags: Read
“padding-before-length”
property“padding-before-length” FoProperty *
Padding Before Length property.
Flags: Read
“padding-end-conditionality”
property“padding-end-conditionality” FoProperty *
Padding End Conditionality property.
Flags: Read
“padding-end-length”
property“padding-end-length” FoProperty *
Padding End Length property.
Flags: Read
“padding-start-conditionality”
property“padding-start-conditionality” FoProperty *
Padding Start Conditionality property.
Flags: Read
“padding-start-length”
property“padding-start-length” FoProperty *
Padding Start Length property.
Flags: Read
“provisional-distance-between-starts”
property“provisional-distance-between-starts” FoProperty *
Provisional Distance Between Starts property.
Flags: Read
“provisional-label-separation”
property“provisional-label-separation” FoProperty *
Provisional Label Separation property.
Flags: Read
“space-after-conditionality”
property“space-after-conditionality” FoProperty *
Space After Conditionality property.
Flags: Write
“space-after-maximum”
property“space-after-maximum” FoProperty *
Space After Maximum property.
Flags: Write
“space-after-minimum”
property“space-after-minimum” FoProperty *
Space After Minimum property.
Flags: Write
“space-after-optimum”
property“space-after-optimum” FoProperty *
Space After Optimum property.
Flags: Write
“space-after-precedence”
property“space-after-precedence” FoProperty *
Space After Precedence property.
Flags: Write
“space-before-conditionality”
property“space-before-conditionality” FoProperty *
Space Before Conditionality property.
Flags: Write
“space-before-maximum”
property“space-before-maximum” FoProperty *
Space Before Maximum property.
Flags: Write
“space-before-minimum”
property“space-before-minimum” FoProperty *
Space Before Minimum property.
Flags: Write
“space-before-optimum”
property“space-before-optimum” FoProperty *
Space Before Optimum property.
Flags: Write
“space-before-precedence”
property“space-before-precedence” FoProperty *
Space Before Precedence property.
Flags: Write
“space-end-conditionality”
property“space-end-conditionality” FoProperty *
Space End Conditionality property.
Flags: Write
“space-end-maximum”
property“space-end-maximum” FoProperty *
Space End Maximum property.
Flags: Write
“space-end-minimum”
property“space-end-minimum” FoProperty *
Space End Minimum property.
Flags: Write
“space-end-optimum”
property“space-end-optimum” FoProperty *
Space End Optimum property.
Flags: Write
“space-end-precedence”
property“space-end-precedence” FoProperty *
Space End Precedence property.
Flags: Write
“space-start-conditionality”
property“space-start-conditionality” FoProperty *
Space Start Conditionality property.
Flags: Write
“space-start-maximum”
property“space-start-maximum” FoProperty *
Space Start Maximum property.
Flags: Write
“space-start-minimum”
property“space-start-minimum” FoProperty *
Space Start Minimum property.
Flags: Write
“space-start-optimum”
property“space-start-optimum” FoProperty *
Space Start Optimum property.
Flags: Write
“space-start-precedence”
property“space-start-precedence” FoProperty *
Space Start Precedence property.
Flags: Write
“white-space-collapse”
property“white-space-collapse” FoProperty *
White Space Collapse property.
Flags: Read
“white-space-treatment”
property“white-space-treatment” FoProperty *
White Space Treatment property.
Flags: Read