FoContext

FoContext

Synopsis

                    FoContext;
                    FoContextClass;
FoContext*          fo_context_new                      (void);
void                fo_context_initialize               (FoContext *context);
void                fo_context_merge                    (FoContext *primary,
                                                         FoContext *secondary);
void                fo_context_update_from_slist        (FoContext *context,
                                                         GSList *property_list);
void                fo_context_debug_dump_properties    (FoContext *fo_context,
                                                         gint depth);
FoProperty*         fo_context_get_alignment_adjust     (FoContext *fo_context);
void                fo_context_set_alignment_adjust     (FoContext *fo_context,
                                                         FoProperty *new_alignment_adjust);
FoProperty*         fo_context_get_alignment_baseline   (FoContext *fo_context);
void                fo_context_set_alignment_baseline   (FoContext *fo_context,
                                                         FoProperty *new_alignment_baseline);
FoProperty*         fo_context_get_background_color     (FoContext *fo_context);
void                fo_context_set_background_color     (FoContext *fo_context,
                                                         FoProperty *new_background_color);
FoProperty*         fo_context_get_background_image     (FoContext *fo_context);
void                fo_context_set_background_image     (FoContext *fo_context,
                                                         FoProperty *new_background_image);
FoProperty*         fo_context_get_baseline_shift       (FoContext *fo_context);
void                fo_context_set_baseline_shift       (FoContext *fo_context,
                                                         FoProperty *new_baseline_shift);
FoProperty*         fo_context_get_block_progression_dimension
                                                        (FoContext *fo_context);
void                fo_context_set_block_progression_dimension
                                                        (FoContext *fo_context,
                                                         FoProperty *new_block_progression_dimension);
FoProperty*         fo_context_get_block_progression_dimension_minimum
                                                        (FoContext *fo_context);
void                fo_context_set_block_progression_dimension_minimum
                                                        (FoContext *fo_context,
                                                         FoProperty *new_block_progression_dimension_minimum);
FoProperty*         fo_context_get_block_progression_dimension_optimum
                                                        (FoContext *fo_context);
void                fo_context_set_block_progression_dimension_optimum
                                                        (FoContext *fo_context,
                                                         FoProperty *new_block_progression_dimension_optimum);
FoProperty*         fo_context_get_block_progression_dimension_maximum
                                                        (FoContext *fo_context);
void                fo_context_set_block_progression_dimension_maximum
                                                        (FoContext *fo_context,
                                                         FoProperty *new_block_progression_dimension_maximum);
FoProperty*         fo_context_get_border               (FoContext *fo_context);
void                fo_context_set_border               (FoContext *fo_context,
                                                         FoProperty *new_border);
FoProperty*         fo_context_get_border_after_color   (FoContext *fo_context);
void                fo_context_set_border_after_color   (FoContext *fo_context,
                                                         FoProperty *new_border_after_color);
FoProperty*         fo_context_get_border_after_precedence
                                                        (FoContext *fo_context);
void                fo_context_set_border_after_precedence
                                                        (FoContext *fo_context,
                                                         FoProperty *new_border_after_precedence);
FoProperty*         fo_context_get_border_after_style   (FoContext *fo_context);
void                fo_context_set_border_after_style   (FoContext *fo_context,
                                                         FoProperty *new_border_after_style);
FoProperty*         fo_context_get_border_after_width   (FoContext *fo_context);
void                fo_context_set_border_after_width   (FoContext *fo_context,
                                                         FoProperty *new_border_after_width);
FoProperty*         fo_context_get_border_before_color  (FoContext *fo_context);
void                fo_context_set_border_before_color  (FoContext *fo_context,
                                                         FoProperty *new_border_before_color);
FoProperty*         fo_context_get_border_before_precedence
                                                        (FoContext *fo_context);
void                fo_context_set_border_before_precedence
                                                        (FoContext *fo_context,
                                                         FoProperty *new_border_before_precedence);
FoProperty*         fo_context_get_border_before_style  (FoContext *fo_context);
void                fo_context_set_border_before_style  (FoContext *fo_context,
                                                         FoProperty *new_border_before_style);
FoProperty*         fo_context_get_border_before_width  (FoContext *fo_context);
void                fo_context_set_border_before_width  (FoContext *fo_context,
                                                         FoProperty *new_border_before_width);
FoProperty*         fo_context_get_border_bottom        (FoContext *fo_context);
void                fo_context_set_border_bottom        (FoContext *fo_context,
                                                         FoProperty *new_border_bottom);
FoProperty*         fo_context_get_border_bottom_color  (FoContext *fo_context);
void                fo_context_set_border_bottom_color  (FoContext *fo_context,
                                                         FoProperty *new_border_bottom_color);
FoProperty*         fo_context_get_border_bottom_style  (FoContext *fo_context);
void                fo_context_set_border_bottom_style  (FoContext *fo_context,
                                                         FoProperty *new_border_bottom_style);
FoProperty*         fo_context_get_border_bottom_width  (FoContext *fo_context);
void                fo_context_set_border_bottom_width  (FoContext *fo_context,
                                                         FoProperty *new_border_bottom_width);
FoProperty*         fo_context_get_border_collapse      (FoContext *fo_context);
void                fo_context_set_border_collapse      (FoContext *fo_context,
                                                         FoProperty *new_border_collapse);
FoProperty*         fo_context_get_border_color         (FoContext *fo_context);
void                fo_context_set_border_color         (FoContext *fo_context,
                                                         FoProperty *new_border_color);
FoProperty*         fo_context_get_border_end_color     (FoContext *fo_context);
void                fo_context_set_border_end_color     (FoContext *fo_context,
                                                         FoProperty *new_border_end_color);
FoProperty*         fo_context_get_border_end_precedence
                                                        (FoContext *fo_context);
void                fo_context_set_border_end_precedence
                                                        (FoContext *fo_context,
                                                         FoProperty *new_border_end_precedence);
FoProperty*         fo_context_get_border_end_style     (FoContext *fo_context);
void                fo_context_set_border_end_style     (FoContext *fo_context,
                                                         FoProperty *new_border_end_style);
FoProperty*         fo_context_get_border_end_width     (FoContext *fo_context);
void                fo_context_set_border_end_width     (FoContext *fo_context,
                                                         FoProperty *new_border_end_width);
FoProperty*         fo_context_get_border_left          (FoContext *fo_context);
void                fo_context_set_border_left          (FoContext *fo_context,
                                                         FoProperty *new_border_left);
FoProperty*         fo_context_get_border_left_color    (FoContext *fo_context);
void                fo_context_set_border_left_color    (FoContext *fo_context,
                                                         FoProperty *new_border_left_color);
FoProperty*         fo_context_get_border_left_style    (FoContext *fo_context);
void                fo_context_set_border_left_style    (FoContext *fo_context,
                                                         FoProperty *new_border_left_style);
FoProperty*         fo_context_get_border_left_width    (FoContext *fo_context);
void                fo_context_set_border_left_width    (FoContext *fo_context,
                                                         FoProperty *new_border_left_width);
FoProperty*         fo_context_get_border_right         (FoContext *fo_context);
void                fo_context_set_border_right         (FoContext *fo_context,
                                                         FoProperty *new_border_right);
FoProperty*         fo_context_get_border_right_color   (FoContext *fo_context);
void                fo_context_set_border_right_color   (FoContext *fo_context,
                                                         FoProperty *new_border_right_color);
FoProperty*         fo_context_get_border_right_style   (FoContext *fo_context);
void                fo_context_set_border_right_style   (FoContext *fo_context,
                                                         FoProperty *new_border_right_style);
FoProperty*         fo_context_get_border_right_width   (FoContext *fo_context);
void                fo_context_set_border_right_width   (FoContext *fo_context,
                                                         FoProperty *new_border_right_width);
FoProperty*         fo_context_get_border_separation    (FoContext *fo_context);
void                fo_context_set_border_separation    (FoContext *fo_context,
                                                         FoProperty *new_border_separation);
FoProperty*         fo_context_get_border_start_color   (FoContext *fo_context);
void                fo_context_set_border_start_color   (FoContext *fo_context,
                                                         FoProperty *new_border_start_color);
FoProperty*         fo_context_get_border_start_precedence
                                                        (FoContext *fo_context);
void                fo_context_set_border_start_precedence
                                                        (FoContext *fo_context,
                                                         FoProperty *new_border_start_precedence);
FoProperty*         fo_context_get_border_start_style   (FoContext *fo_context);
void                fo_context_set_border_start_style   (FoContext *fo_context,
                                                         FoProperty *new_border_start_style);
FoProperty*         fo_context_get_border_start_width   (FoContext *fo_context);
void                fo_context_set_border_start_width   (FoContext *fo_context,
                                                         FoProperty *new_border_start_width);
FoProperty*         fo_context_get_border_style         (FoContext *fo_context);
void                fo_context_set_border_style         (FoContext *fo_context,
                                                         FoProperty *new_border_style);
FoProperty*         fo_context_get_border_top           (FoContext *fo_context);
void                fo_context_set_border_top           (FoContext *fo_context,
                                                         FoProperty *new_border_top);
FoProperty*         fo_context_get_border_top_color     (FoContext *fo_context);
void                fo_context_set_border_top_color     (FoContext *fo_context,
                                                         FoProperty *new_border_top_color);
FoProperty*         fo_context_get_border_top_style     (FoContext *fo_context);
void                fo_context_set_border_top_style     (FoContext *fo_context,
                                                         FoProperty *new_border_top_style);
FoProperty*         fo_context_get_border_top_width     (FoContext *fo_context);
void                fo_context_set_border_top_width     (FoContext *fo_context,
                                                         FoProperty *new_border_top_width);
FoProperty*         fo_context_get_border_width         (FoContext *fo_context);
void                fo_context_set_border_width         (FoContext *fo_context,
                                                         FoProperty *new_border_width);
FoProperty*         fo_context_get_break_after          (FoContext *fo_context);
void                fo_context_set_break_after          (FoContext *fo_context,
                                                         FoProperty *new_break_after);
FoProperty*         fo_context_get_break_before         (FoContext *fo_context);
void                fo_context_set_break_before         (FoContext *fo_context,
                                                         FoProperty *new_break_before);
FoProperty*         fo_context_get_character            (FoContext *fo_context);
void                fo_context_set_character            (FoContext *fo_context,
                                                         FoProperty *new_character);
FoProperty*         fo_context_get_clip                 (FoContext *fo_context);
void                fo_context_set_clip                 (FoContext *fo_context,
                                                         FoProperty *new_clip);
FoProperty*         fo_context_get_color                (FoContext *fo_context);
void                fo_context_set_color                (FoContext *fo_context,
                                                         FoProperty *new_color);
FoProperty*         fo_context_get_column_number        (FoContext *fo_context);
void                fo_context_set_column_number        (FoContext *fo_context,
                                                         FoProperty *new_column_number);
FoProperty*         fo_context_get_column_width         (FoContext *fo_context);
void                fo_context_set_column_width         (FoContext *fo_context,
                                                         FoProperty *new_column_width);
FoProperty*         fo_context_get_content_height       (FoContext *fo_context);
void                fo_context_set_content_height       (FoContext *fo_context,
                                                         FoProperty *new_content_height);
FoProperty*         fo_context_get_content_type         (FoContext *fo_context);
void                fo_context_set_content_type         (FoContext *fo_context,
                                                         FoProperty *new_content_type);
FoProperty*         fo_context_get_content_width        (FoContext *fo_context);
void                fo_context_set_content_width        (FoContext *fo_context,
                                                         FoProperty *new_content_width);
FoProperty*         fo_context_get_direction            (FoContext *fo_context);
void                fo_context_set_direction            (FoContext *fo_context,
                                                         FoProperty *new_direction);
FoProperty*         fo_context_get_display_align        (FoContext *fo_context);
void                fo_context_set_display_align        (FoContext *fo_context,
                                                         FoProperty *new_display_align);
FoProperty*         fo_context_get_dominant_baseline    (FoContext *fo_context);
void                fo_context_set_dominant_baseline    (FoContext *fo_context,
                                                         FoProperty *new_dominant_baseline);
FoProperty*         fo_context_get_end_indent           (FoContext *fo_context);
void                fo_context_set_end_indent           (FoContext *fo_context,
                                                         FoProperty *new_end_indent);
FoProperty*         fo_context_get_extent               (FoContext *fo_context);
void                fo_context_set_extent               (FoContext *fo_context,
                                                         FoProperty *new_extent);
FoProperty*         fo_context_get_flow_name            (FoContext *fo_context);
void                fo_context_set_flow_name            (FoContext *fo_context,
                                                         FoProperty *new_flow_name);
FoProperty*         fo_context_get_font_family          (FoContext *fo_context);
void                fo_context_set_font_family          (FoContext *fo_context,
                                                         FoProperty *new_font_family);
FoProperty*         fo_context_get_font_size            (FoContext *fo_context);
void                fo_context_set_font_size            (FoContext *fo_context,
                                                         FoProperty *new_font_size);
FoProperty*         fo_context_get_font_stretch         (FoContext *fo_context);
void                fo_context_set_font_stretch         (FoContext *fo_context,
                                                         FoProperty *new_font_stretch);
FoProperty*         fo_context_get_font_style           (FoContext *fo_context);
void                fo_context_set_font_style           (FoContext *fo_context,
                                                         FoProperty *new_font_style);
FoProperty*         fo_context_get_font_variant         (FoContext *fo_context);
void                fo_context_set_font_variant         (FoContext *fo_context,
                                                         FoProperty *new_font_variant);
FoProperty*         fo_context_get_font_weight          (FoContext *fo_context);
void                fo_context_set_font_weight          (FoContext *fo_context,
                                                         FoProperty *new_font_weight);
FoProperty*         fo_context_get_format               (FoContext *fo_context);
void                fo_context_set_format               (FoContext *fo_context,
                                                         FoProperty *new_format);
FoProperty*         fo_context_get_grouping_separator   (FoContext *fo_context);
void                fo_context_set_grouping_separator   (FoContext *fo_context,
                                                         FoProperty *new_grouping_separator);
FoProperty*         fo_context_get_grouping_size        (FoContext *fo_context);
void                fo_context_set_grouping_size        (FoContext *fo_context,
                                                         FoProperty *new_grouping_size);
FoProperty*         fo_context_get_height               (FoContext *fo_context);
void                fo_context_set_height               (FoContext *fo_context,
                                                         FoProperty *new_height);
FoProperty*         fo_context_get_id                   (FoContext *fo_context);
void                fo_context_set_id                   (FoContext *fo_context,
                                                         FoProperty *new_id);
FoProperty*         fo_context_get_inline_progression_dimension
                                                        (FoContext *fo_context);
void                fo_context_set_inline_progression_dimension
                                                        (FoContext *fo_context,
                                                         FoProperty *new_inline_progression_dimension);
FoProperty*         fo_context_get_inline_progression_dimension_minimum
                                                        (FoContext *fo_context);
void                fo_context_set_inline_progression_dimension_minimum
                                                        (FoContext *fo_context,
                                                         FoProperty *new_inline_progression_dimension_minimum);
FoProperty*         fo_context_get_inline_progression_dimension_optimum
                                                        (FoContext *fo_context);
void                fo_context_set_inline_progression_dimension_optimum
                                                        (FoContext *fo_context,
                                                         FoProperty *new_inline_progression_dimension_optimum);
FoProperty*         fo_context_get_inline_progression_dimension_maximum
                                                        (FoContext *fo_context);
void                fo_context_set_inline_progression_dimension_maximum
                                                        (FoContext *fo_context,
                                                         FoProperty *new_inline_progression_dimension_maximum);
FoProperty*         fo_context_get_keep_together        (FoContext *fo_context);
void                fo_context_set_keep_together        (FoContext *fo_context,
                                                         FoProperty *new_keep_together);
FoProperty*         fo_context_get_keep_together_within_column
                                                        (FoContext *fo_context);
void                fo_context_set_keep_together_within_column
                                                        (FoContext *fo_context,
                                                         FoProperty *new_keep_together_within_column);
FoProperty*         fo_context_get_keep_together_within_line
                                                        (FoContext *fo_context);
void                fo_context_set_keep_together_within_line
                                                        (FoContext *fo_context,
                                                         FoProperty *new_keep_together_within_line);
FoProperty*         fo_context_get_keep_together_within_page
                                                        (FoContext *fo_context);
void                fo_context_set_keep_together_within_page
                                                        (FoContext *fo_context,
                                                         FoProperty *new_keep_together_within_page);
FoProperty*         fo_context_get_keep_with_next       (FoContext *fo_context);
void                fo_context_set_keep_with_next       (FoContext *fo_context,
                                                         FoProperty *new_keep_with_next);
FoProperty*         fo_context_get_keep_with_next_within_column
                                                        (FoContext *fo_context);
void                fo_context_set_keep_with_next_within_column
                                                        (FoContext *fo_context,
                                                         FoProperty *new_keep_with_next_within_column);
FoProperty*         fo_context_get_keep_with_next_within_line
                                                        (FoContext *fo_context);
void                fo_context_set_keep_with_next_within_line
                                                        (FoContext *fo_context,
                                                         FoProperty *new_keep_with_next_within_line);
FoProperty*         fo_context_get_keep_with_next_within_page
                                                        (FoContext *fo_context);
void                fo_context_set_keep_with_next_within_page
                                                        (FoContext *fo_context,
                                                         FoProperty *new_keep_with_next_within_page);
FoProperty*         fo_context_get_keep_with_previous   (FoContext *fo_context);
void                fo_context_set_keep_with_previous   (FoContext *fo_context,
                                                         FoProperty *new_keep_with_previous);
FoProperty*         fo_context_get_keep_with_previous_within_column
                                                        (FoContext *fo_context);
void                fo_context_set_keep_with_previous_within_column
                                                        (FoContext *fo_context,
                                                         FoProperty *new_keep_with_previous_within_column);
FoProperty*         fo_context_get_keep_with_previous_within_line
                                                        (FoContext *fo_context);
void                fo_context_set_keep_with_previous_within_line
                                                        (FoContext *fo_context,
                                                         FoProperty *new_keep_with_previous_within_line);
FoProperty*         fo_context_get_keep_with_previous_within_page
                                                        (FoContext *fo_context);
void                fo_context_set_keep_with_previous_within_page
                                                        (FoContext *fo_context,
                                                         FoProperty *new_keep_with_previous_within_page);
FoProperty*         fo_context_get_letter_value         (FoContext *fo_context);
void                fo_context_set_letter_value         (FoContext *fo_context,
                                                         FoProperty *new_letter_value);
FoProperty*         fo_context_get_linefeed_treatment   (FoContext *fo_context);
void                fo_context_set_linefeed_treatment   (FoContext *fo_context,
                                                         FoProperty *new_linefeed_treatment);
FoProperty*         fo_context_get_line_height          (FoContext *fo_context);
void                fo_context_set_line_height          (FoContext *fo_context,
                                                         FoProperty *new_line_height);
FoProperty*         fo_context_get_line_stacking_strategy
                                                        (FoContext *fo_context);
void                fo_context_set_line_stacking_strategy
                                                        (FoContext *fo_context,
                                                         FoProperty *new_line_stacking_strategy);
FoProperty*         fo_context_get_margin               (FoContext *fo_context);
void                fo_context_set_margin               (FoContext *fo_context,
                                                         FoProperty *new_margin);
FoProperty*         fo_context_get_margin_bottom        (FoContext *fo_context);
void                fo_context_set_margin_bottom        (FoContext *fo_context,
                                                         FoProperty *new_margin_bottom);
FoProperty*         fo_context_get_margin_left          (FoContext *fo_context);
void                fo_context_set_margin_left          (FoContext *fo_context,
                                                         FoProperty *new_margin_left);
FoProperty*         fo_context_get_margin_right         (FoContext *fo_context);
void                fo_context_set_margin_right         (FoContext *fo_context,
                                                         FoProperty *new_margin_right);
FoProperty*         fo_context_get_margin_top           (FoContext *fo_context);
void                fo_context_set_margin_top           (FoContext *fo_context,
                                                         FoProperty *new_margin_top);
FoProperty*         fo_context_get_master_name          (FoContext *fo_context);
void                fo_context_set_master_name          (FoContext *fo_context,
                                                         FoProperty *new_master_name);
FoProperty*         fo_context_get_master_reference     (FoContext *fo_context);
void                fo_context_set_master_reference     (FoContext *fo_context,
                                                         FoProperty *new_master_reference);
FoProperty*         fo_context_get_media_usage          (FoContext *fo_context);
void                fo_context_set_media_usage          (FoContext *fo_context,
                                                         FoProperty *new_media_usage);
FoProperty*         fo_context_get_number_columns_repeated
                                                        (FoContext *fo_context);
void                fo_context_set_number_columns_repeated
                                                        (FoContext *fo_context,
                                                         FoProperty *new_number_columns_repeated);
FoProperty*         fo_context_get_number_columns_spanned
                                                        (FoContext *fo_context);
void                fo_context_set_number_columns_spanned
                                                        (FoContext *fo_context,
                                                         FoProperty *new_number_columns_spanned);
FoProperty*         fo_context_get_number_rows_spanned  (FoContext *fo_context);
void                fo_context_set_number_rows_spanned  (FoContext *fo_context,
                                                         FoProperty *new_number_rows_spanned);
FoProperty*         fo_context_get_orphans              (FoContext *fo_context);
void                fo_context_set_orphans              (FoContext *fo_context,
                                                         FoProperty *new_orphans);
FoProperty*         fo_context_get_overflow             (FoContext *fo_context);
void                fo_context_set_overflow             (FoContext *fo_context,
                                                         FoProperty *new_overflow);
FoProperty*         fo_context_get_padding              (FoContext *fo_context);
void                fo_context_set_padding              (FoContext *fo_context,
                                                         FoProperty *new_padding);
FoProperty*         fo_context_get_padding_after        (FoContext *fo_context);
void                fo_context_set_padding_after        (FoContext *fo_context,
                                                         FoProperty *new_padding_after);
FoProperty*         fo_context_get_padding_after_length (FoContext *fo_context);
void                fo_context_set_padding_after_length (FoContext *fo_context,
                                                         FoProperty *new_padding_after_length);
FoProperty*         fo_context_get_padding_after_condity
                                                        (FoContext *fo_context);
void                fo_context_set_padding_after_condity
                                                        (FoContext *fo_context,
                                                         FoProperty *new_padding_after_condity);
FoProperty*         fo_context_get_padding_before       (FoContext *fo_context);
void                fo_context_set_padding_before       (FoContext *fo_context,
                                                         FoProperty *new_padding_before);
FoProperty*         fo_context_get_padding_before_length
                                                        (FoContext *fo_context);
void                fo_context_set_padding_before_length
                                                        (FoContext *fo_context,
                                                         FoProperty *new_padding_before_length);
FoProperty*         fo_context_get_padding_before_condity
                                                        (FoContext *fo_context);
void                fo_context_set_padding_before_condity
                                                        (FoContext *fo_context,
                                                         FoProperty *new_padding_before_condity);
FoProperty*         fo_context_get_padding_bottom       (FoContext *fo_context);
void                fo_context_set_padding_bottom       (FoContext *fo_context,
                                                         FoProperty *new_padding_bottom);
FoProperty*         fo_context_get_padding_end          (FoContext *fo_context);
void                fo_context_set_padding_end          (FoContext *fo_context,
                                                         FoProperty *new_padding_end);
FoProperty*         fo_context_get_padding_end_length   (FoContext *fo_context);
void                fo_context_set_padding_end_length   (FoContext *fo_context,
                                                         FoProperty *new_padding_end_length);
FoProperty*         fo_context_get_padding_end_condity  (FoContext *fo_context);
void                fo_context_set_padding_end_condity  (FoContext *fo_context,
                                                         FoProperty *new_padding_end_condity);
FoProperty*         fo_context_get_padding_left         (FoContext *fo_context);
void                fo_context_set_padding_left         (FoContext *fo_context,
                                                         FoProperty *new_padding_left);
FoProperty*         fo_context_get_padding_right        (FoContext *fo_context);
void                fo_context_set_padding_right        (FoContext *fo_context,
                                                         FoProperty *new_padding_right);
FoProperty*         fo_context_get_padding_start        (FoContext *fo_context);
void                fo_context_set_padding_start        (FoContext *fo_context,
                                                         FoProperty *new_padding_start);
FoProperty*         fo_context_get_padding_start_length (FoContext *fo_context);
void                fo_context_set_padding_start_length (FoContext *fo_context,
                                                         FoProperty *new_padding_start_length);
FoProperty*         fo_context_get_padding_start_condity
                                                        (FoContext *fo_context);
void                fo_context_set_padding_start_condity
                                                        (FoContext *fo_context,
                                                         FoProperty *new_padding_start_condity);
FoProperty*         fo_context_get_padding_top          (FoContext *fo_context);
void                fo_context_set_padding_top          (FoContext *fo_context,
                                                         FoProperty *new_padding_top);
FoProperty*         fo_context_get_page_height          (FoContext *fo_context);
void                fo_context_set_page_height          (FoContext *fo_context,
                                                         FoProperty *new_page_height);
FoProperty*         fo_context_get_page_width           (FoContext *fo_context);
void                fo_context_set_page_width           (FoContext *fo_context,
                                                         FoProperty *new_page_width);
FoProperty*         fo_context_get_provisional_distance_between_starts
                                                        (FoContext *fo_context);
void                fo_context_set_provisional_distance_between_starts
                                                        (FoContext *fo_context,
                                                         FoProperty *new_provisional_distance_between_starts);
FoProperty*         fo_context_get_provisional_label_separation
                                                        (FoContext *fo_context);
void                fo_context_set_provisional_label_separation
                                                        (FoContext *fo_context,
                                                         FoProperty *new_provisional_label_separation);
FoProperty*         fo_context_get_ref_id               (FoContext *fo_context);
void                fo_context_set_ref_id               (FoContext *fo_context,
                                                         FoProperty *new_ref_id);
FoProperty*         fo_context_get_region_name          (FoContext *fo_context);
void                fo_context_set_region_name          (FoContext *fo_context,
                                                         FoProperty *new_region_name);
FoProperty*         fo_context_get_role                 (FoContext *fo_context);
void                fo_context_set_role                 (FoContext *fo_context,
                                                         FoProperty *new_role);
FoProperty*         fo_context_get_scaling              (FoContext *fo_context);
void                fo_context_set_scaling              (FoContext *fo_context,
                                                         FoProperty *new_scaling);
FoProperty*         fo_context_get_scaling_method       (FoContext *fo_context);
void                fo_context_set_scaling_method       (FoContext *fo_context,
                                                         FoProperty *new_scaling_method);
FoProperty*         fo_context_get_score_spaces         (FoContext *fo_context);
void                fo_context_set_score_spaces         (FoContext *fo_context,
                                                         FoProperty *new_score_spaces);
FoProperty*         fo_context_get_source_document      (FoContext *fo_context);
void                fo_context_set_source_document      (FoContext *fo_context,
                                                         FoProperty *new_source_document);
FoProperty*         fo_context_get_space_after          (FoContext *fo_context);
void                fo_context_set_space_after          (FoContext *fo_context,
                                                         FoProperty *new_space_after);
void                fo_context_set_space_after_minimum  (FoContext *fo_context,
                                                         FoProperty *new_space_after_minimum);
void                fo_context_set_space_after_optimum  (FoContext *fo_context,
                                                         FoProperty *new_space_after_optimum);
void                fo_context_set_space_after_maximum  (FoContext *fo_context,
                                                         FoProperty *new_space_after_maximum);
void                fo_context_set_space_after_precedence
                                                        (FoContext *fo_context,
                                                         FoProperty *new_space_after_precedence);
void                fo_context_set_space_after_condity  (FoContext *fo_context,
                                                         FoProperty *new_space_after_condity);
FoProperty*         fo_context_get_space_before         (FoContext *fo_context);
void                fo_context_set_space_before         (FoContext *fo_context,
                                                         FoProperty *new_space_before);
void                fo_context_set_space_before_minimum (FoContext *fo_context,
                                                         FoProperty *new_space_before_minimum);
void                fo_context_set_space_before_optimum (FoContext *fo_context,
                                                         FoProperty *new_space_before_optimum);
void                fo_context_set_space_before_maximum (FoContext *fo_context,
                                                         FoProperty *new_space_before_maximum);
void                fo_context_set_space_before_precedence
                                                        (FoContext *fo_context,
                                                         FoProperty *new_space_before_precedence);
void                fo_context_set_space_before_condity (FoContext *fo_context,
                                                         FoProperty *new_space_before_condity);
FoProperty*         fo_context_get_space_end            (FoContext *fo_context);
void                fo_context_set_space_end            (FoContext *fo_context,
                                                         FoProperty *new_space_end);
void                fo_context_set_space_end_minimum    (FoContext *fo_context,
                                                         FoProperty *new_space_end_minimum);
void                fo_context_set_space_end_optimum    (FoContext *fo_context,
                                                         FoProperty *new_space_end_optimum);
void                fo_context_set_space_end_maximum    (FoContext *fo_context,
                                                         FoProperty *new_space_end_maximum);
void                fo_context_set_space_end_precedence (FoContext *fo_context,
                                                         FoProperty *new_space_end_precedence);
void                fo_context_set_space_end_condity    (FoContext *fo_context,
                                                         FoProperty *new_space_end_condity);
FoProperty*         fo_context_get_space_start          (FoContext *fo_context);
void                fo_context_set_space_start          (FoContext *fo_context,
                                                         FoProperty *new_space_start);
void                fo_context_set_space_start_minimum  (FoContext *fo_context,
                                                         FoProperty *new_space_start_minimum);
void                fo_context_set_space_start_optimum  (FoContext *fo_context,
                                                         FoProperty *new_space_start_optimum);
void                fo_context_set_space_start_maximum  (FoContext *fo_context,
                                                         FoProperty *new_space_start_maximum);
void                fo_context_set_space_start_precedence
                                                        (FoContext *fo_context,
                                                         FoProperty *new_space_start_precedence);
void                fo_context_set_space_start_condity  (FoContext *fo_context,
                                                         FoProperty *new_space_start_condity);
FoProperty*         fo_context_get_span                 (FoContext *fo_context);
void                fo_context_set_span                 (FoContext *fo_context,
                                                         FoProperty *new_span);
FoProperty*         fo_context_get_src                  (FoContext *fo_context);
void                fo_context_set_src                  (FoContext *fo_context,
                                                         FoProperty *new_src);
FoProperty*         fo_context_get_start_indent         (FoContext *fo_context);
void                fo_context_set_start_indent         (FoContext *fo_context,
                                                         FoProperty *new_start_indent);
FoProperty*         fo_context_get_table_layout         (FoContext *fo_context);
void                fo_context_set_table_layout         (FoContext *fo_context,
                                                         FoProperty *new_table_layout);
FoProperty*         fo_context_get_text_align           (FoContext *fo_context);
void                fo_context_set_text_align           (FoContext *fo_context,
                                                         FoProperty *new_text_align);
FoProperty*         fo_context_get_text_indent          (FoContext *fo_context);
void                fo_context_set_text_indent          (FoContext *fo_context,
                                                         FoProperty *new_text_indent);
FoProperty*         fo_context_get_unicode_bidi         (FoContext *fo_context);
void                fo_context_set_unicode_bidi         (FoContext *fo_context,
                                                         FoProperty *new_unicode_bidi);
FoProperty*         fo_context_get_white_space_collapse (FoContext *fo_context);
void                fo_context_set_white_space_collapse (FoContext *fo_context,
                                                         FoProperty *new_white_space_collapse);
FoProperty*         fo_context_get_white_space_treatment
                                                        (FoContext *fo_context);
void                fo_context_set_white_space_treatment
                                                        (FoContext *fo_context,
                                                         FoProperty *new_white_space_treatment);
FoProperty*         fo_context_get_widows               (FoContext *fo_context);
void                fo_context_set_widows               (FoContext *fo_context,
                                                         FoProperty *new_widows);
FoProperty*         fo_context_get_width                (FoContext *fo_context);
void                fo_context_set_width                (FoContext *fo_context,
                                                         FoProperty *new_width);
FoProperty*         fo_context_get_wrap_option          (FoContext *fo_context);
void                fo_context_set_wrap_option          (FoContext *fo_context,
                                                         FoProperty *new_wrap_option);
FoProperty*         fo_context_get_writing_mode         (FoContext *fo_context);
void                fo_context_set_writing_mode         (FoContext *fo_context,
                                                         FoProperty *new_writing_mode);

Object Hierarchy

  GObject
   +----FoObject
         +----FoContext

Properties

  "alignment-adjust"         FoProperty*           : Read
  "alignment-baseline"       FoProperty*           : Read
  "background-color"         FoProperty*           : Read
  "background-image"         FoProperty*           : Read
  "baseline-shift"           FoProperty*           : Read
  "block-progression-dimension" FoProperty*           : Read
  "block-progression-dimension-maximum" FoProperty*           : Read
  "block-progression-dimension-minimum" FoProperty*           : Read
  "block-progression-dimension-optimum" FoProperty*           : Read
  "border"                   FoProperty*           : Read
  "border-after-color"       FoProperty*           : Read
  "border-after-precedence"  FoProperty*           : Read
  "border-after-style"       FoProperty*           : Read
  "border-after-width"       FoProperty*           : Read
  "border-before-color"      FoProperty*           : Read
  "border-before-precedence" FoProperty*           : Read
  "border-before-style"      FoProperty*           : Read
  "border-before-width"      FoProperty*           : Read
  "border-bottom"            FoProperty*           : Read
  "border-bottom-color"      FoProperty*           : Read
  "border-bottom-style"      FoProperty*           : Read
  "border-bottom-width"      FoProperty*           : Read
  "border-collapse"          FoProperty*           : Read
  "border-color"             FoProperty*           : Read
  "border-end-color"         FoProperty*           : Read
  "border-end-precedence"    FoProperty*           : Read
  "border-end-style"         FoProperty*           : Read
  "border-end-width"         FoProperty*           : Read
  "border-left"              FoProperty*           : Read
  "border-left-color"        FoProperty*           : Read
  "border-left-style"        FoProperty*           : Read
  "border-left-width"        FoProperty*           : Read
  "border-right"             FoProperty*           : Read
  "border-right-color"       FoProperty*           : Read
  "border-right-style"       FoProperty*           : Read
  "border-right-width"       FoProperty*           : Read
  "border-separation"        FoProperty*           : Read
  "border-start-color"       FoProperty*           : Read
  "border-start-precedence"  FoProperty*           : Read
  "border-start-style"       FoProperty*           : Read
  "border-start-width"       FoProperty*           : Read
  "border-style"             FoProperty*           : Read
  "border-top"               FoProperty*           : Read
  "border-top-color"         FoProperty*           : Read
  "border-top-style"         FoProperty*           : Read
  "border-top-width"         FoProperty*           : Read
  "border-width"             FoProperty*           : Read
  "break-after"              FoProperty*           : Read
  "break-before"             FoProperty*           : Read
  "character"                FoProperty*           : Read
  "clip"                     FoProperty*           : Read
  "color"                    FoProperty*           : Read
  "column-number"            FoProperty*           : Read
  "column-width"             FoProperty*           : Read
  "content-height"           FoProperty*           : Read
  "content-type"             FoProperty*           : Read
  "content-width"            FoProperty*           : Read
  "direction"                FoProperty*           : Read
  "display-align"            FoProperty*           : Read
  "dominant-baseline"        FoProperty*           : Read
  "end-indent"               FoProperty*           : Read
  "extent"                   FoProperty*           : Read
  "flow-name"                FoProperty*           : Read
  "font-family"              FoProperty*           : Read
  "font-size"                FoProperty*           : Read
  "font-stretch"             FoProperty*           : Read
  "font-style"               FoProperty*           : Read
  "font-variant"             FoProperty*           : Read
  "font-weight"              FoProperty*           : Read
  "format"                   FoProperty*           : Read
  "grouping-separator"       FoProperty*           : Read
  "grouping-size"            FoProperty*           : Read
  "height"                   FoProperty*           : Read
  "id"                       FoProperty*           : Read
  "inline-progression-dimension" FoProperty*           : Read
  "inline-progression-dimension-maximum" FoProperty*           : Read
  "inline-progression-dimension-minimum" FoProperty*           : Read
  "inline-progression-dimension-optimum" FoProperty*           : Read
  "keep-together"            FoProperty*           : Read
  "keep-together-within-column" FoProperty*           : Read
  "keep-together-within-line" FoProperty*           : Read
  "keep-together-within-page" FoProperty*           : Read
  "keep-with-next"           FoProperty*           : Read
  "keep-with-next-within-column" FoProperty*           : Read
  "keep-with-next-within-line" FoProperty*           : Read
  "keep-with-next-within-page" FoProperty*           : Read
  "keep-with-previous"       FoProperty*           : Read
  "keep-with-previous-within-column" FoProperty*           : Read
  "keep-with-previous-within-line" FoProperty*           : Read
  "keep-with-previous-within-page" FoProperty*           : Read
  "letter-value"             FoProperty*           : Read
  "line-height"              FoProperty*           : Read
  "line-stacking-strategy"   FoProperty*           : Read
  "linefeed-treatment"       FoProperty*           : Read
  "margin"                   FoProperty*           : Read
  "margin-bottom"            FoProperty*           : Read
  "margin-left"              FoProperty*           : Read
  "margin-right"             FoProperty*           : Read
  "margin-top"               FoProperty*           : Read
  "master-name"              FoProperty*           : Read
  "master-reference"         FoProperty*           : Read
  "media-usage"              FoProperty*           : Read
  "number-columns-repeated"  FoProperty*           : Read
  "number-columns-spanned"   FoProperty*           : Read
  "number-rows-spanned"      FoProperty*           : Read
  "orphans"                  FoProperty*           : Read
  "overflow"                 FoProperty*           : Read
  "padding"                  FoProperty*           : Read
  "padding-after"            FoProperty*           : Read
  "padding-after-conditionality" FoProperty*           : Read
  "padding-after-length"     FoProperty*           : Read
  "padding-before"           FoProperty*           : Read
  "padding-before-conditionality" FoProperty*           : Read
  "padding-before-length"    FoProperty*           : Read
  "padding-bottom"           FoProperty*           : Read
  "padding-end"              FoProperty*           : Read
  "padding-end-conditionality" FoProperty*           : Read
  "padding-end-length"       FoProperty*           : Read
  "padding-left"             FoProperty*           : Read
  "padding-right"            FoProperty*           : Read
  "padding-start"            FoProperty*           : Read
  "padding-start-conditionality" FoProperty*           : Read
  "padding-start-length"     FoProperty*           : Read
  "padding-top"              FoProperty*           : Read
  "page-height"              FoProperty*           : Read
  "page-width"               FoProperty*           : Read
  "provisional-distance-between-starts" FoProperty*           : Read
  "provisional-label-separation" FoProperty*           : Read
  "ref-id"                   FoProperty*           : Read
  "region-name"              FoProperty*           : Read
  "role"                     FoProperty*           : Read
  "scaling"                  FoProperty*           : Read
  "scaling-method"           FoProperty*           : Read
  "score-spaces"             FoProperty*           : Read
  "source-document"          FoProperty*           : Read
  "space-after"              FoProperty*           : Read
  "space-after-conditionality" FoProperty*           : Write
  "space-after-maximum"      FoProperty*           : Write
  "space-after-minimum"      FoProperty*           : Write
  "space-after-optimum"      FoProperty*           : Write
  "space-after-precedence"   FoProperty*           : Write
  "space-before"             FoProperty*           : Read
  "space-before-conditionality" FoProperty*           : Write
  "space-before-maximum"     FoProperty*           : Write
  "space-before-minimum"     FoProperty*           : Write
  "space-before-optimum"     FoProperty*           : Write
  "space-before-precedence"  FoProperty*           : Write
  "space-end"                FoProperty*           : Read
  "space-end-conditionality" FoProperty*           : Write
  "space-end-maximum"        FoProperty*           : Write
  "space-end-minimum"        FoProperty*           : Write
  "space-end-optimum"        FoProperty*           : Write
  "space-end-precedence"     FoProperty*           : Write
  "space-start"              FoProperty*           : Read
  "space-start-conditionality" FoProperty*           : Write
  "space-start-maximum"      FoProperty*           : Write
  "space-start-minimum"      FoProperty*           : Write
  "space-start-optimum"      FoProperty*           : Write
  "space-start-precedence"   FoProperty*           : Write
  "span"                     FoProperty*           : Read
  "src"                      FoProperty*           : Read
  "start-indent"             FoProperty*           : Read
  "table-layout"             FoProperty*           : Read
  "text-align"               FoProperty*           : Read
  "text-indent"              FoProperty*           : Read
  "unicode-bidi"             FoProperty*           : Read
  "white-space-collapse"     FoProperty*           : Read
  "white-space-treatment"    FoProperty*           : Read
  "widows"                   FoProperty*           : Read
  "width"                    FoProperty*           : Read
  "wrap-option"              FoProperty*           : Read
  "writing-mode"             FoProperty*           : Read

Description

Details

FoContext

typedef struct _FoContext FoContext;


FoContextClass

typedef struct _FoContextClass FoContextClass;


fo_context_new ()

FoContext*          fo_context_new                      (void);

Creates a new FoContext initialized to default value.

Returns :

the new FoContext.

fo_context_initialize ()

void                fo_context_initialize               (FoContext *context);

Initialize context with the initial/default value of every property.

context :

FoContext to initialize.

fo_context_merge ()

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.

primary :

Primary FoContext.

secondary :

Secondary FoContext.

fo_context_update_from_slist ()

void                fo_context_update_from_slist        (FoContext *context,
                                                         GSList *property_list);

Add each FoProperty in property_list to context.

context :

FoContext to be updated.

property_list :

GSList of FoProperty objects.

fo_context_debug_dump_properties ()

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.

fo_context :

The FoContext object.

depth :

Indent level to add to the output.

fo_context_get_alignment_adjust ()

FoProperty*         fo_context_get_alignment_adjust     (FoContext *fo_context);

Gets the "alignment-adjust" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "alignment-adjust" property value.

fo_context_set_alignment_adjust ()

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.

fo_context_get_alignment_baseline ()

FoProperty*         fo_context_get_alignment_baseline   (FoContext *fo_context);

Gets the "alignment-baseline" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "alignment-baseline" property value.

fo_context_set_alignment_baseline ()

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.

fo_context_get_background_color ()

FoProperty*         fo_context_get_background_color     (FoContext *fo_context);

Gets the "background-color" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "background-color" property value.

fo_context_set_background_color ()

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.

fo_context_get_background_image ()

FoProperty*         fo_context_get_background_image     (FoContext *fo_context);

Gets the "background-image" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "background-image" property value.

fo_context_set_background_image ()

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.

fo_context_get_baseline_shift ()

FoProperty*         fo_context_get_baseline_shift       (FoContext *fo_context);

Gets the "baseline-shift" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "baseline-shift" property value.

fo_context_set_baseline_shift ()

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.

fo_context_get_block_progression_dimension ()

FoProperty*         fo_context_get_block_progression_dimension
                                                        (FoContext *fo_context);

Gets the "block-progression-dimension" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "block-progression-dimension" property value.

fo_context_set_block_progression_dimension ()

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.

fo_context_get_block_progression_dimension_minimum ()

FoProperty*         fo_context_get_block_progression_dimension_minimum
                                                        (FoContext *fo_context);

Gets the "block-progression-dimension-minimum" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "block-progression-dimension-minimum" property value.

fo_context_set_block_progression_dimension_minimum ()

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.

fo_context_get_block_progression_dimension_optimum ()

FoProperty*         fo_context_get_block_progression_dimension_optimum
                                                        (FoContext *fo_context);

Gets the "block-progression-dimension-optimum" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "block-progression-dimension-optimum" property value.

fo_context_set_block_progression_dimension_optimum ()

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.

fo_context_get_block_progression_dimension_maximum ()

FoProperty*         fo_context_get_block_progression_dimension_maximum
                                                        (FoContext *fo_context);

Gets the "block-progression-dimension-maximum" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "block-progression-dimension-maximum" property value.

fo_context_set_block_progression_dimension_maximum ()

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.

fo_context_get_border ()

FoProperty*         fo_context_get_border               (FoContext *fo_context);

Gets the "border" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border" property value.

fo_context_set_border ()

void                fo_context_set_border               (FoContext *fo_context,
                                                         FoProperty *new_border);

Sets the "border" property of fo_context to new_border.

fo_context :

The FoContext object.

new_border :

The new "border" property value.

fo_context_get_border_after_color ()

FoProperty*         fo_context_get_border_after_color   (FoContext *fo_context);

Gets the "border-after-color" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-after-color" property value.

fo_context_set_border_after_color ()

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.

fo_context_get_border_after_precedence ()

FoProperty*         fo_context_get_border_after_precedence
                                                        (FoContext *fo_context);

Gets the "border-after-precedence" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-after-precedence" property value.

fo_context_set_border_after_precedence ()

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.

fo_context_get_border_after_style ()

FoProperty*         fo_context_get_border_after_style   (FoContext *fo_context);

Gets the "border-after-style" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-after-style" property value.

fo_context_set_border_after_style ()

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.

fo_context_get_border_after_width ()

FoProperty*         fo_context_get_border_after_width   (FoContext *fo_context);

Gets the "border-after-width" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-after-width" property value.

fo_context_set_border_after_width ()

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.

fo_context_get_border_before_color ()

FoProperty*         fo_context_get_border_before_color  (FoContext *fo_context);

Gets the "border-before-color" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-before-color" property value.

fo_context_set_border_before_color ()

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.

fo_context_get_border_before_precedence ()

FoProperty*         fo_context_get_border_before_precedence
                                                        (FoContext *fo_context);

Gets the "border-before-precedence" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-before-precedence" property value.

fo_context_set_border_before_precedence ()

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.

fo_context_get_border_before_style ()

FoProperty*         fo_context_get_border_before_style  (FoContext *fo_context);

Gets the "border-before-style" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-before-style" property value.

fo_context_set_border_before_style ()

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.

fo_context_get_border_before_width ()

FoProperty*         fo_context_get_border_before_width  (FoContext *fo_context);

Gets the "border-before-width" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-before-width" property value.

fo_context_set_border_before_width ()

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.

fo_context_get_border_bottom ()

FoProperty*         fo_context_get_border_bottom        (FoContext *fo_context);

Gets the "border-bottom" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-bottom" property value.

fo_context_set_border_bottom ()

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.

fo_context_get_border_bottom_color ()

FoProperty*         fo_context_get_border_bottom_color  (FoContext *fo_context);

Gets the "border-bottom-color" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-bottom-color" property value.

fo_context_set_border_bottom_color ()

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.

fo_context_get_border_bottom_style ()

FoProperty*         fo_context_get_border_bottom_style  (FoContext *fo_context);

Gets the "border-bottom-style" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-bottom-style" property value.

fo_context_set_border_bottom_style ()

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.

fo_context_get_border_bottom_width ()

FoProperty*         fo_context_get_border_bottom_width  (FoContext *fo_context);

Gets the "border-bottom-width" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-bottom-width" property value.

fo_context_set_border_bottom_width ()

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.

fo_context_get_border_collapse ()

FoProperty*         fo_context_get_border_collapse      (FoContext *fo_context);

Gets the "border-collapse" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-collapse" property value.

fo_context_set_border_collapse ()

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.

fo_context_get_border_color ()

FoProperty*         fo_context_get_border_color         (FoContext *fo_context);

Gets the "border-color" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-color" property value.

fo_context_set_border_color ()

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.

fo_context :

The FoContext object.

new_border_color :

The new "border-color" property value.

fo_context_get_border_end_color ()

FoProperty*         fo_context_get_border_end_color     (FoContext *fo_context);

Gets the "border-end-color" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-end-color" property value.

fo_context_set_border_end_color ()

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.

fo_context_get_border_end_precedence ()

FoProperty*         fo_context_get_border_end_precedence
                                                        (FoContext *fo_context);

Gets the "border-end-precedence" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-end-precedence" property value.

fo_context_set_border_end_precedence ()

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.

fo_context_get_border_end_style ()

FoProperty*         fo_context_get_border_end_style     (FoContext *fo_context);

Gets the "border-end-style" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-end-style" property value.

fo_context_set_border_end_style ()

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.

fo_context_get_border_end_width ()

FoProperty*         fo_context_get_border_end_width     (FoContext *fo_context);

Gets the "border-end-width" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-end-width" property value.

fo_context_set_border_end_width ()

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.

fo_context_get_border_left ()

FoProperty*         fo_context_get_border_left          (FoContext *fo_context);

Gets the "border-left" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-left" property value.

fo_context_set_border_left ()

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.

fo_context :

The FoContext object.

new_border_left :

The new "border-left" property value.

fo_context_get_border_left_color ()

FoProperty*         fo_context_get_border_left_color    (FoContext *fo_context);

Gets the "border-left-color" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-left-color" property value.

fo_context_set_border_left_color ()

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.

fo_context_get_border_left_style ()

FoProperty*         fo_context_get_border_left_style    (FoContext *fo_context);

Gets the "border-left-style" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-left-style" property value.

fo_context_set_border_left_style ()

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.

fo_context_get_border_left_width ()

FoProperty*         fo_context_get_border_left_width    (FoContext *fo_context);

Gets the "border-left-width" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-left-width" property value.

fo_context_set_border_left_width ()

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.

fo_context_get_border_right ()

FoProperty*         fo_context_get_border_right         (FoContext *fo_context);

Gets the "border-right" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-right" property value.

fo_context_set_border_right ()

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.

fo_context :

The FoContext object.

new_border_right :

The new "border-right" property value.

fo_context_get_border_right_color ()

FoProperty*         fo_context_get_border_right_color   (FoContext *fo_context);

Gets the "border-right-color" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-right-color" property value.

fo_context_set_border_right_color ()

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.

fo_context_get_border_right_style ()

FoProperty*         fo_context_get_border_right_style   (FoContext *fo_context);

Gets the "border-right-style" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-right-style" property value.

fo_context_set_border_right_style ()

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.

fo_context_get_border_right_width ()

FoProperty*         fo_context_get_border_right_width   (FoContext *fo_context);

Gets the "border-right-width" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-right-width" property value.

fo_context_set_border_right_width ()

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.

fo_context_get_border_separation ()

FoProperty*         fo_context_get_border_separation    (FoContext *fo_context);

Gets the "border-separation" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-separation" property value.

fo_context_set_border_separation ()

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.

fo_context_get_border_start_color ()

FoProperty*         fo_context_get_border_start_color   (FoContext *fo_context);

Gets the "border-start-color" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-start-color" property value.

fo_context_set_border_start_color ()

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.

fo_context_get_border_start_precedence ()

FoProperty*         fo_context_get_border_start_precedence
                                                        (FoContext *fo_context);

Gets the "border-start-precedence" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-start-precedence" property value.

fo_context_set_border_start_precedence ()

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.

fo_context_get_border_start_style ()

FoProperty*         fo_context_get_border_start_style   (FoContext *fo_context);

Gets the "border-start-style" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-start-style" property value.

fo_context_set_border_start_style ()

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.

fo_context_get_border_start_width ()

FoProperty*         fo_context_get_border_start_width   (FoContext *fo_context);

Gets the "border-start-width" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-start-width" property value.

fo_context_set_border_start_width ()

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.

fo_context_get_border_style ()

FoProperty*         fo_context_get_border_style         (FoContext *fo_context);

Gets the "border-style" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-style" property value.

fo_context_set_border_style ()

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.

fo_context :

The FoContext object.

new_border_style :

The new "border-style" property value.

fo_context_get_border_top ()

FoProperty*         fo_context_get_border_top           (FoContext *fo_context);

Gets the "border-top" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-top" property value.

fo_context_set_border_top ()

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.

fo_context :

The FoContext object.

new_border_top :

The new "border-top" property value.

fo_context_get_border_top_color ()

FoProperty*         fo_context_get_border_top_color     (FoContext *fo_context);

Gets the "border-top-color" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-top-color" property value.

fo_context_set_border_top_color ()

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.

fo_context_get_border_top_style ()

FoProperty*         fo_context_get_border_top_style     (FoContext *fo_context);

Gets the "border-top-style" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-top-style" property value.

fo_context_set_border_top_style ()

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.

fo_context_get_border_top_width ()

FoProperty*         fo_context_get_border_top_width     (FoContext *fo_context);

Gets the "border-top-width" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-top-width" property value.

fo_context_set_border_top_width ()

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.

fo_context_get_border_width ()

FoProperty*         fo_context_get_border_width         (FoContext *fo_context);

Gets the "border-width" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "border-width" property value.

fo_context_set_border_width ()

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.

fo_context :

The FoContext object.

new_border_width :

The new "border-width" property value.

fo_context_get_break_after ()

FoProperty*         fo_context_get_break_after          (FoContext *fo_context);

Gets the "break-after" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "break-after" property value.

fo_context_set_break_after ()

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.

fo_context :

The FoContext object.

new_break_after :

The new "break-after" property value.

fo_context_get_break_before ()

FoProperty*         fo_context_get_break_before         (FoContext *fo_context);

Gets the "break-before" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "break-before" property value.

fo_context_set_break_before ()

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.

fo_context :

The FoContext object.

new_break_before :

The new "break-before" property value.

fo_context_get_character ()

FoProperty*         fo_context_get_character            (FoContext *fo_context);

Gets the "character" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "character" property value.

fo_context_set_character ()

void                fo_context_set_character            (FoContext *fo_context,
                                                         FoProperty *new_character);

Sets the "character" property of fo_context to new_character.

fo_context :

The FoContext object.

new_character :

The new "character" property value.

fo_context_get_clip ()

FoProperty*         fo_context_get_clip                 (FoContext *fo_context);

Gets the "clip" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "clip" property value.

fo_context_set_clip ()

void                fo_context_set_clip                 (FoContext *fo_context,
                                                         FoProperty *new_clip);

Sets the "clip" property of fo_context to new_clip.

fo_context :

The FoContext object.

new_clip :

The new "clip" property value.

fo_context_get_color ()

FoProperty*         fo_context_get_color                (FoContext *fo_context);

Gets the "color" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "color" property value.

fo_context_set_color ()

void                fo_context_set_color                (FoContext *fo_context,
                                                         FoProperty *new_color);

Sets the "color" property of fo_context to new_color.

fo_context :

The FoContext object.

new_color :

The new "color" property value.

fo_context_get_column_number ()

FoProperty*         fo_context_get_column_number        (FoContext *fo_context);

Gets the "column-number" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "column-number" property value.

fo_context_set_column_number ()

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.

fo_context_get_column_width ()

FoProperty*         fo_context_get_column_width         (FoContext *fo_context);

Gets the "column-width" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "column-width" property value.

fo_context_set_column_width ()

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.

fo_context :

The FoContext object.

new_column_width :

The new "column-width" property value.

fo_context_get_content_height ()

FoProperty*         fo_context_get_content_height       (FoContext *fo_context);

Gets the "content-height" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "content-height" property value.

fo_context_set_content_height ()

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.

fo_context_get_content_type ()

FoProperty*         fo_context_get_content_type         (FoContext *fo_context);

Gets the "content-type" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "content-type" property value.

fo_context_set_content_type ()

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.

fo_context :

The FoContext object.

new_content_type :

The new "content-type" property value.

fo_context_get_content_width ()

FoProperty*         fo_context_get_content_width        (FoContext *fo_context);

Gets the "content-width" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "content-width" property value.

fo_context_set_content_width ()

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.

fo_context_get_direction ()

FoProperty*         fo_context_get_direction            (FoContext *fo_context);

Gets the "direction" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "direction" property value.

fo_context_set_direction ()

void                fo_context_set_direction            (FoContext *fo_context,
                                                         FoProperty *new_direction);

Sets the "direction" property of fo_context to new_direction.

fo_context :

The FoContext object.

new_direction :

The new "direction" property value.

fo_context_get_display_align ()

FoProperty*         fo_context_get_display_align        (FoContext *fo_context);

Gets the "display-align" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "display-align" property value.

fo_context_set_display_align ()

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.

fo_context_get_dominant_baseline ()

FoProperty*         fo_context_get_dominant_baseline    (FoContext *fo_context);

Gets the "dominant-baseline" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "dominant-baseline" property value.

fo_context_set_dominant_baseline ()

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.

fo_context_get_end_indent ()

FoProperty*         fo_context_get_end_indent           (FoContext *fo_context);

Gets the "end-indent" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "end-indent" property value.

fo_context_set_end_indent ()

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.

fo_context :

The FoContext object.

new_end_indent :

The new "end-indent" property value.

fo_context_get_extent ()

FoProperty*         fo_context_get_extent               (FoContext *fo_context);

Gets the "extent" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "extent" property value.

fo_context_set_extent ()

void                fo_context_set_extent               (FoContext *fo_context,
                                                         FoProperty *new_extent);

Sets the "extent" property of fo_context to new_extent.

fo_context :

The FoContext object.

new_extent :

The new "extent" property value.

fo_context_get_flow_name ()

FoProperty*         fo_context_get_flow_name            (FoContext *fo_context);

Gets the "flow-name" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "flow-name" property value.

fo_context_set_flow_name ()

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.

fo_context :

The FoContext object.

new_flow_name :

The new "flow-name" property value.

fo_context_get_font_family ()

FoProperty*         fo_context_get_font_family          (FoContext *fo_context);

Gets the "font-family" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "font-family" property value.

fo_context_set_font_family ()

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.

fo_context :

The FoContext object.

new_font_family :

The new "font-family" property value.

fo_context_get_font_size ()

FoProperty*         fo_context_get_font_size            (FoContext *fo_context);

Gets the "font-size" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "font-size" property value.

fo_context_set_font_size ()

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.

fo_context :

The FoContext object.

new_font_size :

The new "font-size" property value.

fo_context_get_font_stretch ()

FoProperty*         fo_context_get_font_stretch         (FoContext *fo_context);

Gets the "font-stretch" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "font-stretch" property value.

fo_context_set_font_stretch ()

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.

fo_context :

The FoContext object.

new_font_stretch :

The new "font-stretch" property value.

fo_context_get_font_style ()

FoProperty*         fo_context_get_font_style           (FoContext *fo_context);

Gets the "font-style" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "font-style" property value.

fo_context_set_font_style ()

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.

fo_context :

The FoContext object.

new_font_style :

The new "font-style" property value.

fo_context_get_font_variant ()

FoProperty*         fo_context_get_font_variant         (FoContext *fo_context);

Gets the "font-variant" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "font-variant" property value.

fo_context_set_font_variant ()

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.

fo_context :

The FoContext object.

new_font_variant :

The new "font-variant" property value.

fo_context_get_font_weight ()

FoProperty*         fo_context_get_font_weight          (FoContext *fo_context);

Gets the "font-weight" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "font-weight" property value.

fo_context_set_font_weight ()

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.

fo_context :

The FoContext object.

new_font_weight :

The new "font-weight" property value.

fo_context_get_format ()

FoProperty*         fo_context_get_format               (FoContext *fo_context);

Gets the "format" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "format" property value.

fo_context_set_format ()

void                fo_context_set_format               (FoContext *fo_context,
                                                         FoProperty *new_format);

Sets the "format" property of fo_context to new_format.

fo_context :

The FoContext object.

new_format :

The new "format" property value.

fo_context_get_grouping_separator ()

FoProperty*         fo_context_get_grouping_separator   (FoContext *fo_context);

Gets the "grouping-separator" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "grouping-separator" property value.

fo_context_set_grouping_separator ()

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.

fo_context_get_grouping_size ()

FoProperty*         fo_context_get_grouping_size        (FoContext *fo_context);

Gets the "grouping-size" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "grouping-size" property value.

fo_context_set_grouping_size ()

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.

fo_context_get_height ()

FoProperty*         fo_context_get_height               (FoContext *fo_context);

Gets the "height" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "height" property value.

fo_context_set_height ()

void                fo_context_set_height               (FoContext *fo_context,
                                                         FoProperty *new_height);

Sets the "height" property of fo_context to new_height.

fo_context :

The FoContext object.

new_height :

The new "height" property value.

fo_context_get_id ()

FoProperty*         fo_context_get_id                   (FoContext *fo_context);

Gets the "id" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "id" property value.

fo_context_set_id ()

void                fo_context_set_id                   (FoContext *fo_context,
                                                         FoProperty *new_id);

Sets the "id" property of fo_context to new_id.

fo_context :

The FoContext object.

new_id :

The new "id" property value.

fo_context_get_inline_progression_dimension ()

FoProperty*         fo_context_get_inline_progression_dimension
                                                        (FoContext *fo_context);

Gets the "inline-progression-dimension" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "inline-progression-dimension" property value.

fo_context_set_inline_progression_dimension ()

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.

fo_context_get_inline_progression_dimension_minimum ()

FoProperty*         fo_context_get_inline_progression_dimension_minimum
                                                        (FoContext *fo_context);

Gets the "inline-progression-dimension-minimum" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "inline-progression-dimension-minimum" property value.

fo_context_set_inline_progression_dimension_minimum ()

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.

fo_context_get_inline_progression_dimension_optimum ()

FoProperty*         fo_context_get_inline_progression_dimension_optimum
                                                        (FoContext *fo_context);

Gets the "inline-progression-dimension-optimum" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "inline-progression-dimension-optimum" property value.

fo_context_set_inline_progression_dimension_optimum ()

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.

fo_context_get_inline_progression_dimension_maximum ()

FoProperty*         fo_context_get_inline_progression_dimension_maximum
                                                        (FoContext *fo_context);

Gets the "inline-progression-dimension-maximum" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "inline-progression-dimension-maximum" property value.

fo_context_set_inline_progression_dimension_maximum ()

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.

fo_context_get_keep_together ()

FoProperty*         fo_context_get_keep_together        (FoContext *fo_context);

Gets the "keep-together" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "keep-together" property value.

fo_context_set_keep_together ()

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.

fo_context_get_keep_together_within_column ()

FoProperty*         fo_context_get_keep_together_within_column
                                                        (FoContext *fo_context);

Gets the "keep-together-within-column" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "keep-together-within-column" property value.

fo_context_set_keep_together_within_column ()

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.

fo_context_get_keep_together_within_line ()

FoProperty*         fo_context_get_keep_together_within_line
                                                        (FoContext *fo_context);

Gets the "keep-together-within-line" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "keep-together-within-line" property value.

fo_context_set_keep_together_within_line ()

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.

fo_context_get_keep_together_within_page ()

FoProperty*         fo_context_get_keep_together_within_page
                                                        (FoContext *fo_context);

Gets the "keep-together-within-page" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "keep-together-within-page" property value.

fo_context_set_keep_together_within_page ()

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.

fo_context_get_keep_with_next ()

FoProperty*         fo_context_get_keep_with_next       (FoContext *fo_context);

Gets the "keep-with-next" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "keep-with-next" property value.

fo_context_set_keep_with_next ()

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.

fo_context_get_keep_with_next_within_column ()

FoProperty*         fo_context_get_keep_with_next_within_column
                                                        (FoContext *fo_context);

Gets the "keep-with-next-within-column" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "keep-with-next-within-column" property value.

fo_context_set_keep_with_next_within_column ()

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.

fo_context_get_keep_with_next_within_line ()

FoProperty*         fo_context_get_keep_with_next_within_line
                                                        (FoContext *fo_context);

Gets the "keep-with-next-within-line" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "keep-with-next-within-line" property value.

fo_context_set_keep_with_next_within_line ()

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.

fo_context_get_keep_with_next_within_page ()

FoProperty*         fo_context_get_keep_with_next_within_page
                                                        (FoContext *fo_context);

Gets the "keep-with-next-within-page" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "keep-with-next-within-page" property value.

fo_context_set_keep_with_next_within_page ()

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.

fo_context_get_keep_with_previous ()

FoProperty*         fo_context_get_keep_with_previous   (FoContext *fo_context);

Gets the "keep-with-previous" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "keep-with-previous" property value.

fo_context_set_keep_with_previous ()

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.

fo_context_get_keep_with_previous_within_column ()

FoProperty*         fo_context_get_keep_with_previous_within_column
                                                        (FoContext *fo_context);

Gets the "keep-with-previous-within-column" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "keep-with-previous-within-column" property value.

fo_context_set_keep_with_previous_within_column ()

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.

fo_context_get_keep_with_previous_within_line ()

FoProperty*         fo_context_get_keep_with_previous_within_line
                                                        (FoContext *fo_context);

Gets the "keep-with-previous-within-line" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "keep-with-previous-within-line" property value.

fo_context_set_keep_with_previous_within_line ()

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.

fo_context_get_keep_with_previous_within_page ()

FoProperty*         fo_context_get_keep_with_previous_within_page
                                                        (FoContext *fo_context);

Gets the "keep-with-previous-within-page" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "keep-with-previous-within-page" property value.

fo_context_set_keep_with_previous_within_page ()

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.

fo_context_get_letter_value ()

FoProperty*         fo_context_get_letter_value         (FoContext *fo_context);

Gets the "letter-value" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "letter-value" property value.

fo_context_set_letter_value ()

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.

fo_context :

The FoContext object.

new_letter_value :

The new "letter-value" property value.

fo_context_get_linefeed_treatment ()

FoProperty*         fo_context_get_linefeed_treatment   (FoContext *fo_context);

Gets the "linefeed-treatment" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "linefeed-treatment" property value.

fo_context_set_linefeed_treatment ()

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.

fo_context_get_line_height ()

FoProperty*         fo_context_get_line_height          (FoContext *fo_context);

Gets the "line-height" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "line-height" property value.

fo_context_set_line_height ()

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.

fo_context :

The FoContext object.

new_line_height :

The new "line-height" property value.

fo_context_get_line_stacking_strategy ()

FoProperty*         fo_context_get_line_stacking_strategy
                                                        (FoContext *fo_context);

Gets the "line-stacking-strategy" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "line-stacking-strategy" property value.

fo_context_set_line_stacking_strategy ()

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.

fo_context_get_margin ()

FoProperty*         fo_context_get_margin               (FoContext *fo_context);

Gets the "margin" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "margin" property value.

fo_context_set_margin ()

void                fo_context_set_margin               (FoContext *fo_context,
                                                         FoProperty *new_margin);

Sets the "margin" property of fo_context to new_margin.

fo_context :

The FoContext object.

new_margin :

The new "margin" property value.

fo_context_get_margin_bottom ()

FoProperty*         fo_context_get_margin_bottom        (FoContext *fo_context);

Gets the "margin-bottom" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "margin-bottom" property value.

fo_context_set_margin_bottom ()

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.

fo_context_get_margin_left ()

FoProperty*         fo_context_get_margin_left          (FoContext *fo_context);

Gets the "margin-left" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "margin-left" property value.

fo_context_set_margin_left ()

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.

fo_context :

The FoContext object.

new_margin_left :

The new "margin-left" property value.

fo_context_get_margin_right ()

FoProperty*         fo_context_get_margin_right         (FoContext *fo_context);

Gets the "margin-right" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "margin-right" property value.

fo_context_set_margin_right ()

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.

fo_context :

The FoContext object.

new_margin_right :

The new "margin-right" property value.

fo_context_get_margin_top ()

FoProperty*         fo_context_get_margin_top           (FoContext *fo_context);

Gets the "margin-top" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "margin-top" property value.

fo_context_set_margin_top ()

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.

fo_context :

The FoContext object.

new_margin_top :

The new "margin-top" property value.

fo_context_get_master_name ()

FoProperty*         fo_context_get_master_name          (FoContext *fo_context);

Gets the "master-name" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "master-name" property value.

fo_context_set_master_name ()

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.

fo_context :

The FoContext object.

new_master_name :

The new "master-name" property value.

fo_context_get_master_reference ()

FoProperty*         fo_context_get_master_reference     (FoContext *fo_context);

Gets the "master-reference" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "master-reference" property value.

fo_context_set_master_reference ()

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.

fo_context_get_media_usage ()

FoProperty*         fo_context_get_media_usage          (FoContext *fo_context);

Gets the "media-usage" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "media-usage" property value.

fo_context_set_media_usage ()

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.

fo_context :

The FoContext object.

new_media_usage :

The new "media-usage" property value.

fo_context_get_number_columns_repeated ()

FoProperty*         fo_context_get_number_columns_repeated
                                                        (FoContext *fo_context);

Gets the "number-columns-repeated" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "number-columns-repeated" property value.

fo_context_set_number_columns_repeated ()

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.

fo_context_get_number_columns_spanned ()

FoProperty*         fo_context_get_number_columns_spanned
                                                        (FoContext *fo_context);

Gets the "number-columns-spanned" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "number-columns-spanned" property value.

fo_context_set_number_columns_spanned ()

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.

fo_context_get_number_rows_spanned ()

FoProperty*         fo_context_get_number_rows_spanned  (FoContext *fo_context);

Gets the "number-rows-spanned" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "number-rows-spanned" property value.

fo_context_set_number_rows_spanned ()

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.

fo_context_get_orphans ()

FoProperty*         fo_context_get_orphans              (FoContext *fo_context);

Gets the "orphans" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "orphans" property value.

fo_context_set_orphans ()

void                fo_context_set_orphans              (FoContext *fo_context,
                                                         FoProperty *new_orphans);

Sets the "orphans" property of fo_context to new_orphans.

fo_context :

The FoContext object.

new_orphans :

The new "orphans" property value.

fo_context_get_overflow ()

FoProperty*         fo_context_get_overflow             (FoContext *fo_context);

Gets the "overflow" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "overflow" property value.

fo_context_set_overflow ()

void                fo_context_set_overflow             (FoContext *fo_context,
                                                         FoProperty *new_overflow);

Sets the "overflow" property of fo_context to new_overflow.

fo_context :

The FoContext object.

new_overflow :

The new "overflow" property value.

fo_context_get_padding ()

FoProperty*         fo_context_get_padding              (FoContext *fo_context);

Gets the "padding" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "padding" property value.

fo_context_set_padding ()

void                fo_context_set_padding              (FoContext *fo_context,
                                                         FoProperty *new_padding);

Sets the "padding" property of fo_context to new_padding.

fo_context :

The FoContext object.

new_padding :

The new "padding" property value.

fo_context_get_padding_after ()

FoProperty*         fo_context_get_padding_after        (FoContext *fo_context);

Gets the "padding-after" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "padding-after" property value.

fo_context_set_padding_after ()

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.

fo_context_get_padding_after_length ()

FoProperty*         fo_context_get_padding_after_length (FoContext *fo_context);

Gets the "padding-after-length" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "padding-after-length" property value.

fo_context_set_padding_after_length ()

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.

fo_context_get_padding_after_condity ()

FoProperty*         fo_context_get_padding_after_condity
                                                        (FoContext *fo_context);

Gets the "padding-after-conditionality" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "padding-after-conditionality" property value.

fo_context_set_padding_after_condity ()

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.

fo_context_get_padding_before ()

FoProperty*         fo_context_get_padding_before       (FoContext *fo_context);

Gets the "padding-before" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "padding-before" property value.

fo_context_set_padding_before ()

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.

fo_context_get_padding_before_length ()

FoProperty*         fo_context_get_padding_before_length
                                                        (FoContext *fo_context);

Gets the "padding-before-length" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "padding-before-length" property value.

fo_context_set_padding_before_length ()

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.

fo_context_get_padding_before_condity ()

FoProperty*         fo_context_get_padding_before_condity
                                                        (FoContext *fo_context);

Gets the "padding-before-conditionality" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "padding-before-conditionality" property value.

fo_context_set_padding_before_condity ()

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.

fo_context_get_padding_bottom ()

FoProperty*         fo_context_get_padding_bottom       (FoContext *fo_context);

Gets the "padding-bottom" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "padding-bottom" property value.

fo_context_set_padding_bottom ()

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.

fo_context_get_padding_end ()

FoProperty*         fo_context_get_padding_end          (FoContext *fo_context);

Gets the "padding-end" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "padding-end" property value.

fo_context_set_padding_end ()

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.

fo_context :

The FoContext object.

new_padding_end :

The new "padding-end" property value.

fo_context_get_padding_end_length ()

FoProperty*         fo_context_get_padding_end_length   (FoContext *fo_context);

Gets the "padding-end-length" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "padding-end-length" property value.

fo_context_set_padding_end_length ()

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.

fo_context_get_padding_end_condity ()

FoProperty*         fo_context_get_padding_end_condity  (FoContext *fo_context);

Gets the "padding-end-conditionality" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "padding-end-conditionality" property value.

fo_context_set_padding_end_condity ()

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.

fo_context_get_padding_left ()

FoProperty*         fo_context_get_padding_left         (FoContext *fo_context);

Gets the "padding-left" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "padding-left" property value.

fo_context_set_padding_left ()

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.

fo_context :

The FoContext object.

new_padding_left :

The new "padding-left" property value.

fo_context_get_padding_right ()

FoProperty*         fo_context_get_padding_right        (FoContext *fo_context);

Gets the "padding-right" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "padding-right" property value.

fo_context_set_padding_right ()

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.

fo_context_get_padding_start ()

FoProperty*         fo_context_get_padding_start        (FoContext *fo_context);

Gets the "padding-start" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "padding-start" property value.

fo_context_set_padding_start ()

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.

fo_context_get_padding_start_length ()

FoProperty*         fo_context_get_padding_start_length (FoContext *fo_context);

Gets the "padding-start-length" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "padding-start-length" property value.

fo_context_set_padding_start_length ()

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.

fo_context_get_padding_start_condity ()

FoProperty*         fo_context_get_padding_start_condity
                                                        (FoContext *fo_context);

Gets the "padding-start-conditionality" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "padding-start-conditionality" property value.

fo_context_set_padding_start_condity ()

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.

fo_context_get_padding_top ()

FoProperty*         fo_context_get_padding_top          (FoContext *fo_context);

Gets the "padding-top" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "padding-top" property value.

fo_context_set_padding_top ()

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.

fo_context :

The FoContext object.

new_padding_top :

The new "padding-top" property value.

fo_context_get_page_height ()

FoProperty*         fo_context_get_page_height          (FoContext *fo_context);

Gets the "page-height" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "page-height" property value.

fo_context_set_page_height ()

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.

fo_context :

The FoContext object.

new_page_height :

The new "page-height" property value.

fo_context_get_page_width ()

FoProperty*         fo_context_get_page_width           (FoContext *fo_context);

Gets the "page-width" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "page-width" property value.

fo_context_set_page_width ()

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.

fo_context :

The FoContext object.

new_page_width :

The new "page-width" property value.

fo_context_get_provisional_distance_between_starts ()

FoProperty*         fo_context_get_provisional_distance_between_starts
                                                        (FoContext *fo_context);

Gets the "provisional-distance-between-starts" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "provisional-distance-between-starts" property value.

fo_context_set_provisional_distance_between_starts ()

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.

fo_context_get_provisional_label_separation ()

FoProperty*         fo_context_get_provisional_label_separation
                                                        (FoContext *fo_context);

Gets the "provisional-label-separation" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "provisional-label-separation" property value.

fo_context_set_provisional_label_separation ()

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.

fo_context_get_ref_id ()

FoProperty*         fo_context_get_ref_id               (FoContext *fo_context);

Gets the "ref-id" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "ref-id" property value.

fo_context_set_ref_id ()

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.

fo_context :

The FoContext object.

new_ref_id :

The new "ref-id" property value.

fo_context_get_region_name ()

FoProperty*         fo_context_get_region_name          (FoContext *fo_context);

Gets the "region-name" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "region-name" property value.

fo_context_set_region_name ()

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.

fo_context :

The FoContext object.

new_region_name :

The new "region-name" property value.

fo_context_get_role ()

FoProperty*         fo_context_get_role                 (FoContext *fo_context);

Gets the "role" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "role" property value.

fo_context_set_role ()

void                fo_context_set_role                 (FoContext *fo_context,
                                                         FoProperty *new_role);

Sets the "role" property of fo_context to new_role.

fo_context :

The FoContext object.

new_role :

The new "role" property value.

fo_context_get_scaling ()

FoProperty*         fo_context_get_scaling              (FoContext *fo_context);

Gets the "scaling" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "scaling" property value.

fo_context_set_scaling ()

void                fo_context_set_scaling              (FoContext *fo_context,
                                                         FoProperty *new_scaling);

Sets the "scaling" property of fo_context to new_scaling.

fo_context :

The FoContext object.

new_scaling :

The new "scaling" property value.

fo_context_get_scaling_method ()

FoProperty*         fo_context_get_scaling_method       (FoContext *fo_context);

Gets the "scaling-method" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "scaling-method" property value.

fo_context_set_scaling_method ()

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.

fo_context_get_score_spaces ()

FoProperty*         fo_context_get_score_spaces         (FoContext *fo_context);

Gets the "score-spaces" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "score-spaces" property value.

fo_context_set_score_spaces ()

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.

fo_context :

The FoContext object.

new_score_spaces :

The new "score-spaces" property value.

fo_context_get_source_document ()

FoProperty*         fo_context_get_source_document      (FoContext *fo_context);

Gets the "source-document" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "source-document" property value.

fo_context_set_source_document ()

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.

fo_context_get_space_after ()

FoProperty*         fo_context_get_space_after          (FoContext *fo_context);

Gets the "space-after" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "space-after" property value.

fo_context_set_space_after ()

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.

fo_context :

The FoContext object.

new_space_after :

The new "space-after" property value.

fo_context_set_space_after_minimum ()

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.

fo_context_set_space_after_optimum ()

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.

fo_context_set_space_after_maximum ()

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.

fo_context_set_space_after_precedence ()

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.

fo_context_set_space_after_condity ()

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.

fo_context_get_space_before ()

FoProperty*         fo_context_get_space_before         (FoContext *fo_context);

Gets the "space-before" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "space-before" property value.

fo_context_set_space_before ()

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.

fo_context :

The FoContext object.

new_space_before :

The new "space-before" property value.

fo_context_set_space_before_minimum ()

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.

fo_context_set_space_before_optimum ()

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.

fo_context_set_space_before_maximum ()

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.

fo_context_set_space_before_precedence ()

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.

fo_context_set_space_before_condity ()

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.

fo_context_get_space_end ()

FoProperty*         fo_context_get_space_end            (FoContext *fo_context);

Gets the "space-end" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "space-end" property value.

fo_context_set_space_end ()

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.

fo_context :

The FoContext object.

new_space_end :

The new "space-end" property value.

fo_context_set_space_end_minimum ()

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.

fo_context_set_space_end_optimum ()

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.

fo_context_set_space_end_maximum ()

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.

fo_context_set_space_end_precedence ()

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.

fo_context_set_space_end_condity ()

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.

fo_context_get_space_start ()

FoProperty*         fo_context_get_space_start          (FoContext *fo_context);

Gets the "space-start" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "space-start" property value.

fo_context_set_space_start ()

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.

fo_context :

The FoContext object.

new_space_start :

The new "space-start" property value.

fo_context_set_space_start_minimum ()

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.

fo_context_set_space_start_optimum ()

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.

fo_context_set_space_start_maximum ()

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.

fo_context_set_space_start_precedence ()

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.

fo_context_set_space_start_condity ()

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.

fo_context_get_span ()

FoProperty*         fo_context_get_span                 (FoContext *fo_context);

Gets the "span" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "span" property value.

fo_context_set_span ()

void                fo_context_set_span                 (FoContext *fo_context,
                                                         FoProperty *new_span);

Sets the "span" property of fo_context to new_span.

fo_context :

The FoContext object.

new_span :

The new "span" property value.

fo_context_get_src ()

FoProperty*         fo_context_get_src                  (FoContext *fo_context);

Gets the "src" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "src" property value.

fo_context_set_src ()

void                fo_context_set_src                  (FoContext *fo_context,
                                                         FoProperty *new_src);

Sets the "src" property of fo_context to new_src.

fo_context :

The FoContext object.

new_src :

The new "src" property value.

fo_context_get_start_indent ()

FoProperty*         fo_context_get_start_indent         (FoContext *fo_context);

Gets the "start-indent" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "start-indent" property value.

fo_context_set_start_indent ()

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.

fo_context :

The FoContext object.

new_start_indent :

The new "start-indent" property value.

fo_context_get_table_layout ()

FoProperty*         fo_context_get_table_layout         (FoContext *fo_context);

Gets the "table-layout" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "table-layout" property value.

fo_context_set_table_layout ()

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.

fo_context :

The FoContext object.

new_table_layout :

The new "table-layout" property value.

fo_context_get_text_align ()

FoProperty*         fo_context_get_text_align           (FoContext *fo_context);

Gets the "text-align" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "text-align" property value.

fo_context_set_text_align ()

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.

fo_context :

The FoContext object.

new_text_align :

The new "text-align" property value.

fo_context_get_text_indent ()

FoProperty*         fo_context_get_text_indent          (FoContext *fo_context);

Gets the "text-indent" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "text-indent" property value.

fo_context_set_text_indent ()

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.

fo_context :

The FoContext object.

new_text_indent :

The new "text-indent" property value.

fo_context_get_unicode_bidi ()

FoProperty*         fo_context_get_unicode_bidi         (FoContext *fo_context);

Gets the "unicode-bidi" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "unicode-bidi" property value.

fo_context_set_unicode_bidi ()

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.

fo_context :

The FoContext object.

new_unicode_bidi :

The new "unicode-bidi" property value.

fo_context_get_white_space_collapse ()

FoProperty*         fo_context_get_white_space_collapse (FoContext *fo_context);

Gets the "white-space-collapse" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "white-space-collapse" property value.

fo_context_set_white_space_collapse ()

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.

fo_context_get_white_space_treatment ()

FoProperty*         fo_context_get_white_space_treatment
                                                        (FoContext *fo_context);

Gets the "white-space-treatment" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "white-space-treatment" property value.

fo_context_set_white_space_treatment ()

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.

fo_context_get_widows ()

FoProperty*         fo_context_get_widows               (FoContext *fo_context);

Gets the "widows" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "widows" property value.

fo_context_set_widows ()

void                fo_context_set_widows               (FoContext *fo_context,
                                                         FoProperty *new_widows);

Sets the "widows" property of fo_context to new_widows.

fo_context :

The FoContext object.

new_widows :

The new "widows" property value.

fo_context_get_width ()

FoProperty*         fo_context_get_width                (FoContext *fo_context);

Gets the "width" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "width" property value.

fo_context_set_width ()

void                fo_context_set_width                (FoContext *fo_context,
                                                         FoProperty *new_width);

Sets the "width" property of fo_context to new_width.

fo_context :

The FoContext object.

new_width :

The new "width" property value.

fo_context_get_wrap_option ()

FoProperty*         fo_context_get_wrap_option          (FoContext *fo_context);

Gets the "wrap-option" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "wrap-option" property value.

fo_context_set_wrap_option ()

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.

fo_context :

The FoContext object.

new_wrap_option :

The new "wrap-option" property value.

fo_context_get_writing_mode ()

FoProperty*         fo_context_get_writing_mode         (FoContext *fo_context);

Gets the "writing-mode" property of fo_context.

fo_context :

The FoContext object.

Returns :

The "writing-mode" property value.

fo_context_set_writing_mode ()

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.

fo_context :

The FoContext object.

new_writing_mode :

The new "writing-mode" property value.

Property Details

The "alignment-adjust" property

  "alignment-adjust"         FoProperty*           : Read

Alignment Adjust property.


The "alignment-baseline" property

  "alignment-baseline"       FoProperty*           : Read

Alignment Baseline property.


The "background-color" property

  "background-color"         FoProperty*           : Read

Background Color property.


The "background-image" property

  "background-image"         FoProperty*           : Read

Background Image property.


The "baseline-shift" property

  "baseline-shift"           FoProperty*           : Read

Baseline Shift property.


The "block-progression-dimension" property

  "block-progression-dimension" FoProperty*           : Read

Block Progression Dimension property.


The "block-progression-dimension-maximum" property

  "block-progression-dimension-maximum" FoProperty*           : Read

Block Progression Dimension Maximum property.


The "block-progression-dimension-minimum" property

  "block-progression-dimension-minimum" FoProperty*           : Read

Block Progression Dimension Minimum property.


The "block-progression-dimension-optimum" property

  "block-progression-dimension-optimum" FoProperty*           : Read

Block Progression Dimension Optimum property.


The "border" property

  "border"                   FoProperty*           : Read

Border property.


The "border-after-color" property

  "border-after-color"       FoProperty*           : Read

Border After Color property.


The "border-after-precedence" property

  "border-after-precedence"  FoProperty*           : Read

Border After Precedence property.


The "border-after-style" property

  "border-after-style"       FoProperty*           : Read

Border After Style property.


The "border-after-width" property

  "border-after-width"       FoProperty*           : Read

Border After Width property.


The "border-before-color" property

  "border-before-color"      FoProperty*           : Read

Border Before Color property.


The "border-before-precedence" property

  "border-before-precedence" FoProperty*           : Read

Border Before Precedence property.


The "border-before-style" property

  "border-before-style"      FoProperty*           : Read

Border Before Style property.


The "border-before-width" property

  "border-before-width"      FoProperty*           : Read

Border Before Width property.


The "border-bottom" property

  "border-bottom"            FoProperty*           : Read

Border Bottom property.


The "border-bottom-color" property

  "border-bottom-color"      FoProperty*           : Read

Border Bottom Color property.


The "border-bottom-style" property

  "border-bottom-style"      FoProperty*           : Read

Border Bottom Style property.


The "border-bottom-width" property

  "border-bottom-width"      FoProperty*           : Read

Border Bottom Width property.


The "border-collapse" property

  "border-collapse"          FoProperty*           : Read

Border Collapse property.


The "border-color" property

  "border-color"             FoProperty*           : Read

Border Color property.


The "border-end-color" property

  "border-end-color"         FoProperty*           : Read

Border End Color property.


The "border-end-precedence" property

  "border-end-precedence"    FoProperty*           : Read

Border End Precedence property.


The "border-end-style" property

  "border-end-style"         FoProperty*           : Read

Border End Style property.


The "border-end-width" property

  "border-end-width"         FoProperty*           : Read

Border End Width property.


The "border-left" property

  "border-left"              FoProperty*           : Read

Border Left property.


The "border-left-color" property

  "border-left-color"        FoProperty*           : Read

Border Left Color property.


The "border-left-style" property

  "border-left-style"        FoProperty*           : Read

Border Left Style property.


The "border-left-width" property

  "border-left-width"        FoProperty*           : Read

Border Left Width property.


The "border-right" property

  "border-right"             FoProperty*           : Read

Border Right property.


The "border-right-color" property

  "border-right-color"       FoProperty*           : Read

Border Right Color property.


The "border-right-style" property

  "border-right-style"       FoProperty*           : Read

Border Right Style property.


The "border-right-width" property

  "border-right-width"       FoProperty*           : Read

Border Right Width property.


The "border-separation" property

  "border-separation"        FoProperty*           : Read

Border Separation property.


The "border-start-color" property

  "border-start-color"       FoProperty*           : Read

Border Start Color property.


The "border-start-precedence" property

  "border-start-precedence"  FoProperty*           : Read

Border Start Precedence property.


The "border-start-style" property

  "border-start-style"       FoProperty*           : Read

Border Start Style property.


The "border-start-width" property

  "border-start-width"       FoProperty*           : Read

Border Start Width property.


The "border-style" property

  "border-style"             FoProperty*           : Read

Border Style property.


The "border-top" property

  "border-top"               FoProperty*           : Read

Border Top property.


The "border-top-color" property

  "border-top-color"         FoProperty*           : Read

Border Top Color property.


The "border-top-style" property

  "border-top-style"         FoProperty*           : Read

Border Top Style property.


The "border-top-width" property

  "border-top-width"         FoProperty*           : Read

Border Top Width property.


The "border-width" property

  "border-width"             FoProperty*           : Read

Border Width property.


The "break-after" property

  "break-after"              FoProperty*           : Read

Break After property.


The "break-before" property

  "break-before"             FoProperty*           : Read

Break Before property.


The "character" property

  "character"                FoProperty*           : Read

Character property.


The "clip" property

  "clip"                     FoProperty*           : Read

Clip property.


The "color" property

  "color"                    FoProperty*           : Read

Color property.


The "column-number" property

  "column-number"            FoProperty*           : Read

Column Number property.


The "column-width" property

  "column-width"             FoProperty*           : Read

Column Width property.


The "content-height" property

  "content-height"           FoProperty*           : Read

Content Height property.


The "content-type" property

  "content-type"             FoProperty*           : Read

Content Type property.


The "content-width" property

  "content-width"            FoProperty*           : Read

Content Width property.


The "direction" property

  "direction"                FoProperty*           : Read

Direction property.


The "display-align" property

  "display-align"            FoProperty*           : Read

Display Align property.


The "dominant-baseline" property

  "dominant-baseline"        FoProperty*           : Read

Dominant Baseline property.


The "end-indent" property

  "end-indent"               FoProperty*           : Read

End Indent property.


The "extent" property

  "extent"                   FoProperty*           : Read

Extent property.


The "flow-name" property

  "flow-name"                FoProperty*           : Read

Flow Name property.


The "font-family" property

  "font-family"              FoProperty*           : Read

Font Family property.


The "font-size" property

  "font-size"                FoProperty*           : Read

Font Size property.


The "font-stretch" property

  "font-stretch"             FoProperty*           : Read

Font Stretch property.


The "font-style" property

  "font-style"               FoProperty*           : Read

Font Style property.


The "font-variant" property

  "font-variant"             FoProperty*           : Read

Font Variant property.


The "font-weight" property

  "font-weight"              FoProperty*           : Read

Font Weight property.


The "format" property

  "format"                   FoProperty*           : Read

Format property.


The "grouping-separator" property

  "grouping-separator"       FoProperty*           : Read

Grouping Separator property.


The "grouping-size" property

  "grouping-size"            FoProperty*           : Read

Grouping Size property.


The "height" property

  "height"                   FoProperty*           : Read

Height property.


The "id" property

  "id"                       FoProperty*           : Read

Id property.


The "inline-progression-dimension" property

  "inline-progression-dimension" FoProperty*           : Read

Inline Progression Dimension property.


The "inline-progression-dimension-maximum" property

  "inline-progression-dimension-maximum" FoProperty*           : Read

Inline Progression Dimension Maximum property.


The "inline-progression-dimension-minimum" property

  "inline-progression-dimension-minimum" FoProperty*           : Read

Inline Progression Dimension Minimum property.


The "inline-progression-dimension-optimum" property

  "inline-progression-dimension-optimum" FoProperty*           : Read

Inline Progression Dimension Optimum property.


The "keep-together" property

  "keep-together"            FoProperty*           : Read

Keep Together property.


The "keep-together-within-column" property

  "keep-together-within-column" FoProperty*           : Read

Keep Together Within Column property.


The "keep-together-within-line" property

  "keep-together-within-line" FoProperty*           : Read

Keep Together Within Line property.


The "keep-together-within-page" property

  "keep-together-within-page" FoProperty*           : Read

Keep Together Within Page property.


The "keep-with-next" property

  "keep-with-next"           FoProperty*           : Read

Keep With Next property.


The "keep-with-next-within-column" property

  "keep-with-next-within-column" FoProperty*           : Read

Keep With Next Within Column property.


The "keep-with-next-within-line" property

  "keep-with-next-within-line" FoProperty*           : Read

Keep With Next Within Line property.


The "keep-with-next-within-page" property

  "keep-with-next-within-page" FoProperty*           : Read

Keep With Next Within Page property.


The "keep-with-previous" property

  "keep-with-previous"       FoProperty*           : Read

Keep With Previous property.


The "keep-with-previous-within-column" property

  "keep-with-previous-within-column" FoProperty*           : Read

Keep With Previous Within Column property.


The "keep-with-previous-within-line" property

  "keep-with-previous-within-line" FoProperty*           : Read

Keep With Previous Within Line property.


The "keep-with-previous-within-page" property

  "keep-with-previous-within-page" FoProperty*           : Read

Keep With Previous Within Page property.


The "letter-value" property

  "letter-value"             FoProperty*           : Read

Letter Value property.


The "line-height" property

  "line-height"              FoProperty*           : Read

Line Height property.


The "line-stacking-strategy" property

  "line-stacking-strategy"   FoProperty*           : Read

Line Stacking Strategy property.


The "linefeed-treatment" property

  "linefeed-treatment"       FoProperty*           : Read

Linefeed Treatment property.


The "margin" property

  "margin"                   FoProperty*           : Read

Margin property.


The "margin-bottom" property

  "margin-bottom"            FoProperty*           : Read

Margin Bottom property.


The "margin-left" property

  "margin-left"              FoProperty*           : Read

Margin Left property.


The "margin-right" property

  "margin-right"             FoProperty*           : Read

Margin Right property.


The "margin-top" property

  "margin-top"               FoProperty*           : Read

Margin Top property.


The "master-name" property

  "master-name"              FoProperty*           : Read

Master Name property.


The "master-reference" property

  "master-reference"         FoProperty*           : Read

Master Reference property.


The "media-usage" property

  "media-usage"              FoProperty*           : Read

Media Usage property.


The "number-columns-repeated" property

  "number-columns-repeated"  FoProperty*           : Read

Number Columns Repeated property.


The "number-columns-spanned" property

  "number-columns-spanned"   FoProperty*           : Read

Number Columns Spanned property.


The "number-rows-spanned" property

  "number-rows-spanned"      FoProperty*           : Read

Number Rows Spanned property.


The "orphans" property

  "orphans"                  FoProperty*           : Read

Orphans property.


The "overflow" property

  "overflow"                 FoProperty*           : Read

Overflow property.


The "padding" property

  "padding"                  FoProperty*           : Read

Padding property.


The "padding-after" property

  "padding-after"            FoProperty*           : Read

Padding After property.


The "padding-after-conditionality" property

  "padding-after-conditionality" FoProperty*           : Read

Padding After Conditionality property.


The "padding-after-length" property

  "padding-after-length"     FoProperty*           : Read

Padding After Length property.


The "padding-before" property

  "padding-before"           FoProperty*           : Read

Padding Before property.


The "padding-before-conditionality" property

  "padding-before-conditionality" FoProperty*           : Read

Padding Before Conditionality property.


The "padding-before-length" property

  "padding-before-length"    FoProperty*           : Read

Padding Before Length property.


The "padding-bottom" property

  "padding-bottom"           FoProperty*           : Read

Padding Bottom property.


The "padding-end" property

  "padding-end"              FoProperty*           : Read

Padding End property.


The "padding-end-conditionality" property

  "padding-end-conditionality" FoProperty*           : Read

Padding End Conditionality property.


The "padding-end-length" property

  "padding-end-length"       FoProperty*           : Read

Padding End Length property.


The "padding-left" property

  "padding-left"             FoProperty*           : Read

Padding Left property.


The "padding-right" property

  "padding-right"            FoProperty*           : Read

Padding Right property.


The "padding-start" property

  "padding-start"            FoProperty*           : Read

Padding Start property.


The "padding-start-conditionality" property

  "padding-start-conditionality" FoProperty*           : Read

Padding Start Conditionality property.


The "padding-start-length" property

  "padding-start-length"     FoProperty*           : Read

Padding Start Length property.


The "padding-top" property

  "padding-top"              FoProperty*           : Read

Padding Top property.


The "page-height" property

  "page-height"              FoProperty*           : Read

Page Height property.


The "page-width" property

  "page-width"               FoProperty*           : Read

Page Width property.


The "provisional-distance-between-starts" property

  "provisional-distance-between-starts" FoProperty*           : Read

Provisional Distance Between Starts property.


The "provisional-label-separation" property

  "provisional-label-separation" FoProperty*           : Read

Provisional Label Separation property.


The "ref-id" property

  "ref-id"                   FoProperty*           : Read

Ref Id property.


The "region-name" property

  "region-name"              FoProperty*           : Read

Region Name property.


The "role" property

  "role"                     FoProperty*           : Read

Role property.


The "scaling" property

  "scaling"                  FoProperty*           : Read

Scaling property.


The "scaling-method" property

  "scaling-method"           FoProperty*           : Read

Scaling Method property.


The "score-spaces" property

  "score-spaces"             FoProperty*           : Read

Score Spaces property.


The "source-document" property

  "source-document"          FoProperty*           : Read

Source Document property.


The "space-after" property

  "space-after"              FoProperty*           : Read

Space After property.


The "space-after-conditionality" property

  "space-after-conditionality" FoProperty*           : Write

Space After Conditionality property.


The "space-after-maximum" property

  "space-after-maximum"      FoProperty*           : Write

Space After Maximum property.


The "space-after-minimum" property

  "space-after-minimum"      FoProperty*           : Write

Space After Minimum property.


The "space-after-optimum" property

  "space-after-optimum"      FoProperty*           : Write

Space After Optimum property.


The "space-after-precedence" property

  "space-after-precedence"   FoProperty*           : Write

Space After Precedence property.


The "space-before" property

  "space-before"             FoProperty*           : Read

Space Before property.


The "space-before-conditionality" property

  "space-before-conditionality" FoProperty*           : Write

Space Before Conditionality property.


The "space-before-maximum" property

  "space-before-maximum"     FoProperty*           : Write

Space Before Maximum property.


The "space-before-minimum" property

  "space-before-minimum"     FoProperty*           : Write

Space Before Minimum property.


The "space-before-optimum" property

  "space-before-optimum"     FoProperty*           : Write

Space Before Optimum property.


The "space-before-precedence" property

  "space-before-precedence"  FoProperty*           : Write

Space Before Precedence property.


The "space-end" property

  "space-end"                FoProperty*           : Read

Space End property.


The "space-end-conditionality" property

  "space-end-conditionality" FoProperty*           : Write

Space End Conditionality property.


The "space-end-maximum" property

  "space-end-maximum"        FoProperty*           : Write

Space End Maximum property.


The "space-end-minimum" property

  "space-end-minimum"        FoProperty*           : Write

Space End Minimum property.


The "space-end-optimum" property

  "space-end-optimum"        FoProperty*           : Write

Space End Optimum property.


The "space-end-precedence" property

  "space-end-precedence"     FoProperty*           : Write

Space End Precedence property.


The "space-start" property

  "space-start"              FoProperty*           : Read

Space Start property.


The "space-start-conditionality" property

  "space-start-conditionality" FoProperty*           : Write

Space Start Conditionality property.


The "space-start-maximum" property

  "space-start-maximum"      FoProperty*           : Write

Space Start Maximum property.


The "space-start-minimum" property

  "space-start-minimum"      FoProperty*           : Write

Space Start Minimum property.


The "space-start-optimum" property

  "space-start-optimum"      FoProperty*           : Write

Space Start Optimum property.


The "space-start-precedence" property

  "space-start-precedence"   FoProperty*           : Write

Space Start Precedence property.


The "span" property

  "span"                     FoProperty*           : Read

Span property.


The "src" property

  "src"                      FoProperty*           : Read

Src property.


The "start-indent" property

  "start-indent"             FoProperty*           : Read

Start Indent property.


The "table-layout" property

  "table-layout"             FoProperty*           : Read

Table Layout property.


The "text-align" property

  "text-align"               FoProperty*           : Read

Text Align property.


The "text-indent" property

  "text-indent"              FoProperty*           : Read

Text Indent property.


The "unicode-bidi" property

  "unicode-bidi"             FoProperty*           : Read

Unicode Bidi property.


The "white-space-collapse" property

  "white-space-collapse"     FoProperty*           : Read

White Space Collapse property.


The "white-space-treatment" property

  "white-space-treatment"    FoProperty*           : Read

White Space Treatment property.


The "widows" property

  "widows"                   FoProperty*           : Read

Widows property.


The "width" property

  "width"                    FoProperty*           : Read

Width property.


The "wrap-option" property

  "wrap-option"              FoProperty*           : Read

Wrap Option property.


The "writing-mode" property

  "writing-mode"             FoProperty*           : Read

Writing Mode property.