tr
Matches <tr> tag and outputs it as <Row>.
Attribute |
Description from HTML to XML |
row min |
Default values attribute, sets RowMin="1.0583333333333331". |
row max |
Default values attribute, sets RowMax="211.66666666666666". |
row height |
Default values attribute, sets RowHeight="AtLeast". Possible values: AtLeast, Exactly |
start row |
Default values attribute, sets StartRow="AnyWhere" Possible values: AnyWhere, NextColumn, NextFrame, NextPage, NextOddPage, NextEvenPage |
keep with next |
Default values attribute, sets KeepWithNext="False" Possible values: True, False |
All attributes are default values attributes and are all applied to the node. As a result, all <tr> tags will go to <Row RowMin="1.0583333333333331" RowMax="211.66666666666666" RowHeight="AtLeast" StartRow="AnyWhere" KeepWithNext="False">.
RowMin is the minimum height of the row. During parsing, this is calculated dynamically as the maximum height attribute value that is set in the row's cells.
From XML to HTML – the value of RowMin is set in the style attribute of all row cells as style="height:value in px;".