TableElement

TableElement class

Represents Table structure element in logical structure.

The TableElement type exposes the following members:

Properties

NameDescription
parent_elementNone
child_elementsNone
default_attribute_ownerGets
attributesGets
structure_typeGets type of structure element.
idGets the ID for structure element.
titleGets or sets the title for structure element.
languageGets or sets the language for structure element.
alternative_textGets or sets the alternative text for structure element.
expansion_textGets or sets the expansion text for structure element.
actual_textGets or sets the actual text for structure element.
background_colorGets or sets the table background color.
borderGets or sets the table border.
alignmentGets or sets the table alignment.
corner_styleGets or sets the styles of the border corners
brokenGets or sets table vertial broken;
column_adjustmentGets or sets the table column adjustment.
column_widthsGets the column widths of the table.
default_cell_borderGets default cell border.
default_cell_paddingGets or sets the default cell padding.
default_cell_text_stateGets or sets the default cell text state.
default_column_widthGets or sets default column width.
is_brokenGets or sets the table is broken - will be truncated for next page.
is_borders_includedGets or sets border included in column widhts.
leftGets or sets the table left coordinate.
topGets or sets the table top coordinate.
repeating_columns_countGets or sets the maximum columns count for table.
repeating_rows_countGets the first rows count repeated for several pages.
repeating_rows_styleGets the style for repeating rows.

Methods

NameDescription
append_child(element)None
change_parent_element(new_parent_element)Change parent element for current structure element
generate_id()Generate ID for structure element.
set_id(id)Sets ID for structure element.
clear_id()Clear ID for structure element.
set_tag(new_tag)Sets custom tag for structure element.
create_t_head()Creates TableTHeadElement and added it to current table.
create_t_body()Creates TableTHeadElement and added it to current table.
create_t_foot()Creates TableTFootElement and added it to current table.

See Also