TableTRElement Class
Represents TR structure element in logical structure of the table.
Inheritance Hierarchy

Namespace: Aspose.Pdf.LogicalStructure
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class TableTRElement : TableChildElement

The TableTRElement type exposes the following members.

Properties
  NameDescription
Public propertyActualText
Gets or sets the actual text for structure element.
(Inherited from StructureElement.)
Public propertyAlternativeText
Gets or sets the alternative text for structure element.
(Inherited from StructureElement.)
Public propertyAttributes
Gets [T:/Aspose.Pdf.LogicalStructure.StructureAttributeCollection] object.
(Inherited from StructureElement.)
Public propertyBackgroundColor
Gets or sets the row background color.
Public propertyBorder
Gets or sets the row border.
Public propertyChildElements
Gets children collection of [T:/Aspose.Pdf.LogicalStructure.Element] objects.
(Inherited from Element.)
Public propertyDefaultAttributeOwner
Gets [T:/Aspose.Pdf.LogicalStructure.AttributeOwnerStandard] object.
(Inherited from StructureElement.)
Public propertyDefaultCellBorder
Gets default cell border.
Public propertyDefaultCellPadding
Gets or sets default margin for row cells.
Public propertyDefaultCellTextState
Gets or sets default text state for row cells
Public propertyExpansionText
Gets or sets the expansion text for structure element.
(Inherited from StructureElement.)
Public propertyFixedRowHeight
Gets fixed row height - row may have fixed height.
Public propertyID
Gets the ID for structure element.
(Inherited from StructureElement.)
Public propertyIsInNewPage
Gets fixed row is in new page - page with this property should be printed to next page Default false.
Public propertyIsRowBroken
Gets is row can be broken between two pages.
Public propertyLanguage
Gets or sets the language for structure element.
(Inherited from StructureElement.)
Public propertyMinRowHeight
Gets height for row.
Public propertyParentElement
Get parent element.
(Inherited from Element.)
Public propertyStructureType
Gets type of structure element.
(Inherited from StructureElement.)
Public propertyTitle
Gets or sets the title for structure element.
(Inherited from StructureElement.)
Public propertyVerticalAlignment
Gets or sets the vertical alignment.
Methods
  NameDescription
Public methodAppendChild
Append [T:/Aspose.Pdf.LogicalStructure.Element] to collection of children.
(Inherited from Element.)
Public methodChangeParentElement
Change parent element for current structure element
(Inherited from StructureElement.)
Public methodClearId
Clear ID for structure element.
(Inherited from StructureElement.)
Public methodCreateTD
Creates TableTHElement and added it to current table.
Public methodCreateTH
Creates TableTHElement and added it to current table.
Public methodEquals (Inherited from Object.)
Public methodFindElementsT
Find Elements of a given type
(Inherited from Element.)
Public methodGenerateId
Generate ID for structure element.
(Inherited from StructureElement.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodSetId
Sets ID for structure element.
(Inherited from StructureElement.)
Public methodSetTag
Sets custom tag for structure element.
(Inherited from StructureElement.)
Public methodToString
Returns a string that represents the current object.
(Inherited from StructureElement.)
See Also