FOM Reference > Formatting > Tables > fTableResolvedRow interface
  
fTableResolvedRow interface
The objects of this class provide settings for the current row in a table.
balanced attribute
PI: tbrbal
Returns true if the whole row is to be balanced when the next hard end of row is encountered (i.e. not a tableCellStart() which breaks to a new row).
balanced
Access
read-only
Returns
boolean
boxed attribute
PI: tbrbox
Returns true if the current row is designated as being a boxed row. Boxed rows have quite distinct properties as follows:
They are isolated. Cells from previous rows are not allowed to span into a boxed row, and cells from the boxed row can't span into later rows.
Within a boxed row there is the concept of a baseline and cells stack either above or below this baseline.
There can be numerous cells within the same column within a boxed row. Cells simply stack above or below existing cells.
The height of a cell in one column does NOT affect the height of cells in other columns - they are independent.
Cells either flow onto the next column or can jump to designated columns by using formatting.tableCellStart(cell, startcol, [endcol]).
boxed
Access
read-only
Returns
boolean
columnTopPreserve attribute
PI: tbrctp
Returns true if this row is at the top of a column, then that property is preserved for the following row.
columnTopPreserve
Access
read-only
Returns
boolean
defaultCell attribute
Returns the default cell properties for cells in this row.
defaultCell
Access
read-only
Returns
fTableCell
defaultParagraph attribute
Returns the default paragraph properties for cells in this row.
defaultParagraph
Access
read-only
Returns
fParagraph
defaultStyle attribute
Returns the default styling for cells in this row.
defaultStyle
Access
read-only
Returns
fStyle
gutterAbove attribute
PI: tbrtgut
Returns the measure of the gutter above the current table row.
gutterAbove
Access
read-only
Returns
fLength
gutterBelow attribute
PI: tbrgut
Returns the measure of the table gutter under a row in a table.
gutterBelow
Access
read-only
Returns
fLength
keepTop attribute
PI: tbrkeept
Returns true if the top of a row is always kept together.
keepTop
Access
read-only
Returns
boolean
keepTopExtended attribute
PI: tbrkeeptx
Returns true if the top of the split row is also kept together.
keepTopExtended
Access
read-only
Returns
boolean
keepWithNext attribute
PI: tbrkeepn
Returns true, if the current row will stay with the next row when the table breaks.
keepWithNext
Access
read-only
Returns
int
keepWithPrevious attribute
PI: tbrkeepp
Returns true if the current row will stay with the previous row when the table breaks.
keepWithPrevious
Access
read-only
Returns
int
verticalAlignInherit attribute
PI: tbrivj
Returns true if the row inherits vj values for the row from cell contents.
verticalAlignInherit
Access
read-only
Returns
boolean
verticalAlignInheritBottom attribute
PI: tbrivjb
Returns true if the row inherits bottom vj values for the row from cell contents.
verticalAlignInheritBottom
Access
read-only
Returns
boolean