fo-table

fo-table —

Synopsis




enum        FoEnumTableLayoutMethod;
#define     FO_TYPE_ENUM_TABLE_LAYOUT_METHOD
#define     FO_TABLE_ERROR
GQuark      fo_table_error_quark            (void);
enum        FoTableError;
struct      FoTable;
struct      FoTableClass;
GType       fo_table_get_type               (void);
FoFo*       fo_table_new                    (void);
gboolean    fo_table_validate_content_table_row_table_cell
                                            (FoFo *fo,
                                             GError **error);
void        fo_table_resolve_columns        (FoFo *fo,
                                             GError **error);
void        fo_table_span_info_start_row    (FoFo *fo,
                                             GError **error);
gint        fo_table_span_info_resolve_column_number
                                            (FoFo *fo,
                                             FoFo *table_cell,
                                             gint column_number,
                                             gint columns_spanned,
                                             gint rows_spanned,
                                             GError **error);
void        fo_table_span_info_debug_dump   (FoFo *fo,
                                             gint depth);
void        fo_table_add_column             (FoFo *fo,
                                             gint column_number,
                                             gint number_columns_spanned,
                                             FoFo *column);
FoFo*       fo_table_get_column             (FoFo *fo,
                                             gint column_number,
                                             gint number_columns_spanned);
gint        fo_table_get_max_column_number  (FoFo *fo);
FoEnumTableLayoutMethod fo_table_get_layout_method
                                            (FoFo *fo_fo);
gdouble     fo_table_get_proportional_unit  (FoFo *fo);
FoProperty* fo_table_get_background_color   (FoFo *fo_fo);
void        fo_table_set_background_color   (FoFo *fo_fo,
                                             FoProperty *new_background_color);
FoProperty* fo_table_get_background_image   (FoFo *fo_fo);
void        fo_table_set_background_image   (FoFo *fo_fo,
                                             FoProperty *new_background_image);
FoProperty* fo_table_get_block_progression_dimension
                                            (FoFo *fo_fo);
void        fo_table_set_block_progression_dimension
                                            (FoFo *fo_fo,
                                             FoProperty *new_block_progression_dimension);
FoProperty* fo_table_get_border_after_color (FoFo *fo_fo);
void        fo_table_set_border_after_color (FoFo *fo_fo,
                                             FoProperty *new_border_after_color);
FoProperty* fo_table_get_border_after_precedence
                                            (FoFo *fo_fo);
void        fo_table_set_border_after_precedence
                                            (FoFo *fo_fo,
                                             FoProperty *new_border_after_precedence);
FoProperty* fo_table_get_border_after_style (FoFo *fo_fo);
void        fo_table_set_border_after_style (FoFo *fo_fo,
                                             FoProperty *new_border_after_style);
FoProperty* fo_table_get_border_after_width (FoFo *fo_fo);
void        fo_table_set_border_after_width (FoFo *fo_fo,
                                             FoProperty *new_border_after_width);
FoProperty* fo_table_get_border_before_color
                                            (FoFo *fo_fo);
void        fo_table_set_border_before_color
                                            (FoFo *fo_fo,
                                             FoProperty *new_border_before_color);
FoProperty* fo_table_get_border_before_precedence
                                            (FoFo *fo_fo);
void        fo_table_set_border_before_precedence
                                            (FoFo *fo_fo,
                                             FoProperty *new_border_before_precedence);
FoProperty* fo_table_get_border_before_style
                                            (FoFo *fo_fo);
void        fo_table_set_border_before_style
                                            (FoFo *fo_fo,
                                             FoProperty *new_border_before_style);
FoProperty* fo_table_get_border_before_width
                                            (FoFo *fo_fo);
void        fo_table_set_border_before_width
                                            (FoFo *fo_fo,
                                             FoProperty *new_border_before_width);
FoProperty* fo_table_get_border_bottom_color
                                            (FoFo *fo_fo);
void        fo_table_set_border_bottom_color
                                            (FoFo *fo_fo,
                                             FoProperty *new_border_bottom_color);
FoProperty* fo_table_get_border_bottom_style
                                            (FoFo *fo_fo);
void        fo_table_set_border_bottom_style
                                            (FoFo *fo_fo,
                                             FoProperty *new_border_bottom_style);
FoProperty* fo_table_get_border_bottom_width
                                            (FoFo *fo_fo);
void        fo_table_set_border_bottom_width
                                            (FoFo *fo_fo,
                                             FoProperty *new_border_bottom_width);
FoProperty* fo_table_get_border_collapse    (FoFo *fo_fo);
void        fo_table_set_border_collapse    (FoFo *fo_fo,
                                             FoProperty *new_border_collapse);
FoProperty* fo_table_get_border_end_color   (FoFo *fo_fo);
void        fo_table_set_border_end_color   (FoFo *fo_fo,
                                             FoProperty *new_border_end_color);
FoProperty* fo_table_get_border_end_precedence
                                            (FoFo *fo_fo);
void        fo_table_set_border_end_precedence
                                            (FoFo *fo_fo,
                                             FoProperty *new_border_end_precedence);
FoProperty* fo_table_get_border_end_style   (FoFo *fo_fo);
void        fo_table_set_border_end_style   (FoFo *fo_fo,
                                             FoProperty *new_border_end_style);
FoProperty* fo_table_get_border_end_width   (FoFo *fo_fo);
void        fo_table_set_border_end_width   (FoFo *fo_fo,
                                             FoProperty *new_border_end_width);
FoProperty* fo_table_get_border_left_color  (FoFo *fo_fo);
void        fo_table_set_border_left_color  (FoFo *fo_fo,
                                             FoProperty *new_border_left_color);
FoProperty* fo_table_get_border_left_style  (FoFo *fo_fo);
void        fo_table_set_border_left_style  (FoFo *fo_fo,
                                             FoProperty *new_border_left_style);
FoProperty* fo_table_get_border_left_width  (FoFo *fo_fo);
void        fo_table_set_border_left_width  (FoFo *fo_fo,
                                             FoProperty *new_border_left_width);
FoProperty* fo_table_get_border_right_color (FoFo *fo_fo);
void        fo_table_set_border_right_color (FoFo *fo_fo,
                                             FoProperty *new_border_right_color);
FoProperty* fo_table_get_border_right_style (FoFo *fo_fo);
void        fo_table_set_border_right_style (FoFo *fo_fo,
                                             FoProperty *new_border_right_style);
FoProperty* fo_table_get_border_right_width (FoFo *fo_fo);
void        fo_table_set_border_right_width (FoFo *fo_fo,
                                             FoProperty *new_border_right_width);
FoProperty* fo_table_get_border_separation  (FoFo *fo_fo);
void        fo_table_set_border_separation  (FoFo *fo_fo,
                                             FoProperty *new_border_separation);
FoProperty* fo_table_get_border_start_color (FoFo *fo_fo);
void        fo_table_set_border_start_color (FoFo *fo_fo,
                                             FoProperty *new_border_start_color);
FoProperty* fo_table_get_border_start_precedence
                                            (FoFo *fo_fo);
void        fo_table_set_border_start_precedence
                                            (FoFo *fo_fo,
                                             FoProperty *new_border_start_precedence);
FoProperty* fo_table_get_border_start_style (FoFo *fo_fo);
void        fo_table_set_border_start_style (FoFo *fo_fo,
                                             FoProperty *new_border_start_style);
FoProperty* fo_table_get_border_start_width (FoFo *fo_fo);
void        fo_table_set_border_start_width (FoFo *fo_fo,
                                             FoProperty *new_border_start_width);
FoProperty* fo_table_get_border_top_color   (FoFo *fo_fo);
void        fo_table_set_border_top_color   (FoFo *fo_fo,
                                             FoProperty *new_border_top_color);
FoProperty* fo_table_get_border_top_style   (FoFo *fo_fo);
void        fo_table_set_border_top_style   (FoFo *fo_fo,
                                             FoProperty *new_border_top_style);
FoProperty* fo_table_get_border_top_width   (FoFo *fo_fo);
void        fo_table_set_border_top_width   (FoFo *fo_fo,
                                             FoProperty *new_border_top_width);
FoProperty* fo_table_get_break_after        (FoFo *fo_fo);
void        fo_table_set_break_after        (FoFo *fo_fo,
                                             FoProperty *new_break_after);
FoProperty* fo_table_get_break_before       (FoFo *fo_fo);
void        fo_table_set_break_before       (FoFo *fo_fo,
                                             FoProperty *new_break_before);
FoProperty* fo_table_get_end_indent         (FoFo *fo_fo);
void        fo_table_set_end_indent         (FoFo *fo_fo,
                                             FoProperty *new_end_indent);
FoProperty* fo_table_get_height             (FoFo *fo_fo);
void        fo_table_set_height             (FoFo *fo_fo,
                                             FoProperty *new_height);
FoProperty* fo_table_get_id                 (FoFo *fo_fo);
void        fo_table_set_id                 (FoFo *fo_fo,
                                             FoProperty *new_id);
FoProperty* fo_table_get_inline_progression_dimension
                                            (FoFo *fo_fo);
void        fo_table_set_inline_progression_dimension
                                            (FoFo *fo_fo,
                                             FoProperty *new_inline_progression_dimension);
FoProperty* fo_table_get_keep_together      (FoFo *fo_fo);
void        fo_table_set_keep_together      (FoFo *fo_fo,
                                             FoProperty *new_keep_together);
FoProperty* fo_table_get_keep_together_within_column
                                            (FoFo *fo_fo);
void        fo_table_set_keep_together_within_column
                                            (FoFo *fo_fo,
                                             FoProperty *new_keep_together_within_column);
FoProperty* fo_table_get_keep_together_within_line
                                            (FoFo *fo_fo);
void        fo_table_set_keep_together_within_line
                                            (FoFo *fo_fo,
                                             FoProperty *new_keep_together_within_line);
FoProperty* fo_table_get_keep_together_within_page
                                            (FoFo *fo_fo);
void        fo_table_set_keep_together_within_page
                                            (FoFo *fo_fo,
                                             FoProperty *new_keep_together_within_page);
FoProperty* fo_table_get_keep_with_next     (FoFo *fo_fo);
void        fo_table_set_keep_with_next     (FoFo *fo_fo,
                                             FoProperty *new_keep_with_next);
FoProperty* fo_table_get_keep_with_next_within_column
                                            (FoFo *fo_fo);
void        fo_table_set_keep_with_next_within_column
                                            (FoFo *fo_fo,
                                             FoProperty *new_keep_with_next_within_column);
FoProperty* fo_table_get_keep_with_next_within_line
                                            (FoFo *fo_fo);
void        fo_table_set_keep_with_next_within_line
                                            (FoFo *fo_fo,
                                             FoProperty *new_keep_with_next_within_line);
FoProperty* fo_table_get_keep_with_next_within_page
                                            (FoFo *fo_fo);
void        fo_table_set_keep_with_next_within_page
                                            (FoFo *fo_fo,
                                             FoProperty *new_keep_with_next_within_page);
FoProperty* fo_table_get_keep_with_previous (FoFo *fo_fo);
void        fo_table_set_keep_with_previous (FoFo *fo_fo,
                                             FoProperty *new_keep_with_previous);
FoProperty* fo_table_get_keep_with_previous_within_column
                                            (FoFo *fo_fo);
void        fo_table_set_keep_with_previous_within_column
                                            (FoFo *fo_fo,
                                             FoProperty *new_keep_with_previous_within_column);
FoProperty* fo_table_get_keep_with_previous_within_line
                                            (FoFo *fo_fo);
void        fo_table_set_keep_with_previous_within_line
                                            (FoFo *fo_fo,
                                             FoProperty *new_keep_with_previous_within_line);
FoProperty* fo_table_get_keep_with_previous_within_page
                                            (FoFo *fo_fo);
void        fo_table_set_keep_with_previous_within_page
                                            (FoFo *fo_fo,
                                             FoProperty *new_keep_with_previous_within_page);
FoProperty* fo_table_get_margin_bottom      (FoFo *fo_fo);
void        fo_table_set_margin_bottom      (FoFo *fo_fo,
                                             FoProperty *new_margin_bottom);
FoProperty* fo_table_get_margin_left        (FoFo *fo_fo);
void        fo_table_set_margin_left        (FoFo *fo_fo,
                                             FoProperty *new_margin_left);
FoProperty* fo_table_get_margin_right       (FoFo *fo_fo);
void        fo_table_set_margin_right       (FoFo *fo_fo,
                                             FoProperty *new_margin_right);
FoProperty* fo_table_get_margin_top         (FoFo *fo_fo);
void        fo_table_set_margin_top         (FoFo *fo_fo,
                                             FoProperty *new_margin_top);
FoProperty* fo_table_get_padding_after      (FoFo *fo_fo);
void        fo_table_set_padding_after      (FoFo *fo_fo,
                                             FoProperty *new_padding_after);
FoProperty* fo_table_get_padding_before     (FoFo *fo_fo);
void        fo_table_set_padding_before     (FoFo *fo_fo,
                                             FoProperty *new_padding_before);
FoProperty* fo_table_get_padding_bottom     (FoFo *fo_fo);
void        fo_table_set_padding_bottom     (FoFo *fo_fo,
                                             FoProperty *new_padding_bottom);
FoProperty* fo_table_get_padding_end        (FoFo *fo_fo);
void        fo_table_set_padding_end        (FoFo *fo_fo,
                                             FoProperty *new_padding_end);
FoProperty* fo_table_get_padding_left       (FoFo *fo_fo);
void        fo_table_set_padding_left       (FoFo *fo_fo,
                                             FoProperty *new_padding_left);
FoProperty* fo_table_get_padding_right      (FoFo *fo_fo);
void        fo_table_set_padding_right      (FoFo *fo_fo,
                                             FoProperty *new_padding_right);
FoProperty* fo_table_get_padding_start      (FoFo *fo_fo);
void        fo_table_set_padding_start      (FoFo *fo_fo,
                                             FoProperty *new_padding_start);
FoProperty* fo_table_get_padding_top        (FoFo *fo_fo);
void        fo_table_set_padding_top        (FoFo *fo_fo,
                                             FoProperty *new_padding_top);
FoProperty* fo_table_get_role               (FoFo *fo_fo);
void        fo_table_set_role               (FoFo *fo_fo,
                                             FoProperty *new_role);
FoProperty* fo_table_get_source_document    (FoFo *fo_fo);
void        fo_table_set_source_document    (FoFo *fo_fo,
                                             FoProperty *new_source_document);
FoProperty* fo_table_get_space_after        (FoFo *fo_fo);
void        fo_table_set_space_after        (FoFo *fo_fo,
                                             FoProperty *new_space_after);
FoProperty* fo_table_get_space_before       (FoFo *fo_fo);
void        fo_table_set_space_before       (FoFo *fo_fo,
                                             FoProperty *new_space_before);
FoProperty* fo_table_get_start_indent       (FoFo *fo_fo);
void        fo_table_set_start_indent       (FoFo *fo_fo,
                                             FoProperty *new_start_indent);
FoProperty* fo_table_get_table_layout       (FoFo *fo_fo);
void        fo_table_set_table_layout       (FoFo *fo_fo,
                                             FoProperty *new_table_layout);
FoProperty* fo_table_get_width              (FoFo *fo_fo);
void        fo_table_set_width              (FoFo *fo_fo,
                                             FoProperty *new_width);
FoProperty* fo_table_get_writing_mode       (FoFo *fo_fo);
void        fo_table_set_writing_mode       (FoFo *fo_fo,
                                             FoProperty *new_writing_mode);

Description

Details

enum FoEnumTableLayoutMethod

typedef enum {
  FO_ENUM_TABLE_LAYOUT_METHOD_UNKNOWN,
  FO_ENUM_TABLE_LAYOUT_METHOD_AUTOMATIC,
  FO_ENUM_TABLE_LAYOUT_METHOD_FIXED
} FoEnumTableLayoutMethod;


FO_TYPE_ENUM_TABLE_LAYOUT_METHOD

#define     FO_TYPE_ENUM_TABLE_LAYOUT_METHOD


FO_TABLE_ERROR

#define     FO_TABLE_ERROR


fo_table_error_quark ()

GQuark      fo_table_error_quark            (void);

Create and return the GQuark for use as the error domain for table.

Returns : Error domain GQuark.

enum FoTableError

typedef enum
{
  FO_TABLE_ERROR_FAILED,          /* Generic error code */
  FO_TABLE_ERROR_WARNING,         /* Non-fatal error */
  FO_TABLE_ERROR_LAYOUT_METHOD_UNKNOWN,
  FO_TABLE_ERROR_FIXED_NO_COLUMN,
  FO_TABLE_ERROR_MISSING_COLUMN,
  FO_TABLE_ERROR_WIDTH_NOT_LENGTH,
  FO_TABLE_ERROR_NO_AREA,
  FO_TABLE_ERROR_FIXED_BUT_AUTO,
  FO_TABLE_ERROR_AUTOMATIC_NOT_SUPPORTED,
  FO_TABLE_ERROR_SPANNING_CELLS_FILL_ROW,
  FO_TABLE_ERROR_LAST
} FoTableError;


struct FoTable

struct FoTable;


struct FoTableClass

struct FoTableClass;


fo_table_get_type ()

GType       fo_table_get_type               (void);

Register the FoTable object type.

Returns : GType value of the FoTable object type.

fo_table_new ()

FoFo*       fo_table_new                    (void);

Creates a new FoTable initialized to default value.

Returns : the new FoTable.

fo_table_validate_content_table_row_table_cell ()

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+)

fo : FoRoot object to validate.
error : GError indicating error condition, if any.
Returns : FALSE if content model okay, TRUE if not

fo_table_resolve_columns ()

void        fo_table_resolve_columns        (FoFo *fo,
                                             GError **error);

Do housekeeping for table-column FOs now that all FoTableColumn objects have been created.

fo : FoTable for which to resolve columns
error : GError

fo_table_span_info_start_row ()

void        fo_table_span_info_start_row    (FoFo *fo,
                                             GError **error);

Reset span_info of fo at the start of a row.

fo : FoTable for which to reset span_info
error : GError

fo_table_span_info_resolve_column_number ()

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.
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 table_cell.
rows_spanned : Number of rows spanned by table_cell.
error : GError indicating any error condition that occurred.
Returns : The column-number to assign to table_cell.

fo_table_span_info_debug_dump ()

void        fo_table_span_info_debug_dump   (FoFo *fo,
                                             gint depth);

fo :
depth :

fo_table_add_column ()

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 : FoTable
column_number : Column number of column
number_columns_spanned : Number of columns spanned by column
column : FoTableColumn to add to hash

fo_table_get_column ()

FoFo*       fo_table_get_column             (FoFo *fo,
                                             gint column_number,
                                             gint number_columns_spanned);

fo :
column_number :
number_columns_spanned :
Returns :

fo_table_get_max_column_number ()

gint        fo_table_get_max_column_number  (FoFo *fo);

fo :
Returns :

fo_table_get_layout_method ()

FoEnumTableLayoutMethod fo_table_get_layout_method
                                            (FoFo *fo_fo);

Gets the layout-method property of table

fo_fo : The FoFo object
Returns : The "layout-method" property value

fo_table_get_proportional_unit ()

gdouble     fo_table_get_proportional_unit  (FoFo *fo);

fo :
Returns :

fo_table_get_background_color ()

FoProperty* fo_table_get_background_color   (FoFo *fo_fo);

Gets the "background-color" property of fo_fo

fo_fo : The FoFo object
Returns : The "background-color" property value

fo_table_set_background_color ()

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

fo_fo : The FoFo object
new_background_color : The new "background-color" property value

fo_table_get_background_image ()

FoProperty* fo_table_get_background_image   (FoFo *fo_fo);

Gets the "background-image" property of fo_fo

fo_fo : The FoFo object
Returns : The "background-image" property value

fo_table_set_background_image ()

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

fo_fo : The FoFo object
new_background_image : The new "background-image" property value

fo_table_get_block_progression_dimension ()

FoProperty* fo_table_get_block_progression_dimension
                                            (FoFo *fo_fo);

Gets the "block-progression-dimension" property of fo_fo

fo_fo : The FoFo object
Returns : The "block-progression-dimension" property value

fo_table_set_block_progression_dimension ()

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

fo_table_get_border_after_color ()

FoProperty* fo_table_get_border_after_color (FoFo *fo_fo);

Gets the "border-after-color" property of fo_fo

fo_fo : The FoFo object
Returns : The "border-after-color" property value

fo_table_set_border_after_color ()

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

fo_table_get_border_after_precedence ()

FoProperty* fo_table_get_border_after_precedence
                                            (FoFo *fo_fo);

Gets the "border-after-precedence" property of fo_fo

fo_fo : The FoFo object
Returns : The "border-after-precedence" property value

fo_table_set_border_after_precedence ()

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

fo_table_get_border_after_style ()

FoProperty* fo_table_get_border_after_style (FoFo *fo_fo);

Gets the "border-after-style" property of fo_fo

fo_fo : The FoFo object
Returns : The "border-after-style" property value

fo_table_set_border_after_style ()

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

fo_table_get_border_after_width ()

FoProperty* fo_table_get_border_after_width (FoFo *fo_fo);

Gets the "border-after-width" property of fo_fo

fo_fo : The FoFo object
Returns : The "border-after-width" property value

fo_table_set_border_after_width ()

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

fo_table_get_border_before_color ()

FoProperty* fo_table_get_border_before_color
                                            (FoFo *fo_fo);

Gets the "border-before-color" property of fo_fo

fo_fo : The FoFo object
Returns : The "border-before-color" property value

fo_table_set_border_before_color ()

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

fo_table_get_border_before_precedence ()

FoProperty* fo_table_get_border_before_precedence
                                            (FoFo *fo_fo);

Gets the "border-before-precedence" property of fo_fo

fo_fo : The FoFo object
Returns : The "border-before-precedence" property value

fo_table_set_border_before_precedence ()

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

fo_table_get_border_before_style ()

FoProperty* fo_table_get_border_before_style
                                            (FoFo *fo_fo);

Gets the "border-before-style" property of fo_fo

fo_fo : The FoFo object
Returns : The "border-before-style" property value

fo_table_set_border_before_style ()

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

fo_table_get_border_before_width ()

FoProperty* fo_table_get_border_before_width
                                            (FoFo *fo_fo);

Gets the "border-before-width" property of fo_fo

fo_fo : The FoFo object
Returns : The "border-before-width" property value

fo_table_set_border_before_width ()

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

fo_table_get_border_bottom_color ()

FoProperty* fo_table_get_border_bottom_color
                                            (FoFo *fo_fo);

Gets the "border-bottom-color" property of fo_fo

fo_fo : The FoFo object
Returns : The "border-bottom-color" property value

fo_table_set_border_bottom_color ()

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

fo_table_get_border_bottom_style ()

FoProperty* fo_table_get_border_bottom_style
                                            (FoFo *fo_fo);

Gets the "border-bottom-style" property of fo_fo

fo_fo : The FoFo object
Returns : The "border-bottom-style" property value

fo_table_set_border_bottom_style ()

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

fo_table_get_border_bottom_width ()

FoProperty* fo_table_get_border_bottom_width
                                            (FoFo *fo_fo);

Gets the "border-bottom-width" property of fo_fo

fo_fo : The FoFo object
Returns : The "border-bottom-width" property value

fo_table_set_border_bottom_width ()

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

fo_table_get_border_collapse ()

FoProperty* fo_table_get_border_collapse    (FoFo *fo_fo);

Gets the "border-collapse" property of fo_fo

fo_fo : The FoFo object
Returns : The "border-collapse" property value

fo_table_set_border_collapse ()

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

fo_fo : The FoFo object
new_border_collapse : The new "border-collapse" property value

fo_table_get_border_end_color ()

FoProperty* fo_table_get_border_end_color   (FoFo *fo_fo);

Gets the "border-end-color" property of fo_fo

fo_fo : The FoFo object
Returns : The "border-end-color" property value

fo_table_set_border_end_color ()

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

fo_fo : The FoFo object
new_border_end_color : The new "border-end-color" property value

fo_table_get_border_end_precedence ()

FoProperty* fo_table_get_border_end_precedence
                                            (FoFo *fo_fo);

Gets the "border-end-precedence" property of fo_fo

fo_fo : The FoFo object
Returns : The "border-end-precedence" property value

fo_table_set_border_end_precedence ()

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

fo_table_get_border_end_style ()

FoProperty* fo_table_get_border_end_style   (FoFo *fo_fo);

Gets the "border-end-style" property of fo_fo

fo_fo : The FoFo object
Returns : The "border-end-style" property value

fo_table_set_border_end_style ()

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

fo_fo : The FoFo object
new_border_end_style : The new "border-end-style" property value

fo_table_get_border_end_width ()

FoProperty* fo_table_get_border_end_width   (FoFo *fo_fo);

Gets the "border-end-width" property of fo_fo

fo_fo : The FoFo object
Returns : The "border-end-width" property value

fo_table_set_border_end_width ()

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

fo_fo : The FoFo object
new_border_end_width : The new "border-end-width" property value

fo_table_get_border_left_color ()

FoProperty* fo_table_get_border_left_color  (FoFo *fo_fo);

Gets the "border-left-color" property of fo_fo

fo_fo : The FoFo object
Returns : The "border-left-color" property value

fo_table_set_border_left_color ()

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

fo_fo : The FoFo object
new_border_left_color : The new "border-left-color" property value

fo_table_get_border_left_style ()

FoProperty* fo_table_get_border_left_style  (FoFo *fo_fo);

Gets the "border-left-style" property of fo_fo

fo_fo : The FoFo object
Returns : The "border-left-style" property value

fo_table_set_border_left_style ()

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

fo_fo : The FoFo object
new_border_left_style : The new "border-left-style" property value

fo_table_get_border_left_width ()

FoProperty* fo_table_get_border_left_width  (FoFo *fo_fo);

Gets the "border-left-width" property of fo_fo

fo_fo : The FoFo object
Returns : The "border-left-width" property value

fo_table_set_border_left_width ()

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

fo_fo : The FoFo object
new_border_left_width : The new "border-left-width" property value

fo_table_get_border_right_color ()

FoProperty* fo_table_get_border_right_color (FoFo *fo_fo);

Gets the "border-right-color" property of fo_fo

fo_fo : The FoFo object
Returns : The "border-right-color" property value

fo_table_set_border_right_color ()

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

fo_table_get_border_right_style ()

FoProperty* fo_table_get_border_right_style (FoFo *fo_fo);

Gets the "border-right-style" property of fo_fo

fo_fo : The FoFo object
Returns : The "border-right-style" property value

fo_table_set_border_right_style ()

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

fo_table_get_border_right_width ()

FoProperty* fo_table_get_border_right_width (FoFo *fo_fo);

Gets the "border-right-width" property of fo_fo

fo_fo : The FoFo object
Returns : The "border-right-width" property value

fo_table_set_border_right_width ()

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

fo_table_get_border_separation ()

FoProperty* fo_table_get_border_separation  (FoFo *fo_fo);

Gets the "border-separation" property of fo_fo

fo_fo : The FoFo object
Returns : The "border-separation" property value

fo_table_set_border_separation ()

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

fo_fo : The FoFo object
new_border_separation : The new "border-separation" property value

fo_table_get_border_start_color ()

FoProperty* fo_table_get_border_start_color (FoFo *fo_fo);

Gets the "border-start-color" property of fo_fo

fo_fo : The FoFo object
Returns : The "border-start-color" property value

fo_table_set_border_start_color ()

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

fo_table_get_border_start_precedence ()

FoProperty* fo_table_get_border_start_precedence
                                            (FoFo *fo_fo);

Gets the "border-start-precedence" property of fo_fo

fo_fo : The FoFo object
Returns : The "border-start-precedence" property value

fo_table_set_border_start_precedence ()

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

fo_table_get_border_start_style ()

FoProperty* fo_table_get_border_start_style (FoFo *fo_fo);

Gets the "border-start-style" property of fo_fo

fo_fo : The FoFo object
Returns : The "border-start-style" property value

fo_table_set_border_start_style ()

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

fo_table_get_border_start_width ()

FoProperty* fo_table_get_border_start_width (FoFo *fo_fo);

Gets the "border-start-width" property of fo_fo

fo_fo : The FoFo object
Returns : The "border-start-width" property value

fo_table_set_border_start_width ()

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

fo_table_get_border_top_color ()

FoProperty* fo_table_get_border_top_color   (FoFo *fo_fo);

Gets the "border-top-color" property of fo_fo

fo_fo : The FoFo object
Returns : The "border-top-color" property value

fo_table_set_border_top_color ()

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

fo_fo : The FoFo object
new_border_top_color : The new "border-top-color" property value

fo_table_get_border_top_style ()

FoProperty* fo_table_get_border_top_style   (FoFo *fo_fo);

Gets the "border-top-style" property of fo_fo

fo_fo : The FoFo object
Returns : The "border-top-style" property value

fo_table_set_border_top_style ()

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

fo_fo : The FoFo object
new_border_top_style : The new "border-top-style" property value

fo_table_get_border_top_width ()

FoProperty* fo_table_get_border_top_width   (FoFo *fo_fo);

Gets the "border-top-width" property of fo_fo

fo_fo : The FoFo object
Returns : The "border-top-width" property value

fo_table_set_border_top_width ()

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

fo_fo : The FoFo object
new_border_top_width : The new "border-top-width" property value

fo_table_get_break_after ()

FoProperty* fo_table_get_break_after        (FoFo *fo_fo);

Gets the "break-after" property of fo_fo

fo_fo : The FoFo object
Returns : The "break-after" property value

fo_table_set_break_after ()

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

fo_fo : The FoFo object
new_break_after : The new "break-after" property value

fo_table_get_break_before ()

FoProperty* fo_table_get_break_before       (FoFo *fo_fo);

Gets the "break-before" property of fo_fo

fo_fo : The FoFo object
Returns : The "break-before" property value

fo_table_set_break_before ()

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

fo_fo : The FoFo object
new_break_before : The new "break-before" property value

fo_table_get_end_indent ()

FoProperty* fo_table_get_end_indent         (FoFo *fo_fo);

Gets the "end-indent" property of fo_fo

fo_fo : The FoFo object
Returns : The "end-indent" property value

fo_table_set_end_indent ()

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

fo_fo : The FoFo object
new_end_indent : The new "end-indent" property value

fo_table_get_height ()

FoProperty* fo_table_get_height             (FoFo *fo_fo);

Gets the "height" property of fo_fo

fo_fo : The FoFo object
Returns : The "height" property value

fo_table_set_height ()

void        fo_table_set_height             (FoFo *fo_fo,
                                             FoProperty *new_height);

Sets the "height" property of fo_fo to new_height

fo_fo : The FoFo object
new_height : The new "height" property value

fo_table_get_id ()

FoProperty* fo_table_get_id                 (FoFo *fo_fo);

Gets the "id" property of fo_fo

fo_fo : The FoFo object
Returns : The "id" property value

fo_table_set_id ()

void        fo_table_set_id                 (FoFo *fo_fo,
                                             FoProperty *new_id);

Sets the "id" property of fo_fo to new_id

fo_fo : The FoFo object
new_id : The new "id" property value

fo_table_get_inline_progression_dimension ()

FoProperty* fo_table_get_inline_progression_dimension
                                            (FoFo *fo_fo);

Gets the "inline-progression-dimension" property of fo_fo

fo_fo : The FoFo object
Returns : The "inline-progression-dimension" property value

fo_table_set_inline_progression_dimension ()

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

fo_table_get_keep_together ()

FoProperty* fo_table_get_keep_together      (FoFo *fo_fo);

Gets the "keep-together" property of fo_fo

fo_fo : The FoFo object
Returns : The "keep-together" property value

fo_table_set_keep_together ()

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

fo_fo : The FoFo object
new_keep_together : The new "keep-together" property value

fo_table_get_keep_together_within_column ()

FoProperty* fo_table_get_keep_together_within_column
                                            (FoFo *fo_fo);

Gets the "keep-together-within-column" property of fo_fo

fo_fo : The FoFo object
Returns : The "keep-together-within-column" property value

fo_table_set_keep_together_within_column ()

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

fo_table_get_keep_together_within_line ()

FoProperty* fo_table_get_keep_together_within_line
                                            (FoFo *fo_fo);

Gets the "keep-together-within-line" property of fo_fo

fo_fo : The FoFo object
Returns : The "keep-together-within-line" property value

fo_table_set_keep_together_within_line ()

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

fo_table_get_keep_together_within_page ()

FoProperty* fo_table_get_keep_together_within_page
                                            (FoFo *fo_fo);

Gets the "keep-together-within-page" property of fo_fo

fo_fo : The FoFo object
Returns : The "keep-together-within-page" property value

fo_table_set_keep_together_within_page ()

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

fo_table_get_keep_with_next ()

FoProperty* fo_table_get_keep_with_next     (FoFo *fo_fo);

Gets the "keep-with-next" property of fo_fo

fo_fo : The FoFo object
Returns : The "keep-with-next" property value

fo_table_set_keep_with_next ()

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

fo_fo : The FoFo object
new_keep_with_next : The new "keep-with-next" property value

fo_table_get_keep_with_next_within_column ()

FoProperty* fo_table_get_keep_with_next_within_column
                                            (FoFo *fo_fo);

Gets the "keep-with-next-within-column" property of fo_fo

fo_fo : The FoFo object
Returns : The "keep-with-next-within-column" property value

fo_table_set_keep_with_next_within_column ()

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

fo_table_get_keep_with_next_within_line ()

FoProperty* fo_table_get_keep_with_next_within_line
                                            (FoFo *fo_fo);

Gets the "keep-with-next-within-line" property of fo_fo

fo_fo : The FoFo object
Returns : The "keep-with-next-within-line" property value

fo_table_set_keep_with_next_within_line ()

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

fo_table_get_keep_with_next_within_page ()

FoProperty* fo_table_get_keep_with_next_within_page
                                            (FoFo *fo_fo);

Gets the "keep-with-next-within-page" property of fo_fo

fo_fo : The FoFo object
Returns : The "keep-with-next-within-page" property value

fo_table_set_keep_with_next_within_page ()

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

fo_table_get_keep_with_previous ()

FoProperty* fo_table_get_keep_with_previous (FoFo *fo_fo);

Gets the "keep-with-previous" property of fo_fo

fo_fo : The FoFo object
Returns : The "keep-with-previous" property value

fo_table_set_keep_with_previous ()

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

fo_table_get_keep_with_previous_within_column ()

FoProperty* fo_table_get_keep_with_previous_within_column
                                            (FoFo *fo_fo);

Gets the "keep-with-previous-within-column" property of fo_fo

fo_fo : The FoFo object
Returns : The "keep-with-previous-within-column" property value

fo_table_set_keep_with_previous_within_column ()

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

fo_table_get_keep_with_previous_within_line ()

FoProperty* fo_table_get_keep_with_previous_within_line
                                            (FoFo *fo_fo);

Gets the "keep-with-previous-within-line" property of fo_fo

fo_fo : The FoFo object
Returns : The "keep-with-previous-within-line" property value

fo_table_set_keep_with_previous_within_line ()

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

fo_table_get_keep_with_previous_within_page ()

FoProperty* fo_table_get_keep_with_previous_within_page
                                            (FoFo *fo_fo);

Gets the "keep-with-previous-within-page" property of fo_fo

fo_fo : The FoFo object
Returns : The "keep-with-previous-within-page" property value

fo_table_set_keep_with_previous_within_page ()

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

fo_table_get_margin_bottom ()

FoProperty* fo_table_get_margin_bottom      (FoFo *fo_fo);

Gets the "margin-bottom" property of fo_fo

fo_fo : The FoFo object
Returns : The "margin-bottom" property value

fo_table_set_margin_bottom ()

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

fo_fo : The FoFo object
new_margin_bottom : The new "margin-bottom" property value

fo_table_get_margin_left ()

FoProperty* fo_table_get_margin_left        (FoFo *fo_fo);

Gets the "margin-left" property of fo_fo

fo_fo : The FoFo object
Returns : The "margin-left" property value

fo_table_set_margin_left ()

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

fo_fo : The FoFo object
new_margin_left : The new "margin-left" property value

fo_table_get_margin_right ()

FoProperty* fo_table_get_margin_right       (FoFo *fo_fo);

Gets the "margin-right" property of fo_fo

fo_fo : The FoFo object
Returns : The "margin-right" property value

fo_table_set_margin_right ()

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

fo_fo : The FoFo object
new_margin_right : The new "margin-right" property value

fo_table_get_margin_top ()

FoProperty* fo_table_get_margin_top         (FoFo *fo_fo);

Gets the "margin-top" property of fo_fo

fo_fo : The FoFo object
Returns : The "margin-top" property value

fo_table_set_margin_top ()

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

fo_fo : The FoFo object
new_margin_top : The new "margin-top" property value

fo_table_get_padding_after ()

FoProperty* fo_table_get_padding_after      (FoFo *fo_fo);

Gets the "padding-after" property of fo_fo

fo_fo : The FoFo object
Returns : The "padding-after" property value

fo_table_set_padding_after ()

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

fo_fo : The FoFo object
new_padding_after : The new "padding-after" property value

fo_table_get_padding_before ()

FoProperty* fo_table_get_padding_before     (FoFo *fo_fo);

Gets the "padding-before" property of fo_fo

fo_fo : The FoFo object
Returns : The "padding-before" property value

fo_table_set_padding_before ()

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

fo_fo : The FoFo object
new_padding_before : The new "padding-before" property value

fo_table_get_padding_bottom ()

FoProperty* fo_table_get_padding_bottom     (FoFo *fo_fo);

Gets the "padding-bottom" property of fo_fo

fo_fo : The FoFo object
Returns : The "padding-bottom" property value

fo_table_set_padding_bottom ()

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

fo_fo : The FoFo object
new_padding_bottom : The new "padding-bottom" property value

fo_table_get_padding_end ()

FoProperty* fo_table_get_padding_end        (FoFo *fo_fo);

Gets the "padding-end" property of fo_fo

fo_fo : The FoFo object
Returns : The "padding-end" property value

fo_table_set_padding_end ()

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

fo_fo : The FoFo object
new_padding_end : The new "padding-end" property value

fo_table_get_padding_left ()

FoProperty* fo_table_get_padding_left       (FoFo *fo_fo);

Gets the "padding-left" property of fo_fo

fo_fo : The FoFo object
Returns : The "padding-left" property value

fo_table_set_padding_left ()

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

fo_fo : The FoFo object
new_padding_left : The new "padding-left" property value

fo_table_get_padding_right ()

FoProperty* fo_table_get_padding_right      (FoFo *fo_fo);

Gets the "padding-right" property of fo_fo

fo_fo : The FoFo object
Returns : The "padding-right" property value

fo_table_set_padding_right ()

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

fo_fo : The FoFo object
new_padding_right : The new "padding-right" property value

fo_table_get_padding_start ()

FoProperty* fo_table_get_padding_start      (FoFo *fo_fo);

Gets the "padding-start" property of fo_fo

fo_fo : The FoFo object
Returns : The "padding-start" property value

fo_table_set_padding_start ()

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

fo_fo : The FoFo object
new_padding_start : The new "padding-start" property value

fo_table_get_padding_top ()

FoProperty* fo_table_get_padding_top        (FoFo *fo_fo);

Gets the "padding-top" property of fo_fo

fo_fo : The FoFo object
Returns : The "padding-top" property value

fo_table_set_padding_top ()

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

fo_fo : The FoFo object
new_padding_top : The new "padding-top" property value

fo_table_get_role ()

FoProperty* fo_table_get_role               (FoFo *fo_fo);

Gets the "role" property of fo_fo

fo_fo : The FoFo object
Returns : The "role" property value

fo_table_set_role ()

void        fo_table_set_role               (FoFo *fo_fo,
                                             FoProperty *new_role);

Sets the "role" property of fo_fo to new_role

fo_fo : The FoFo object
new_role : The new "role" property value

fo_table_get_source_document ()

FoProperty* fo_table_get_source_document    (FoFo *fo_fo);

Gets the "source-document" property of fo_fo

fo_fo : The FoFo object
Returns : The "source-document" property value

fo_table_set_source_document ()

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

fo_fo : The FoFo object
new_source_document : The new "source-document" property value

fo_table_get_space_after ()

FoProperty* fo_table_get_space_after        (FoFo *fo_fo);

Gets the "space-after" property of fo_fo

fo_fo : The FoFo object
Returns : The "space-after" property value

fo_table_set_space_after ()

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

fo_fo : The FoFo object
new_space_after : The new "space-after" property value

fo_table_get_space_before ()

FoProperty* fo_table_get_space_before       (FoFo *fo_fo);

Gets the "space-before" property of fo_fo

fo_fo : The FoFo object
Returns : The "space-before" property value

fo_table_set_space_before ()

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

fo_fo : The FoFo object
new_space_before : The new "space-before" property value

fo_table_get_start_indent ()

FoProperty* fo_table_get_start_indent       (FoFo *fo_fo);

Gets the "start-indent" property of fo_fo

fo_fo : The FoFo object
Returns : The "start-indent" property value

fo_table_set_start_indent ()

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

fo_fo : The FoFo object
new_start_indent : The new "start-indent" property value

fo_table_get_table_layout ()

FoProperty* fo_table_get_table_layout       (FoFo *fo_fo);

Gets the "table-layout" property of fo_fo

fo_fo : The FoFo object
Returns : The "table-layout" property value

fo_table_set_table_layout ()

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

fo_fo : The FoFo object
new_table_layout : The new "table-layout" property value

fo_table_get_width ()

FoProperty* fo_table_get_width              (FoFo *fo_fo);

Gets the "width" property of fo_fo

fo_fo : The FoFo object
Returns : The "width" property value

fo_table_set_width ()

void        fo_table_set_width              (FoFo *fo_fo,
                                             FoProperty *new_width);

Sets the "width" property of fo_fo to new_width

fo_fo : The FoFo object
new_width : The new "width" property value

fo_table_get_writing_mode ()

FoProperty* fo_table_get_writing_mode       (FoFo *fo_fo);

Gets the "writing-mode" property of fo_fo

fo_fo : The FoFo object
Returns : The "writing-mode" property value

fo_table_set_writing_mode ()

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

fo_fo : The FoFo object
new_writing_mode : The new "writing-mode" property value