table

table

Synopsis

enum                FoEnumTableLayoutMethod;
#define             FO_TYPE_ENUM_TABLE_LAYOUT_METHOD
#define             FO_TABLE_ERROR
GQuark              fo_table_error_quark                (void);
enum                FoTableError;
                    FoTable;
                    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);

Object Hierarchy

  GObject
   +----FoObject
         +----FoNode
               +----FoFo
                     +----FoMarkerParent
                           +----FoTable

Implemented Interfaces

FoTable implements FoBlockFoIface and FoTableBorderFoIface.

Properties

  "background-color"         FoProperty*           : Read
  "background-image"         FoProperty*           : Read
  "block-progression-dimension" FoProperty*           : Read
  "border-after-color"       FoProperty*           : Read
  "border-after-precedence"  FoProperty*           : Read
  "border-after-style"       FoProperty*           : Read
  "border-after-width"       FoProperty*           : Read
  "border-before-color"      FoProperty*           : Read
  "border-before-precedence" FoProperty*           : Read
  "border-before-style"      FoProperty*           : Read
  "border-before-width"      FoProperty*           : Read
  "border-bottom-color"      FoProperty*           : Read
  "border-bottom-style"      FoProperty*           : Read
  "border-bottom-width"      FoProperty*           : Read
  "border-collapse"          FoProperty*           : Read
  "border-end-color"         FoProperty*           : Read
  "border-end-precedence"    FoProperty*           : Read
  "border-end-style"         FoProperty*           : Read
  "border-end-width"         FoProperty*           : Read
  "border-left-color"        FoProperty*           : Read
  "border-left-style"        FoProperty*           : Read
  "border-left-width"        FoProperty*           : Read
  "border-right-color"       FoProperty*           : Read
  "border-right-style"       FoProperty*           : Read
  "border-right-width"       FoProperty*           : Read
  "border-separation"        FoProperty*           : Read
  "border-start-color"       FoProperty*           : Read
  "border-start-precedence"  FoProperty*           : Read
  "border-start-style"       FoProperty*           : Read
  "border-start-width"       FoProperty*           : Read
  "border-top-color"         FoProperty*           : Read
  "border-top-style"         FoProperty*           : Read
  "border-top-width"         FoProperty*           : Read
  "break-after"              FoProperty*           : Read
  "break-before"             FoProperty*           : Read
  "end-indent"               FoProperty*           : Read
  "height"                   FoProperty*           : Read
  "id"                       FoProperty*           : Read
  "inline-progression-dimension" FoProperty*           : Read
  "keep-together"            FoProperty*           : Read
  "keep-together-within-column" FoProperty*           : Read
  "keep-together-within-line" FoProperty*           : Read
  "keep-together-within-page" FoProperty*           : Read
  "keep-with-next"           FoProperty*           : Read
  "keep-with-next-within-column" FoProperty*           : Read
  "keep-with-next-within-line" FoProperty*           : Read
  "keep-with-next-within-page" FoProperty*           : Read
  "keep-with-previous"       FoProperty*           : Read
  "keep-with-previous-within-column" FoProperty*           : Read
  "keep-with-previous-within-line" FoProperty*           : Read
  "keep-with-previous-within-page" FoProperty*           : Read
  "layout-method"            FoEnumTableLayoutMethod  : Read
  "margin-bottom"            FoProperty*           : Read
  "margin-left"              FoProperty*           : Read
  "margin-right"             FoProperty*           : Read
  "margin-top"               FoProperty*           : Read
  "max-column-number"        gint                  : Read
  "padding-after"            FoProperty*           : Read
  "padding-before"           FoProperty*           : Read
  "padding-bottom"           FoProperty*           : Read
  "padding-end"              FoProperty*           : Read
  "padding-left"             FoProperty*           : Read
  "padding-right"            FoProperty*           : Read
  "padding-start"            FoProperty*           : Read
  "padding-top"              FoProperty*           : Read
  "role"                     FoProperty*           : Read
  "source-document"          FoProperty*           : Read
  "space-after"              FoProperty*           : Read
  "space-before"             FoProperty*           : Read
  "start-indent"             FoProperty*           : Read
  "table-layout"             FoProperty*           : Read
  "width"                    FoProperty*           : Read
  "writing-mode"             FoProperty*           : Read

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_enum_table_layout_method_get_type ()


FO_TABLE_ERROR

#define FO_TABLE_ERROR fo_table_error_quark ()


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_SPANNING_CELLS_FILL_ROW,
  FO_TABLE_ERROR_FALLBACK_TO_FIXED,
  FO_TABLE_ERROR_INLINE_PROGRESSION_DIRECTION,
  FO_TABLE_ERROR_LAST
} FoTableError;


FoTable

typedef struct _FoTable FoTable;


FoTableClass

typedef struct _FoTableClass 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);

Dump info about the spans used in the table.

fo :

FoTable for which to dump span info.

depth :

Relative indent to add to output.

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

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

Returns :

FoTableColumn object

fo_table_get_max_column_number ()

gint                fo_table_get_max_column_number      (FoFo *fo);

Get highest column number of columns registered with table using fo_table_add_column.

fo :

FoTable that has hash of columns

Returns :

Highest column number registered using fo_table_add_column

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

Get the length in points of one proportional unit for fo.

fo :

FoTable for which to get proportional unit.

Returns :

The length in points of one proportional unit.

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

Property Details

The "background-color" property

  "background-color"         FoProperty*           : Read

Background Color property.


The "background-image" property

  "background-image"         FoProperty*           : Read

Background Image property.


The "block-progression-dimension" property

  "block-progression-dimension" FoProperty*           : Read

Block Progression Dimension property.


The "border-after-color" property

  "border-after-color"       FoProperty*           : Read

Border After Color property.


The "border-after-precedence" property

  "border-after-precedence"  FoProperty*           : Read

Border After Precedence property.


The "border-after-style" property

  "border-after-style"       FoProperty*           : Read

Border After Style property.


The "border-after-width" property

  "border-after-width"       FoProperty*           : Read

Border After Width property.


The "border-before-color" property

  "border-before-color"      FoProperty*           : Read

Border Before Color property.


The "border-before-precedence" property

  "border-before-precedence" FoProperty*           : Read

Border Before Precedence property.


The "border-before-style" property

  "border-before-style"      FoProperty*           : Read

Border Before Style property.


The "border-before-width" property

  "border-before-width"      FoProperty*           : Read

Border Before Width property.


The "border-bottom-color" property

  "border-bottom-color"      FoProperty*           : Read

Border Bottom Color property.


The "border-bottom-style" property

  "border-bottom-style"      FoProperty*           : Read

Border Bottom Style property.


The "border-bottom-width" property

  "border-bottom-width"      FoProperty*           : Read

Border Bottom Width property.


The "border-collapse" property

  "border-collapse"          FoProperty*           : Read

Border Collapse property.


The "border-end-color" property

  "border-end-color"         FoProperty*           : Read

Border End Color property.


The "border-end-precedence" property

  "border-end-precedence"    FoProperty*           : Read

Border End Precedence property.


The "border-end-style" property

  "border-end-style"         FoProperty*           : Read

Border End Style property.


The "border-end-width" property

  "border-end-width"         FoProperty*           : Read

Border End Width property.


The "border-left-color" property

  "border-left-color"        FoProperty*           : Read

Border Left Color property.


The "border-left-style" property

  "border-left-style"        FoProperty*           : Read

Border Left Style property.


The "border-left-width" property

  "border-left-width"        FoProperty*           : Read

Border Left Width property.


The "border-right-color" property

  "border-right-color"       FoProperty*           : Read

Border Right Color property.


The "border-right-style" property

  "border-right-style"       FoProperty*           : Read

Border Right Style property.


The "border-right-width" property

  "border-right-width"       FoProperty*           : Read

Border Right Width property.


The "border-separation" property

  "border-separation"        FoProperty*           : Read

Border Separation property.


The "border-start-color" property

  "border-start-color"       FoProperty*           : Read

Border Start Color property.


The "border-start-precedence" property

  "border-start-precedence"  FoProperty*           : Read

Border Start Precedence property.


The "border-start-style" property

  "border-start-style"       FoProperty*           : Read

Border Start Style property.


The "border-start-width" property

  "border-start-width"       FoProperty*           : Read

Border Start Width property.


The "border-top-color" property

  "border-top-color"         FoProperty*           : Read

Border Top Color property.


The "border-top-style" property

  "border-top-style"         FoProperty*           : Read

Border Top Style property.


The "border-top-width" property

  "border-top-width"         FoProperty*           : Read

Border Top Width property.


The "break-after" property

  "break-after"              FoProperty*           : Read

Break After property.


The "break-before" property

  "break-before"             FoProperty*           : Read

Break Before property.


The "end-indent" property

  "end-indent"               FoProperty*           : Read

End Indent property.


The "height" property

  "height"                   FoProperty*           : Read

Height property.


The "id" property

  "id"                       FoProperty*           : Read

Id property.


The "inline-progression-dimension" property

  "inline-progression-dimension" FoProperty*           : Read

Inline Progression Dimension property.


The "keep-together" property

  "keep-together"            FoProperty*           : Read

Keep Together property.


The "keep-together-within-column" property

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

Keep Together Within Column property.


The "keep-together-within-line" property

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

Keep Together Within Line property.


The "keep-together-within-page" property

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

Keep Together Within Page property.


The "keep-with-next" property

  "keep-with-next"           FoProperty*           : Read

Keep With Next property.


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

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

Keep With Next Within Column property.


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

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

Keep With Next Within Line property.


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

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

Keep With Next Within Page property.


The "keep-with-previous" property

  "keep-with-previous"       FoProperty*           : Read

Keep With Previous property.


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

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

Keep With Previous Within Column property.


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

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

Keep With Previous Within Line property.


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

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

Keep With Previous Within Page property.


The "layout-method" property

  "layout-method"            FoEnumTableLayoutMethod  : Read

Method used when laying out the table.

Default value: FO_ENUM_TABLE_LAYOUT_METHOD_UNKNOWN


The "margin-bottom" property

  "margin-bottom"            FoProperty*           : Read

Margin Bottom property.


The "margin-left" property

  "margin-left"              FoProperty*           : Read

Margin Left property.


The "margin-right" property

  "margin-right"             FoProperty*           : Read

Margin Right property.


The "margin-top" property

  "margin-top"               FoProperty*           : Read

Margin Top property.


The "max-column-number" property

  "max-column-number"        gint                  : Read

Largest column number registered for table.

Allowed values: >= 0

Default value: 0


The "padding-after" property

  "padding-after"            FoProperty*           : Read

Padding After property.


The "padding-before" property

  "padding-before"           FoProperty*           : Read

Padding Before property.


The "padding-bottom" property

  "padding-bottom"           FoProperty*           : Read

Padding Bottom property.


The "padding-end" property

  "padding-end"              FoProperty*           : Read

Padding End property.


The "padding-left" property

  "padding-left"             FoProperty*           : Read

Padding Left property.


The "padding-right" property

  "padding-right"            FoProperty*           : Read

Padding Right property.


The "padding-start" property

  "padding-start"            FoProperty*           : Read

Padding Start property.


The "padding-top" property

  "padding-top"              FoProperty*           : Read

Padding Top property.


The "role" property

  "role"                     FoProperty*           : Read

Role property.


The "source-document" property

  "source-document"          FoProperty*           : Read

Source Document property.


The "space-after" property

  "space-after"              FoProperty*           : Read

Space After property.


The "space-before" property

  "space-before"             FoProperty*           : Read

Space Before property.


The "start-indent" property

  "start-indent"             FoProperty*           : Read

Start Indent property.


The "table-layout" property

  "table-layout"             FoProperty*           : Read

Table Layout property.


The "width" property

  "width"                    FoProperty*           : Read

Width property.


The "writing-mode" property

  "writing-mode"             FoProperty*           : Read

Writing Mode property.