FOM Reference > Formatting > Tables > fTableResolvedColumn interface
  
fTableResolvedColumn interface
Objects of this class collect settings for individual columns of a table.
align attribute
PI: tbcolalignh
Returns the horizontal alignment of the column.
align
Access
read-only
Returns
String
alignChar attribute
PI: tbcolalignc
Returns the alignment character used in where the paragraph is aligned within the column.
alignChar
Access
read-only
Returns
String
defaultCell attribute
PI: tbcolspec
Returns the default cell properties for the table cells in this column.
defaultCell
Access
read-only
Returns
fTableResolvedCell
frameColumnNew attribute
PI: tbcolfcnew
Returns true if Arbortext APP will try and ensure that this column appears at the left hand edge of one of the frame columns. NOTE: Always returns false as the value is non-retrievable.
frameColumnNew
Access
read-only
Returns
boolean
groupNext attribute
PI: tbcolgroupn
Groups this column with the next one - used in conjunction with the 'T', 'B', 'L' and 'R' tests for cell rules. Returns whether this is on ( true) or off.
groupNext
Access
read-only
Returns
boolean
gutter attribute
PI: tbcolgut
Returns the table column gutter measure or relative spacing specification. NOTE: If value = 0, nothing will be returned.
gutter
Access
read-only
Returns
fColumnWidth
horizontalAlign attribute
PI: tbcolfmth
Returns the horizontal format of each paragraph of text within this column.
horizontalAlign
Access
read-only
Returns
String
isMaster attribute
PI: tbcolmaster
Returns true if the column has been defined as the master column. NOTE: Always returns false as the value is non-retrievable.
isMaster
Access
read-only
Returns
boolean
keepWithNext attribute
PI: tbcolkeepn
Returns true if this column is forced to be tied to the next column, so that they will stay together in a colset. NOTE: Always returns false as the value is non-retrievable.
keepWithNext
Access
read-only
Returns
boolean
left attribute
Returns the position of the left side of the column
left
Access
read-only
Returns
fLength
maximumWidth attribute
PI: tbcolmaxw
Returns the maximum width of the column.
maximumWidth
Access
read-only
Returns
fLength
minimumWidth attribute
PI: tbcolminw
Returns the minimum width of the column.
minimumWidth
Access
read-only
Returns
fLength
name attribute
PI: tbcolname
This column's name for fFormatting::tableCellStart().
name
Access
read-only
Returns
String
paraReference attribute
PI: tbcolpref
Returns a column style preference tag to a particular column.
paraReference
Access
read-only
Returns
fStream
recallRelativeIndent attribute
PI: tbcolrir
Returns true if the whole column is set to default to preserving relative indents. See fTableCell::recallRelativeIndent for a full description.
recallRelativeIndent
Access
read-only
Returns
boolean
reserve attribute
PI: tbcolres
Returns reserve = true if this column is to be reserved and by default the table contents will flow around this column.
reserve
Access
read-only
Returns
boolean
spanMaster attribute
PI: tbcolamast
Returns true when this column of the table will be repeated within each column of the frame. NOTE: Always returns false as the value is non-retrievable.
spanMaster
Access
read-only
Returns
boolean
suppress attribute
PI: tbcoldel
Returns true if the column is to be suppressed and not displayed in the output. When all columns in a table are suppressed then the whole table is swallowed up. The initial '+' is optional likewise the '@', see width for details.
suppress
Access
read-only
Returns
boolean
tabs attribute
PI: tbcolalignt
Returns the array of tabs for the table.
tabs
Access
read-only
Returns
fArray
width attribute
PI: tbcolw
Returns the width of a column as a single value or as a combination of value(s). NOTE: If value = 0, nothing will be returned.
width
Access
read-only
Returns
fColumnWidth
widthMode attribute
PI: tbcolhmode
Returns the default value for fTableCell::widthMode within a column. See fTableCell::widthMode for details of the value of code.
widthMode
Access
read-only
Returns
boolean