ApiTableRowPr
class ApiTableRowPr
Description
Class representing the table row properties.
Instance Methods
- GetClassType
(): tableRowPr
Returns a type of the ApiTableRowPr class.
- SetHeight
(sHRule, nValue)
Sets the height to the current table row within the current table.
- SetTableHeader
(isHeader)
Specifies that the current table row will be repeated at the top of each new page wherever this table is displayed.
- ToJSON
(): JSON
Converts the ApiTableRowPr object into the JSON object.
Extends By
- ApiTableRow
ApiTableRowPr
Class representing a table row.