TableCellElement
Contents
[
Hide
]TableCellElement class
Represents a base class for table cell elements (TH and TD) in logical structure.
The TableCellElement 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 cell background color. |
| border | Gets or sets the cell border. |
| is_no_border | Gets or sets the cell have border. |
| margin | Gets or sets the padding. |
| alignment | Gets or sets the cell alignment. |
| default_cell_text_state | Gets or sets the default cell text state. |
| is_word_wrapped | Gets or sets the cell’s text word wrapped. |
| vertical_alignment | Gets or sets the vertical alignment. |
| col_span | Gets or sets the column span. |
| row_span | Gets or sets the row span. |
| structure_text_state | Gets |
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. |
| set_text(text) | Appends text content to current text element. |
See Also
- namespace aspose.pdf.logicalstructure
- assembly Aspose.PDF