Property name |
Data Type |
Description |
---|---|---|
ContentHeight |
int |
The height of the table title. |
Locked |
int |
1 if the table is part of a text inset that retains formatting information from the source document. The table is not affected by global formatting performed on the document. |
OrphanRows |
int |
Number of orphan rows. |
Overflowed |
int |
1 if the table has cells that are not shown because they extend beyond the text frame boundaries. |
TblAlignment |
int |
Horizontal placement of table. The value is one of: •Constants.FV_ALIGN_TBL_LEFT (0) •Constants.FV_ALIGN_TBL_CENTER (1) •Constants.FV_ALIGN_TBL_RIGHT (2) |
TblCellBottomMargin |
int |
Default bottom cell margin for the table. |
TblCellLeftMargin |
int |
Default left cell margin for the table. |
TblCellRightMargin |
int |
Default right cell margin for the table. |
TblCellTopMargin |
int |
Default top cell margin for the table. |
TblLeftIndent |
int |
Left indent for the table. |
TblInLockedTi |
bool |
1 if the table is in a locket text inset. You should not use the ESTK to delete table elements when the table is in a locket text inset. |
TblPlacement |
int |
Vertical placement of table on page. The value is one of: •Constants.FV_TBL_ANYWHERE (0) •Constants.FV_TBL_TOP_OF_COL (1) •Constants.FV_TBL_TOP_OF_PAGE (2) •Constants.FV_TBL_TOP_OF_LEFT_PAGE (3) •Constants.FV_TBL_TOP_OF_RIGHT_PAGE (4) •Constants.FV_TBL_FLOAT (5) |
TblRightIndent |
int |
Right indent for the table. |
TblSpaceAbove |
int |
Vertical space above the table. |
TblSpaceBelow |
int |
Vertical space below the table. |
TextLoc |
The text location of the table’s anchor. |
|
Unique |
int |
The table’s unique ID. |
FirstRowInTbl |
First row in the table (FO_Row ID). |
|
LastRowInTbl |
Last row in the table (FO_Row ID). |
|
NextTblInDoc |
Next table (FO_Tbl ID) in the document. |
|
TblCatalogEntry |
int |
1 if the table’s format is in the Table Catalog. |
TblColWidths |
List of column widths. |
|
TblNumbering |
int |
Direction of autonumbering for the table. The value is one of: •Constants.FV_TBL_NUM_BY_ROW (0) •Constants.FV_TBL_NUM_BY_COL (1) |
TblNumCols |
int |
Number of colums in the table. |
TblNumRows |
int |
Number of rows in the table. |
TblTag |
string |
Name of the table format. |
TblWidth |
int |
Horizontal width of the table. |
TblBodyRowRuling |
Ruling applied to body rows specified by TblBodyRowRulingPeriod (FO_RulingFmt ID). |
|
TblBodyRowRulingPeriod |
int |
The periodicity of the ruling specified byTblBodyRowRuling.For example, if TblBodyRowRulingPeriodis set to 3, the ruling specified by TblBodyRowRulingis applied to every third row. |
TblBottomRuling |
int |
Ruling applied to the bottom of the table (FO_RulingFmt ID). |
TblColRuling |
Ruling applied to table columns specified by TblColRulingPeriod (FO_RulingFmt ID). |
|
TblColRulingPeriod |
int |
The periodicity of the ruling specified by TblColRuling. For example, if TblColRulingPeriod is set to 2, the ruling specified by TblColRuling is applied to every other column. |
TblHFRowRuling |
Ruling for table heading and footing rows (FO_RulingFmt ID). |
|
TblHFSeparatorRuling |
Separator ruling for table heading and footing rows (FO_RulingFmt ID). |
|
TblLastBodyRuling |
int |
1 if Draw Bottom Ruling on Last Sheet Only is enabled (FO_RulingFmt ID). |
TblLeftRuling |
Ruling for the left side of the table (FO_RulingFmt ID). |
|
TblOtherBodyRowRuling |
Ruling for body rows that are not specified by TblBodyRowRulingPeriod (FO_RulingFmt ID). |
|
TblOtherColRuling |
Ruling for columns that are not specified by TblColRulingPeriod (FO_RulingFmt ID). |
|
TblRightRuling |
Ruling for the right side of the table (FO_RulingFmt ID). |
|
TblTopRuling |
Ruling for the top of the table (FO_RulingFmt ID). |
|
BottomRowSelection |
Bottom body row in selection, if table is selected (FO_Row ID). |
|
LeftColNum |
int |
Number of the leftmost selected column, if a table is selected (columns are numbered from left to right, starting with 0). |
RightColNum |
int |
Number of rightmost selected column, if a table is selected (columns are numbered from left to right, starting with 0). |
TblTitleSelected |
int |
1 if table title is selected. |
TopRowSelection |
Top row in selection, if table is selected (FO_Row ID). |
|
TblBodyFirstColor |
First spot color for table body (FO_Color ID). |
|
TblBodyFirstFill |
int |
First fill pattern for table body. |
TblBodyFirstPeriod |
int |
Number of columns or body rows to which the first fill pattern (specified by TblBodyFirstFill) is applied. |
TblBodyNextColor |
Exception color for columns or body rows (FO_Color ID). |
|
TblBodyNextFill |
int |
Exception fill pattern for table body. |
TblBodyNextPeriod |
int |
Number of columns or body rows to which the exception fill pattern (specified by TblBodyNextFill) is applied. |
TblBodyShadeBy |
int |
1 if Shade By is set to Columns; 0 if Shade By is set to Rows. |
TblHFColor |
Color for table heading and footing. |
|
TblHFFill |
int |
Fill pattern for table heading and footing (integer percentage). |
Element |
Denotes the element associated with the table. |
|
TblBodyElement |
Specifies the element containing the table’s body rows. |
|
TblElement |
Specifies the element containing the table. |
|
TblFooterElement |
Denotes the element containing the table’s footer rows. |
|
TblHeaderElement |
Denotes the element containing the table’s header rows. |
|
TblTitleElement |
Indicates the element containing the table title. |
|
FirstPgf |
The first paragraph in the title, if the table has a title. |
|
HighestLevelElement |
Specifies the title’s highest-level element if the table is in a structured document and has a title. note: HighestLevelElement is obsolete but is supported for backward compatibility. |
|
LastPgf |
The last paragraph in the title, if the table has a title. |
|
TblTitleGap |
int |
Gap between the title and top or bottom row of the table. |
TblTitlePosition |
int |
The placement of the table title. The value is one of: •Constants.FV_TBL_NO_TITLE (0) - Table has no title •Constants.FV_TBL_TITLE_ABOVE (1) - The title appears above the table •Constants.FV_TBL_TITLE_BELOW (2) - The title appears below the table |
Direction |
int |
Set or get the direction of the document. Possible values: •Constants.FV_DIR_Inherit - Inherit the direction of the parent •Constants.FV_DIR_LTR - Left-to-right •FV_DIR_RTL - Right-to-left |
ResolvedDirection |
int |
Get the inherited direction of the document. Possible values: •Constants.FV_DIR_LTR - Left-to-right •FV_DIR_RTL - Right-to-left |