Class TableTRElement

TableTRElement class

Represents TR structure element in logical structure of the table.

public sealed class TableTRElement : TableChildElement

Properties

NameDescription
ActualText { get; set; }Gets or sets the actual text for structure element.
AlternativeText { get; set; }Gets or sets the alternative text for structure element.
Attributes { get; }Gets StructureAttributeCollection object.
BackgroundColor { get; set; }Gets or sets the row background color.
Border { get; set; }Gets or sets the row border.
ChildElements { get; }Gets children collection of Element objects.
DefaultAttributeOwner { get; }Gets AttributeOwnerStandard object.
DefaultCellBorder { get; set; }Gets default cell border.
DefaultCellPadding { get; set; }Gets or sets default margin for row cells.
DefaultCellTextState { get; set; }Gets or sets default text state for row cells
ExpansionText { get; set; }Gets or sets the expansion text for structure element.
FixedRowHeight { get; set; }Gets fixed row height - row may have fixed height.
ID { get; }Gets the ID for structure element.
IsInNewPage { get; set; }Gets fixed row is in new page - page with this property should be printed to next page Default false.
IsRowBroken { get; set; }Gets is row can be broken between two pages.
Language { get; set; }Gets or sets the language for structure element.
MinRowHeight { get; set; }Gets height for row.
ParentElement { get; }Get parent 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.
CreateTD()Creates TableTHElement and added it to current table.
CreateTH()Creates TableTHElement and added it to current table.
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.
override ToString()Returns a string that represents the current object.

See Also