Class TableTHElement

TableTHElement class

Represents TH structure element in logical structure of the table.

public sealed class TableTHElement : TableCellElement

Properties

NameDescription
ActualText { get; set; }Gets or sets the actual text for structure element.
Alignment { get; set; }Gets or sets the cell alignment.
AlternativeText { get; set; }Gets or sets the alternative text for structure element.
Attributes { get; }Gets StructureAttributeCollection object.
BackgroundColor { get; set; }Gets or sets the cell background color.
Border { get; set; }Gets or sets the cell border.
ChildElements { get; }Gets children collection of Element objects.
ColSpan { get; set; }Gets or sets the column span.
DefaultAttributeOwner { get; }Gets AttributeOwnerStandard object.
DefaultCellTextState { get; set; }Gets or sets the default cell text state.
ExpansionText { get; set; }Gets or sets the expansion text for structure element.
ID { get; }Gets the ID for structure element.
IsNoBorder { get; set; }Gets or sets the cell have border.
IsWordWrapped { get; set; }Gets or sets the cell’s text word wrapped.
Language { get; set; }Gets or sets the language for structure element.
Margin { get; set; }Gets or sets the padding.
ParentElement { get; }Get parent element.
RowSpan { get; set; }Gets or sets the row span.
StructureTextState { get; }Gets StructureTextState object for current element.
StructureType { get; }Gets type of structure element.
Title { get; set; }Gets or sets the title for structure element.
VerticalAlignment { get; set; }Gets or sets the vertical alignment.

Methods

NameDescription
AppendChild(Element)Append Element to collection of children.
ChangeParentElement(StructureElement)Change parent element for current structure element
ClearId()Clear ID for structure element.
FindElements<T>(bool)Find Elements of a given type
GenerateId()Generate ID for structure element.
SetId(string)Sets ID for structure element.
SetTag(string)Sets custom tag for structure element.
SetText(string)Appends text content to current text element.
override ToString()Returns a string that represents the current object.

See Also