Property name |
Data Type |
Description |
---|---|---|
CellAboveInCol |
Denotes the cell above the current cell (FO_CellID). |
|
CellAngle |
number |
Indicates the angle of rotation of the cell. |
CellBelowInCol |
Denotes the cell below the current cell (FO_CellID). |
|
CellColNum |
number |
Represents the cell's column number. |
CellDefaultBottomRuling |
Indicates the cell's default bottom ruling (FO_RulingFmt ID). |
|
CellDefaultLeftRuling |
Specifies the cell's default left ruling (FO_RulingFmt ID). |
|
CellDefaultRightRuling |
Indicates the cell's default right ruling (FO_RulingFmt ID). |
|
CellDefaultTopRuling |
Represents the cell's default top ruling (FO_RulingFmt ID). |
|
CellIsShown |
number |
Returns 1 if the cell is conditional and is visible; returns 0 otherwise. |
CellIsStraddled |
number |
Returns 1 if the cell is in a straddle but is not the first cell; returns 0 if the cell is the first cell in a straddle, or is not in a straddle. |
CellNumColsStraddled |
number |
Specifies the number of columns in the straddle, if the cell is the first cell in a horizontal straddle; Otherwise the value is 1. |
CellNumRowsStraddled |
number |
Specifies the number of rows in the straddle, if the cell is the first cell in a vertical straddle; Otherwise the value is 1. |
ContentHeight |
number |
Denotes the distance between the top of the cell and the baseline of the last line in the cell. |
CellOverrideBottomRuling |
Represents the cell's bottom ruling (FO_RulingFmt ID), if there is an override. The value is null if there is no override. |
|
CellOverrideFill |
number |
Indicates the cell's fill pattern. The value is null if there is no override fill pattern. |
CellOverrideLeftRuling |
Indicates the cell's left ruling (FO_RulingFmt ID), if there is an override. The value is null if there is no override. |
|
CellOverrideRightRuling |
Specifies the cell's right ruling (FO_RulingFmt ID), if there is an override. The value is null if there is no override. |
|
CellOverrideShading |
Denotes the cell's spot color (FO_Color ID). The value is null if there is no override shading. |
|
CellOverrideTopRuling |
Denotes the cell's top ruling (FO_RulingFmt ID), if there is an override. The value is null if there is no override. |
|
CellRow |
Denotes the row containing the cell (FO_RowID). |
|
CellUseOverrideBRuling |
number |
Set to 1 if the cell's bottom ruling (specified by the CellOverrideBottomRuling property) overrides the default ruling specified by the table format; set to 0 otherwise. |
CellUseOverrideFill |
number |
Set to 1 if the cell's fill pattern (specified by the CellOverrideFill property) overrides the default fill pattern specified by the table format; set to 0 otherwise. |
CellUseOverrideLRuling |
number |
Set to 1 if the cell's left ruling (specified by the CellOverrideLeftRuling property) overrides the ruling specified by the table format; set to 0 otherwise. |
CellUseOverrideRRuling |
number |
Set to 1 if the cell's right ruling (specified by the CellOverrideRightRuling property) overrides the ruling specified by the table format; set to 0 otherwise. |
CellUseOverrideShading |
number |
Set to 1 if the cell's shading (specified by the CellOverrideShading property) overrides the default shading specified by the table format; set to 0 otherwise. |
CellUseOverrideTRuling |
number |
Set to 1 if the cell's top ruling (specified by the CellOverrideTopRuling property) overrides the default top ruling specified by the table format; set to 0 otherwise. |
Element |
Denotes the element containing the cell, if the cell is in a FrameMaker document. |
|
FirstPgf |
Represents the first paragraph in the cell (FO_Pgf ID). |
|
InTextFrame |
Represents the text frame containing the cell (FO_TextFrame ID). |
|
InTextObj |
Represents the text object containing the cell (FO_SubCol ID). |
|
LastPgf |
Indicates the last paragraph in the cell (FO_Pgf ID). |
|
NextCellInRow |
Denotes the next cell in current row from left to right (FO_Cell ID). |
|
NextCellInTbl |
Represents the next cell from left to right (FO_Cell ID). If the cell is at the end of a row, the next cell is the first cell in the next row. |
|
NextCell |
Represents the next cell in the text frame (FO_Cell ID). |
|
Overflowed |
number |
Specifies whether the text in the cell overflows. Set to 1 if the row Height Limit Maximum is too low to display all the text in the cell; set to 0 otherwise. |
PrevCellInRow |
Represents the previous cell in the current row (FO_Cell ID). |
|
PrevCell |
Denotes the previous cell in the text frame (FO_Cell ID). |
|
Unique |
number |
Represents the cell's unique ID. |