TableTDElement

TableTDElement class

Represents TD structure element in logical structure of the table.

The TableTDElement type exposes the following members:

Properties

NameDescription
parent_elementNone
child_elementsNone
default_attribute_ownerNone
attributesNone
structure_typeNone
idNone
titleNone
languageNone
alternative_textNone
expansion_textNone
actual_textNone
background_colorGets or sets the cell background color.
borderGets or sets the cell border.
is_no_borderGets or sets the cell have border.
marginGets or sets the padding.
alignmentGets or sets the cell alignment.
default_cell_text_stateGets or sets the default cell text state.
is_word_wrappedGets or sets the cell’s text word wrapped.
vertical_alignmentGets or sets the vertical alignment.
col_spanGets or sets the column span.
row_spanGets or sets the row span.
structure_text_stateGets

Methods

NameDescription
append_child(element)None
change_parent_element(new_parent_element)None
generate_id()None
set_id(id)None
clear_id()None
set_tag(new_tag)None
set_text(text)Appends text content to current text element.

See Also