TableTRElement
Contents
[
Hide
]TableTRElement class
Represents TR structure element in logical structure of the table.
The TableTRElement type exposes the following members:
Properties
Name | Description |
---|---|
parent_element | None |
child_elements | None |
default_attribute_owner | Gets |
attributes | Gets |
structure_type | Gets type of structure element. |
id | Gets the ID for structure element. |
title | Gets or sets the title for structure element. |
language | Gets or sets the language for structure element. |
alternative_text | Gets or sets the alternative text for structure element. |
expansion_text | Gets or sets the expansion text for structure element. |
actual_text | Gets or sets the actual text for structure element. |
background_color | Gets or sets the row background color. |
border | Gets or sets the row border. |
default_cell_border | Gets default cell border. |
min_row_height | Gets height for row. |
fixed_row_height | Gets fixed row height - row may have fixed height. |
is_in_new_page | Gets fixed row is in new page - page with this property should be printed to next page Default false. |
is_row_broken | Gets is row can be broken between two pages. |
default_cell_text_state | Gets or sets default text state for row cells |
default_cell_padding | Gets or sets default margin for row cells. |
vertical_alignment | Gets or sets the vertical alignment. |
Methods
Name | Description |
---|---|
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_th() | Creates TableTHElement and added it to current table. |
create_td() | Creates TableTHElement and added it to current table. |
See Also
- namespace aspose.pdf.logicalstructure
- assembly Aspose.PDF