Top | ![]() |
![]() |
![]() |
![]() |
enum | FoEnumTableLayoutMethod |
#define | FO_TYPE_ENUM_TABLE_LAYOUT_METHOD |
#define | FO_TABLE_ERROR |
enum | FoTableError |
FoTable | |
FoTableClass |
GObject ╰── GInitiallyUnowned ╰── FoObject ╰── FoNode ╰── FoFo ╰── FoMarkerParent ╰── FoTable
GQuark
fo_table_error_quark (void
);
Create and return the GQuark for use as the error domain for table.
gboolean fo_table_validate_content_table_row_table_cell (FoFo *fo
,GError **error
);
Validate the content model, i.e., the structure, of the object.
Return value matches GNodeTraversFunc model: FALSE
indicates content
model is correct, or TRUE
indicates an error. When used with
fo_node_traverse()
, returning TRUE
stops the traversal.
This is used by table-header, table-footer, and table-body.
Content model: (table-row+ | table-cell+)
void fo_table_resolve_columns (FoFo *fo
,GError **error
);
Do housekeeping for table-column FOs now that all FoTableColumn objects have been created.
void fo_table_span_info_start_row (FoFo *fo
,GError **error
);
Reset span_info of fo
at the start of a row.
gint fo_table_span_info_resolve_column_number (FoFo *fo
,FoFo *table_cell
,gint column_number
,gint columns_spanned
,gint rows_spanned
,GError **error
);
Determine the column-number for table_cell
.
fo |
The FoTable containing |
|
table_cell |
The FoTableCell for which to assign a column number. |
|
column_number |
Requested column number, or 0 if not specified. |
|
columns_spanned |
Number of columns spanned by |
|
rows_spanned |
Number of rows spanned by |
|
error |
GError indicating any error condition that occurred. |
void fo_table_span_info_debug_dump (FoFo *fo
,gint depth
);
Dump info about the spans used in the table.
void fo_table_add_column (FoFo *fo
,gint column_number
,gint number_columns_spanned
,FoFo *column
);
Add a table-column object to the
column-number+number-columns-spanned hash maintained by table
.
fo |
||
column_number |
Column number of |
|
number_columns_spanned |
Number of columns spanned by |
|
column |
FoTableColumn to add to hash |
FoFo * fo_table_get_column (FoFo *fo
,gint column_number
,gint number_columns_spanned
);
Get the column for a column number and number columns spanned combination.
fo |
FoTable that has hash of columns |
|
column_number |
Column number to match |
|
number_columns_spanned |
Number of columns spanned on which to map |
gint
fo_table_get_max_column_number (FoFo *fo
);
Get highest column number of columns registered with table using fo_table_add_column.
FoEnumTableLayoutMethod
fo_table_get_layout_method (FoFo *fo_fo
);
Gets the layout-method property of table
gdouble
fo_table_get_proportional_unit (FoFo *fo
);
Get the length in points of one proportional unit for fo
.
FoProperty *
fo_table_get_background_color (FoFo *fo_fo
);
Gets the "background-color" property of fo_fo
.
void fo_table_set_background_color (FoFo *fo_fo
,FoProperty *new_background_color
);
Sets the "background-color" property of fo_fo
to new_background_color
.
FoProperty *
fo_table_get_background_image (FoFo *fo_fo
);
Gets the "background-image" property of fo_fo
.
void fo_table_set_background_image (FoFo *fo_fo
,FoProperty *new_background_image
);
Sets the "background-image" property of fo_fo
to new_background_image
.
FoProperty *
fo_table_get_block_progression_dimension
(FoFo *fo_fo
);
Gets the "block-progression-dimension" property of fo_fo
.
void fo_table_set_block_progression_dimension (FoFo *fo_fo
,FoProperty *new_block_progression_dimension
);
Sets the "block-progression-dimension" property of fo_fo
to new_block_progression_dimension
.
fo_fo |
The FoFo object. |
|
new_block_progression_dimension |
The new "block-progression-dimension" property value. |
FoProperty *
fo_table_get_border_after_color (FoFo *fo_fo
);
Gets the "border-after-color" property of fo_fo
.
void fo_table_set_border_after_color (FoFo *fo_fo
,FoProperty *new_border_after_color
);
Sets the "border-after-color" property of fo_fo
to new_border_after_color
.
fo_fo |
The FoFo object. |
|
new_border_after_color |
The new "border-after-color" property value. |
FoProperty *
fo_table_get_border_after_precedence (FoFo *fo_fo
);
Gets the "border-after-precedence" property of fo_fo
.
void fo_table_set_border_after_precedence (FoFo *fo_fo
,FoProperty *new_border_after_precedence
);
Sets the "border-after-precedence" property of fo_fo
to new_border_after_precedence
.
fo_fo |
The FoFo object. |
|
new_border_after_precedence |
The new "border-after-precedence" property value. |
FoProperty *
fo_table_get_border_after_style (FoFo *fo_fo
);
Gets the "border-after-style" property of fo_fo
.
void fo_table_set_border_after_style (FoFo *fo_fo
,FoProperty *new_border_after_style
);
Sets the "border-after-style" property of fo_fo
to new_border_after_style
.
fo_fo |
The FoFo object. |
|
new_border_after_style |
The new "border-after-style" property value. |
FoProperty *
fo_table_get_border_after_width (FoFo *fo_fo
);
Gets the "border-after-width" property of fo_fo
.
void fo_table_set_border_after_width (FoFo *fo_fo
,FoProperty *new_border_after_width
);
Sets the "border-after-width" property of fo_fo
to new_border_after_width
.
fo_fo |
The FoFo object. |
|
new_border_after_width |
The new "border-after-width" property value. |
FoProperty *
fo_table_get_border_before_color (FoFo *fo_fo
);
Gets the "border-before-color" property of fo_fo
.
void fo_table_set_border_before_color (FoFo *fo_fo
,FoProperty *new_border_before_color
);
Sets the "border-before-color" property of fo_fo
to new_border_before_color
.
fo_fo |
The FoFo object. |
|
new_border_before_color |
The new "border-before-color" property value. |
FoProperty *
fo_table_get_border_before_precedence (FoFo *fo_fo
);
Gets the "border-before-precedence" property of fo_fo
.
void fo_table_set_border_before_precedence (FoFo *fo_fo
,FoProperty *new_border_before_precedence
);
Sets the "border-before-precedence" property of fo_fo
to new_border_before_precedence
.
fo_fo |
The FoFo object. |
|
new_border_before_precedence |
The new "border-before-precedence" property value. |
FoProperty *
fo_table_get_border_before_style (FoFo *fo_fo
);
Gets the "border-before-style" property of fo_fo
.
void fo_table_set_border_before_style (FoFo *fo_fo
,FoProperty *new_border_before_style
);
Sets the "border-before-style" property of fo_fo
to new_border_before_style
.
fo_fo |
The FoFo object. |
|
new_border_before_style |
The new "border-before-style" property value. |
FoProperty *
fo_table_get_border_before_width (FoFo *fo_fo
);
Gets the "border-before-width" property of fo_fo
.
void fo_table_set_border_before_width (FoFo *fo_fo
,FoProperty *new_border_before_width
);
Sets the "border-before-width" property of fo_fo
to new_border_before_width
.
fo_fo |
The FoFo object. |
|
new_border_before_width |
The new "border-before-width" property value. |
FoProperty *
fo_table_get_border_bottom_color (FoFo *fo_fo
);
Gets the "border-bottom-color" property of fo_fo
.
void fo_table_set_border_bottom_color (FoFo *fo_fo
,FoProperty *new_border_bottom_color
);
Sets the "border-bottom-color" property of fo_fo
to new_border_bottom_color
.
fo_fo |
The FoFo object. |
|
new_border_bottom_color |
The new "border-bottom-color" property value. |
FoProperty *
fo_table_get_border_bottom_style (FoFo *fo_fo
);
Gets the "border-bottom-style" property of fo_fo
.
void fo_table_set_border_bottom_style (FoFo *fo_fo
,FoProperty *new_border_bottom_style
);
Sets the "border-bottom-style" property of fo_fo
to new_border_bottom_style
.
fo_fo |
The FoFo object. |
|
new_border_bottom_style |
The new "border-bottom-style" property value. |
FoProperty *
fo_table_get_border_bottom_width (FoFo *fo_fo
);
Gets the "border-bottom-width" property of fo_fo
.
void fo_table_set_border_bottom_width (FoFo *fo_fo
,FoProperty *new_border_bottom_width
);
Sets the "border-bottom-width" property of fo_fo
to new_border_bottom_width
.
fo_fo |
The FoFo object. |
|
new_border_bottom_width |
The new "border-bottom-width" property value. |
FoProperty *
fo_table_get_border_collapse (FoFo *fo_fo
);
Gets the "border-collapse" property of fo_fo
.
void fo_table_set_border_collapse (FoFo *fo_fo
,FoProperty *new_border_collapse
);
Sets the "border-collapse" property of fo_fo
to new_border_collapse
.
FoProperty *
fo_table_get_border_end_color (FoFo *fo_fo
);
Gets the "border-end-color" property of fo_fo
.
void fo_table_set_border_end_color (FoFo *fo_fo
,FoProperty *new_border_end_color
);
Sets the "border-end-color" property of fo_fo
to new_border_end_color
.
FoProperty *
fo_table_get_border_end_precedence (FoFo *fo_fo
);
Gets the "border-end-precedence" property of fo_fo
.
void fo_table_set_border_end_precedence (FoFo *fo_fo
,FoProperty *new_border_end_precedence
);
Sets the "border-end-precedence" property of fo_fo
to new_border_end_precedence
.
fo_fo |
The FoFo object. |
|
new_border_end_precedence |
The new "border-end-precedence" property value. |
FoProperty *
fo_table_get_border_end_style (FoFo *fo_fo
);
Gets the "border-end-style" property of fo_fo
.
void fo_table_set_border_end_style (FoFo *fo_fo
,FoProperty *new_border_end_style
);
Sets the "border-end-style" property of fo_fo
to new_border_end_style
.
FoProperty *
fo_table_get_border_end_width (FoFo *fo_fo
);
Gets the "border-end-width" property of fo_fo
.
void fo_table_set_border_end_width (FoFo *fo_fo
,FoProperty *new_border_end_width
);
Sets the "border-end-width" property of fo_fo
to new_border_end_width
.
FoProperty *
fo_table_get_border_left_color (FoFo *fo_fo
);
Gets the "border-left-color" property of fo_fo
.
void fo_table_set_border_left_color (FoFo *fo_fo
,FoProperty *new_border_left_color
);
Sets the "border-left-color" property of fo_fo
to new_border_left_color
.
FoProperty *
fo_table_get_border_left_style (FoFo *fo_fo
);
Gets the "border-left-style" property of fo_fo
.
void fo_table_set_border_left_style (FoFo *fo_fo
,FoProperty *new_border_left_style
);
Sets the "border-left-style" property of fo_fo
to new_border_left_style
.
FoProperty *
fo_table_get_border_left_width (FoFo *fo_fo
);
Gets the "border-left-width" property of fo_fo
.
void fo_table_set_border_left_width (FoFo *fo_fo
,FoProperty *new_border_left_width
);
Sets the "border-left-width" property of fo_fo
to new_border_left_width
.
FoProperty *
fo_table_get_border_right_color (FoFo *fo_fo
);
Gets the "border-right-color" property of fo_fo
.
void fo_table_set_border_right_color (FoFo *fo_fo
,FoProperty *new_border_right_color
);
Sets the "border-right-color" property of fo_fo
to new_border_right_color
.
fo_fo |
The FoFo object. |
|
new_border_right_color |
The new "border-right-color" property value. |
FoProperty *
fo_table_get_border_right_style (FoFo *fo_fo
);
Gets the "border-right-style" property of fo_fo
.
void fo_table_set_border_right_style (FoFo *fo_fo
,FoProperty *new_border_right_style
);
Sets the "border-right-style" property of fo_fo
to new_border_right_style
.
fo_fo |
The FoFo object. |
|
new_border_right_style |
The new "border-right-style" property value. |
FoProperty *
fo_table_get_border_right_width (FoFo *fo_fo
);
Gets the "border-right-width" property of fo_fo
.
void fo_table_set_border_right_width (FoFo *fo_fo
,FoProperty *new_border_right_width
);
Sets the "border-right-width" property of fo_fo
to new_border_right_width
.
fo_fo |
The FoFo object. |
|
new_border_right_width |
The new "border-right-width" property value. |
FoProperty *
fo_table_get_border_separation (FoFo *fo_fo
);
Gets the "border-separation" property of fo_fo
.
void fo_table_set_border_separation (FoFo *fo_fo
,FoProperty *new_border_separation
);
Sets the "border-separation" property of fo_fo
to new_border_separation
.
FoProperty *
fo_table_get_border_start_color (FoFo *fo_fo
);
Gets the "border-start-color" property of fo_fo
.
void fo_table_set_border_start_color (FoFo *fo_fo
,FoProperty *new_border_start_color
);
Sets the "border-start-color" property of fo_fo
to new_border_start_color
.
fo_fo |
The FoFo object. |
|
new_border_start_color |
The new "border-start-color" property value. |
FoProperty *
fo_table_get_border_start_precedence (FoFo *fo_fo
);
Gets the "border-start-precedence" property of fo_fo
.
void fo_table_set_border_start_precedence (FoFo *fo_fo
,FoProperty *new_border_start_precedence
);
Sets the "border-start-precedence" property of fo_fo
to new_border_start_precedence
.
fo_fo |
The FoFo object. |
|
new_border_start_precedence |
The new "border-start-precedence" property value. |
FoProperty *
fo_table_get_border_start_style (FoFo *fo_fo
);
Gets the "border-start-style" property of fo_fo
.
void fo_table_set_border_start_style (FoFo *fo_fo
,FoProperty *new_border_start_style
);
Sets the "border-start-style" property of fo_fo
to new_border_start_style
.
fo_fo |
The FoFo object. |
|
new_border_start_style |
The new "border-start-style" property value. |
FoProperty *
fo_table_get_border_start_width (FoFo *fo_fo
);
Gets the "border-start-width" property of fo_fo
.
void fo_table_set_border_start_width (FoFo *fo_fo
,FoProperty *new_border_start_width
);
Sets the "border-start-width" property of fo_fo
to new_border_start_width
.
fo_fo |
The FoFo object. |
|
new_border_start_width |
The new "border-start-width" property value. |
FoProperty *
fo_table_get_border_top_color (FoFo *fo_fo
);
Gets the "border-top-color" property of fo_fo
.
void fo_table_set_border_top_color (FoFo *fo_fo
,FoProperty *new_border_top_color
);
Sets the "border-top-color" property of fo_fo
to new_border_top_color
.
FoProperty *
fo_table_get_border_top_style (FoFo *fo_fo
);
Gets the "border-top-style" property of fo_fo
.
void fo_table_set_border_top_style (FoFo *fo_fo
,FoProperty *new_border_top_style
);
Sets the "border-top-style" property of fo_fo
to new_border_top_style
.
FoProperty *
fo_table_get_border_top_width (FoFo *fo_fo
);
Gets the "border-top-width" property of fo_fo
.
void fo_table_set_border_top_width (FoFo *fo_fo
,FoProperty *new_border_top_width
);
Sets the "border-top-width" property of fo_fo
to new_border_top_width
.
FoProperty *
fo_table_get_break_after (FoFo *fo_fo
);
Gets the "break-after" property of fo_fo
.
void fo_table_set_break_after (FoFo *fo_fo
,FoProperty *new_break_after
);
Sets the "break-after" property of fo_fo
to new_break_after
.
FoProperty *
fo_table_get_break_before (FoFo *fo_fo
);
Gets the "break-before" property of fo_fo
.
void fo_table_set_break_before (FoFo *fo_fo
,FoProperty *new_break_before
);
Sets the "break-before" property of fo_fo
to new_break_before
.
FoProperty *
fo_table_get_end_indent (FoFo *fo_fo
);
Gets the "end-indent" property of fo_fo
.
void fo_table_set_end_indent (FoFo *fo_fo
,FoProperty *new_end_indent
);
Sets the "end-indent" property of fo_fo
to new_end_indent
.
FoProperty *
fo_table_get_height (FoFo *fo_fo
);
Gets the "height" property of fo_fo
.
void fo_table_set_height (FoFo *fo_fo
,FoProperty *new_height
);
Sets the "height" property of fo_fo
to new_height
.
void fo_table_set_id (FoFo *fo_fo
,FoProperty *new_id
);
Sets the "id" property of fo_fo
to new_id
.
FoProperty *
fo_table_get_inline_progression_dimension
(FoFo *fo_fo
);
Gets the "inline-progression-dimension" property of fo_fo
.
void fo_table_set_inline_progression_dimension (FoFo *fo_fo
,FoProperty *new_inline_progression_dimension
);
Sets the "inline-progression-dimension" property of fo_fo
to new_inline_progression_dimension
.
fo_fo |
The FoFo object. |
|
new_inline_progression_dimension |
The new "inline-progression-dimension" property value. |
FoProperty *
fo_table_get_keep_together (FoFo *fo_fo
);
Gets the "keep-together" property of fo_fo
.
void fo_table_set_keep_together (FoFo *fo_fo
,FoProperty *new_keep_together
);
Sets the "keep-together" property of fo_fo
to new_keep_together
.
FoProperty *
fo_table_get_keep_together_within_column
(FoFo *fo_fo
);
Gets the "keep-together-within-column" property of fo_fo
.
void fo_table_set_keep_together_within_column (FoFo *fo_fo
,FoProperty *new_keep_together_within_column
);
Sets the "keep-together-within-column" property of fo_fo
to new_keep_together_within_column
.
fo_fo |
The FoFo object. |
|
new_keep_together_within_column |
The new "keep-together-within-column" property value. |
FoProperty *
fo_table_get_keep_together_within_line
(FoFo *fo_fo
);
Gets the "keep-together-within-line" property of fo_fo
.
void fo_table_set_keep_together_within_line (FoFo *fo_fo
,FoProperty *new_keep_together_within_line
);
Sets the "keep-together-within-line" property of fo_fo
to new_keep_together_within_line
.
fo_fo |
The FoFo object. |
|
new_keep_together_within_line |
The new "keep-together-within-line" property value. |
FoProperty *
fo_table_get_keep_together_within_page
(FoFo *fo_fo
);
Gets the "keep-together-within-page" property of fo_fo
.
void fo_table_set_keep_together_within_page (FoFo *fo_fo
,FoProperty *new_keep_together_within_page
);
Sets the "keep-together-within-page" property of fo_fo
to new_keep_together_within_page
.
fo_fo |
The FoFo object. |
|
new_keep_together_within_page |
The new "keep-together-within-page" property value. |
FoProperty *
fo_table_get_keep_with_next (FoFo *fo_fo
);
Gets the "keep-with-next" property of fo_fo
.
void fo_table_set_keep_with_next (FoFo *fo_fo
,FoProperty *new_keep_with_next
);
Sets the "keep-with-next" property of fo_fo
to new_keep_with_next
.
FoProperty *
fo_table_get_keep_with_next_within_column
(FoFo *fo_fo
);
Gets the "keep-with-next-within-column" property of fo_fo
.
void fo_table_set_keep_with_next_within_column (FoFo *fo_fo
,FoProperty *new_keep_with_next_within_column
);
Sets the "keep-with-next-within-column" property of fo_fo
to new_keep_with_next_within_column
.
fo_fo |
The FoFo object. |
|
new_keep_with_next_within_column |
The new "keep-with-next-within-column" property value. |
FoProperty *
fo_table_get_keep_with_next_within_line
(FoFo *fo_fo
);
Gets the "keep-with-next-within-line" property of fo_fo
.
void fo_table_set_keep_with_next_within_line (FoFo *fo_fo
,FoProperty *new_keep_with_next_within_line
);
Sets the "keep-with-next-within-line" property of fo_fo
to new_keep_with_next_within_line
.
fo_fo |
The FoFo object. |
|
new_keep_with_next_within_line |
The new "keep-with-next-within-line" property value. |
FoProperty *
fo_table_get_keep_with_next_within_page
(FoFo *fo_fo
);
Gets the "keep-with-next-within-page" property of fo_fo
.
void fo_table_set_keep_with_next_within_page (FoFo *fo_fo
,FoProperty *new_keep_with_next_within_page
);
Sets the "keep-with-next-within-page" property of fo_fo
to new_keep_with_next_within_page
.
fo_fo |
The FoFo object. |
|
new_keep_with_next_within_page |
The new "keep-with-next-within-page" property value. |
FoProperty *
fo_table_get_keep_with_previous (FoFo *fo_fo
);
Gets the "keep-with-previous" property of fo_fo
.
void fo_table_set_keep_with_previous (FoFo *fo_fo
,FoProperty *new_keep_with_previous
);
Sets the "keep-with-previous" property of fo_fo
to new_keep_with_previous
.
fo_fo |
The FoFo object. |
|
new_keep_with_previous |
The new "keep-with-previous" property value. |
FoProperty *
fo_table_get_keep_with_previous_within_column
(FoFo *fo_fo
);
Gets the "keep-with-previous-within-column" property of fo_fo
.
void fo_table_set_keep_with_previous_within_column (FoFo *fo_fo
,FoProperty *new_keep_with_previous_within_column
);
Sets the "keep-with-previous-within-column" property of fo_fo
to new_keep_with_previous_within_column
.
fo_fo |
The FoFo object. |
|
new_keep_with_previous_within_column |
The new "keep-with-previous-within-column" property value. |
FoProperty *
fo_table_get_keep_with_previous_within_line
(FoFo *fo_fo
);
Gets the "keep-with-previous-within-line" property of fo_fo
.
void fo_table_set_keep_with_previous_within_line (FoFo *fo_fo
,FoProperty *new_keep_with_previous_within_line
);
Sets the "keep-with-previous-within-line" property of fo_fo
to new_keep_with_previous_within_line
.
fo_fo |
The FoFo object. |
|
new_keep_with_previous_within_line |
The new "keep-with-previous-within-line" property value. |
FoProperty *
fo_table_get_keep_with_previous_within_page
(FoFo *fo_fo
);
Gets the "keep-with-previous-within-page" property of fo_fo
.
void fo_table_set_keep_with_previous_within_page (FoFo *fo_fo
,FoProperty *new_keep_with_previous_within_page
);
Sets the "keep-with-previous-within-page" property of fo_fo
to new_keep_with_previous_within_page
.
fo_fo |
The FoFo object. |
|
new_keep_with_previous_within_page |
The new "keep-with-previous-within-page" property value. |
FoProperty *
fo_table_get_margin_bottom (FoFo *fo_fo
);
Gets the "margin-bottom" property of fo_fo
.
void fo_table_set_margin_bottom (FoFo *fo_fo
,FoProperty *new_margin_bottom
);
Sets the "margin-bottom" property of fo_fo
to new_margin_bottom
.
FoProperty *
fo_table_get_margin_left (FoFo *fo_fo
);
Gets the "margin-left" property of fo_fo
.
void fo_table_set_margin_left (FoFo *fo_fo
,FoProperty *new_margin_left
);
Sets the "margin-left" property of fo_fo
to new_margin_left
.
FoProperty *
fo_table_get_margin_right (FoFo *fo_fo
);
Gets the "margin-right" property of fo_fo
.
void fo_table_set_margin_right (FoFo *fo_fo
,FoProperty *new_margin_right
);
Sets the "margin-right" property of fo_fo
to new_margin_right
.
FoProperty *
fo_table_get_margin_top (FoFo *fo_fo
);
Gets the "margin-top" property of fo_fo
.
void fo_table_set_margin_top (FoFo *fo_fo
,FoProperty *new_margin_top
);
Sets the "margin-top" property of fo_fo
to new_margin_top
.
FoProperty *
fo_table_get_padding_after (FoFo *fo_fo
);
Gets the "padding-after" property of fo_fo
.
void fo_table_set_padding_after (FoFo *fo_fo
,FoProperty *new_padding_after
);
Sets the "padding-after" property of fo_fo
to new_padding_after
.
FoProperty *
fo_table_get_padding_before (FoFo *fo_fo
);
Gets the "padding-before" property of fo_fo
.
void fo_table_set_padding_before (FoFo *fo_fo
,FoProperty *new_padding_before
);
Sets the "padding-before" property of fo_fo
to new_padding_before
.
FoProperty *
fo_table_get_padding_bottom (FoFo *fo_fo
);
Gets the "padding-bottom" property of fo_fo
.
void fo_table_set_padding_bottom (FoFo *fo_fo
,FoProperty *new_padding_bottom
);
Sets the "padding-bottom" property of fo_fo
to new_padding_bottom
.
FoProperty *
fo_table_get_padding_end (FoFo *fo_fo
);
Gets the "padding-end" property of fo_fo
.
void fo_table_set_padding_end (FoFo *fo_fo
,FoProperty *new_padding_end
);
Sets the "padding-end" property of fo_fo
to new_padding_end
.
FoProperty *
fo_table_get_padding_left (FoFo *fo_fo
);
Gets the "padding-left" property of fo_fo
.
void fo_table_set_padding_left (FoFo *fo_fo
,FoProperty *new_padding_left
);
Sets the "padding-left" property of fo_fo
to new_padding_left
.
FoProperty *
fo_table_get_padding_right (FoFo *fo_fo
);
Gets the "padding-right" property of fo_fo
.
void fo_table_set_padding_right (FoFo *fo_fo
,FoProperty *new_padding_right
);
Sets the "padding-right" property of fo_fo
to new_padding_right
.
FoProperty *
fo_table_get_padding_start (FoFo *fo_fo
);
Gets the "padding-start" property of fo_fo
.
void fo_table_set_padding_start (FoFo *fo_fo
,FoProperty *new_padding_start
);
Sets the "padding-start" property of fo_fo
to new_padding_start
.
FoProperty *
fo_table_get_padding_top (FoFo *fo_fo
);
Gets the "padding-top" property of fo_fo
.
void fo_table_set_padding_top (FoFo *fo_fo
,FoProperty *new_padding_top
);
Sets the "padding-top" property of fo_fo
to new_padding_top
.
FoProperty *
fo_table_get_role (FoFo *fo_fo
);
Gets the "role" property of fo_fo
.
void fo_table_set_role (FoFo *fo_fo
,FoProperty *new_role
);
Sets the "role" property of fo_fo
to new_role
.
FoProperty *
fo_table_get_source_document (FoFo *fo_fo
);
Gets the "source-document" property of fo_fo
.
void fo_table_set_source_document (FoFo *fo_fo
,FoProperty *new_source_document
);
Sets the "source-document" property of fo_fo
to new_source_document
.
FoProperty *
fo_table_get_space_after (FoFo *fo_fo
);
Gets the "space-after" property of fo_fo
.
void fo_table_set_space_after (FoFo *fo_fo
,FoProperty *new_space_after
);
Sets the "space-after" property of fo_fo
to new_space_after
.
FoProperty *
fo_table_get_space_before (FoFo *fo_fo
);
Gets the "space-before" property of fo_fo
.
void fo_table_set_space_before (FoFo *fo_fo
,FoProperty *new_space_before
);
Sets the "space-before" property of fo_fo
to new_space_before
.
FoProperty *
fo_table_get_start_indent (FoFo *fo_fo
);
Gets the "start-indent" property of fo_fo
.
void fo_table_set_start_indent (FoFo *fo_fo
,FoProperty *new_start_indent
);
Sets the "start-indent" property of fo_fo
to new_start_indent
.
FoProperty *
fo_table_get_table_layout (FoFo *fo_fo
);
Gets the "table-layout" property of fo_fo
.
void fo_table_set_table_layout (FoFo *fo_fo
,FoProperty *new_table_layout
);
Sets the "table-layout" property of fo_fo
to new_table_layout
.
FoProperty *
fo_table_get_width (FoFo *fo_fo
);
Gets the "width" property of fo_fo
.
void fo_table_set_width (FoFo *fo_fo
,FoProperty *new_width
);
Sets the "width" property of fo_fo
to new_width
.
FoProperty *
fo_table_get_writing_mode (FoFo *fo_fo
);
Gets the "writing-mode" property of fo_fo
.
void fo_table_set_writing_mode (FoFo *fo_fo
,FoProperty *new_writing_mode
);
Sets the "writing-mode" property of fo_fo
to new_writing_mode
.
#define FO_TYPE_ENUM_TABLE_LAYOUT_METHOD fo_enum_table_layout_method_get_type ()
“background-color”
property“background-color” FoProperty *
Background Color property.
Owner: FoTable
Flags: Read
“background-image”
property“background-image” FoProperty *
Background Image property.
Owner: FoTable
Flags: Read
“block-progression-dimension”
property“block-progression-dimension” FoProperty *
Block Progression Dimension property.
Owner: FoTable
Flags: Read
“border-after-color”
property“border-after-color” FoProperty *
Border After Color property.
Owner: FoTable
Flags: Read
“border-after-precedence”
property“border-after-precedence” FoProperty *
Border After Precedence property.
Owner: FoTable
Flags: Read
“border-after-style”
property“border-after-style” FoProperty *
Border After Style property.
Owner: FoTable
Flags: Read
“border-after-width”
property“border-after-width” FoProperty *
Border After Width property.
Owner: FoTable
Flags: Read
“border-before-color”
property“border-before-color” FoProperty *
Border Before Color property.
Owner: FoTable
Flags: Read
“border-before-precedence”
property“border-before-precedence” FoProperty *
Border Before Precedence property.
Owner: FoTable
Flags: Read
“border-before-style”
property“border-before-style” FoProperty *
Border Before Style property.
Owner: FoTable
Flags: Read
“border-before-width”
property“border-before-width” FoProperty *
Border Before Width property.
Owner: FoTable
Flags: Read
“border-bottom-color”
property“border-bottom-color” FoProperty *
Border Bottom Color property.
Owner: FoTable
Flags: Read
“border-bottom-style”
property“border-bottom-style” FoProperty *
Border Bottom Style property.
Owner: FoTable
Flags: Read
“border-bottom-width”
property“border-bottom-width” FoProperty *
Border Bottom Width property.
Owner: FoTable
Flags: Read
“border-collapse”
property“border-collapse” FoProperty *
Border Collapse property.
Owner: FoTable
Flags: Read
“border-end-color”
property“border-end-color” FoProperty *
Border End Color property.
Owner: FoTable
Flags: Read
“border-end-precedence”
property“border-end-precedence” FoProperty *
Border End Precedence property.
Owner: FoTable
Flags: Read
“border-end-style”
property“border-end-style” FoProperty *
Border End Style property.
Owner: FoTable
Flags: Read
“border-end-width”
property“border-end-width” FoProperty *
Border End Width property.
Owner: FoTable
Flags: Read
“border-left-color”
property“border-left-color” FoProperty *
Border Left Color property.
Owner: FoTable
Flags: Read
“border-left-style”
property“border-left-style” FoProperty *
Border Left Style property.
Owner: FoTable
Flags: Read
“border-left-width”
property“border-left-width” FoProperty *
Border Left Width property.
Owner: FoTable
Flags: Read
“border-right-color”
property“border-right-color” FoProperty *
Border Right Color property.
Owner: FoTable
Flags: Read
“border-right-style”
property“border-right-style” FoProperty *
Border Right Style property.
Owner: FoTable
Flags: Read
“border-right-width”
property“border-right-width” FoProperty *
Border Right Width property.
Owner: FoTable
Flags: Read
“border-separation”
property“border-separation” FoProperty *
Border Separation property.
Owner: FoTable
Flags: Read
“border-start-color”
property“border-start-color” FoProperty *
Border Start Color property.
Owner: FoTable
Flags: Read
“border-start-precedence”
property“border-start-precedence” FoProperty *
Border Start Precedence property.
Owner: FoTable
Flags: Read
“border-start-style”
property“border-start-style” FoProperty *
Border Start Style property.
Owner: FoTable
Flags: Read
“border-start-width”
property“border-start-width” FoProperty *
Border Start Width property.
Owner: FoTable
Flags: Read
“border-top-color”
property“border-top-color” FoProperty *
Border Top Color property.
Owner: FoTable
Flags: Read
“border-top-style”
property“border-top-style” FoProperty *
Border Top Style property.
Owner: FoTable
Flags: Read
“border-top-width”
property“border-top-width” FoProperty *
Border Top Width property.
Owner: FoTable
Flags: Read
“break-after”
property“break-after” FoProperty *
Break After property.
Owner: FoTable
Flags: Read
“break-before”
property“break-before” FoProperty *
Break Before property.
Owner: FoTable
Flags: Read
“inline-progression-dimension”
property“inline-progression-dimension” FoProperty *
Inline Progression Dimension property.
Owner: FoTable
Flags: Read
“keep-together”
property“keep-together” FoProperty *
Keep Together property.
Owner: FoTable
Flags: Read
“keep-together-within-column”
property“keep-together-within-column” FoProperty *
Keep Together Within Column property.
Owner: FoTable
Flags: Read
“keep-together-within-line”
property“keep-together-within-line” FoProperty *
Keep Together Within Line property.
Owner: FoTable
Flags: Read
“keep-together-within-page”
property“keep-together-within-page” FoProperty *
Keep Together Within Page property.
Owner: FoTable
Flags: Read
“keep-with-next”
property“keep-with-next” FoProperty *
Keep With Next property.
Owner: FoTable
Flags: Read
“keep-with-next-within-column”
property“keep-with-next-within-column” FoProperty *
Keep With Next Within Column property.
Owner: FoTable
Flags: Read
“keep-with-next-within-line”
property“keep-with-next-within-line” FoProperty *
Keep With Next Within Line property.
Owner: FoTable
Flags: Read
“keep-with-next-within-page”
property“keep-with-next-within-page” FoProperty *
Keep With Next Within Page property.
Owner: FoTable
Flags: Read
“keep-with-previous”
property“keep-with-previous” FoProperty *
Keep With Previous property.
Owner: FoTable
Flags: Read
“keep-with-previous-within-column”
property“keep-with-previous-within-column” FoProperty *
Keep With Previous Within Column property.
Owner: FoTable
Flags: Read
“keep-with-previous-within-line”
property“keep-with-previous-within-line” FoProperty *
Keep With Previous Within Line property.
Owner: FoTable
Flags: Read
“keep-with-previous-within-page”
property“keep-with-previous-within-page” FoProperty *
Keep With Previous Within Page property.
Owner: FoTable
Flags: Read
“layout-method”
property“layout-method” FoEnumTableLayoutMethod
Method used when laying out the table.
Owner: FoTable
Flags: Read
Default value: FO_ENUM_TABLE_LAYOUT_METHOD_UNKNOWN
“margin-bottom”
property“margin-bottom” FoProperty *
Margin Bottom property.
Owner: FoTable
Flags: Read
“margin-left”
property“margin-left” FoProperty *
Margin Left property.
Owner: FoTable
Flags: Read
“margin-right”
property“margin-right” FoProperty *
Margin Right property.
Owner: FoTable
Flags: Read
“max-column-number”
property “max-column-number” int
Largest column number registered for table.
Owner: FoTable
Flags: Read
Allowed values: >= 0
Default value: 0
“padding-after”
property“padding-after” FoProperty *
Padding After property.
Owner: FoTable
Flags: Read
“padding-before”
property“padding-before” FoProperty *
Padding Before property.
Owner: FoTable
Flags: Read
“padding-bottom”
property“padding-bottom” FoProperty *
Padding Bottom property.
Owner: FoTable
Flags: Read
“padding-end”
property“padding-end” FoProperty *
Padding End property.
Owner: FoTable
Flags: Read
“padding-left”
property“padding-left” FoProperty *
Padding Left property.
Owner: FoTable
Flags: Read
“padding-right”
property“padding-right” FoProperty *
Padding Right property.
Owner: FoTable
Flags: Read
“padding-start”
property“padding-start” FoProperty *
Padding Start property.
Owner: FoTable
Flags: Read
“padding-top”
property“padding-top” FoProperty *
Padding Top property.
Owner: FoTable
Flags: Read
“source-document”
property“source-document” FoProperty *
Source Document property.
Owner: FoTable
Flags: Read
“space-after”
property“space-after” FoProperty *
Space After property.
Owner: FoTable
Flags: Read
“space-before”
property“space-before” FoProperty *
Space Before property.
Owner: FoTable
Flags: Read
“start-indent”
property“start-indent” FoProperty *
Start Indent property.
Owner: FoTable
Flags: Read
“table-layout”
property“table-layout” FoProperty *
Table Layout property.
Owner: FoTable
Flags: Read
“writing-mode”
property“writing-mode” FoProperty *
Writing Mode property.
Owner: FoTable
Flags: Read