TableRowCollectionElement

Inheritance: java.lang.Object, com.aspose.pdf.tagged.logicalstructure.elements.Element, com.aspose.pdf.tagged.logicalstructure.elements.StructureElement, com.aspose.pdf.tagged.logicalstructure.elements.bls.TableChildElement

public abstract class TableRowCollectionElement extends TableChildElement

Represents a base class for children elements of the Table Head, Body and Foot in logical structure.

Methods

MethodDescription
createTR()Creates TableTRElement and added it to current table.

createTR()

public TableTRElement createTR()

Creates TableTRElement and added it to current table.

Returns: TableTRElement - Created structure element.