Tbl

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_T­BL_LEFT (0)

Constants.FV_ALIGN_T­BL_CENTER (1)

Constants.FV_ALIGN_T­BL_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_ANY­WHERE (0)

Constants.FV_T­BL_TOP_OF_COL (1)

Constants.FV_T­BL_TOP_OF_PAGE (2)

Constants.FV_T­BL_TOP_OF_LEFT_PAGE (3)

Constants.FV_T­BL_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

TextLoc

The text location of the table’s anchor.

Unique

int

The table’s unique ID.

FirstRowInTbl

Row

First row in the table (FO_Row ID).

LastRowInTbl

Row

Last row in the table (FO_Row ID).

NextTblInDoc

Tbl

Next table (FO_Tbl ID) in the document.

TblCatalogEntry

int

1 if the table’s format is in the Table Catalog.

TblColWidths

Metrics

List of column widths.

TblNumbering

int

Direction of autonumbering for the table. The value is one of:

Constants.FV_T­BL_NUM_BY_ROW (0)

Constants.FV_T­BL_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

RulingFmt

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

RulingFmt

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

RulingFmt

Ruling for table heading and footing rows (FO_RulingFmt ID).

TblHFSeparatorRuling

RulingFmt

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

RulingFmt

Ruling for the left side of the table (FO_RulingFmt ID).

TblOtherBodyRowRuling

RulingFmt

Ruling for body rows that are not specified by TblBodyRowRulingPeriod (FO_RulingFmt ID).

TblOtherColRuling

RulingFmt

Ruling for columns that are not specified by TblColRulingPeriod (FO_RulingFmt ID).

TblRightRuling

RulingFmt

Ruling for the right side of the table (FO_RulingFmt ID).

TblTopRuling

RulingFmt

Ruling for the top of the table (FO_RulingFmt ID).

BottomRowSelection

Row

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

Row

Top row in selection, if table is selected (FO_Row ID).

TblBodyFirstColor

Color

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

Color

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

Color for table heading and footing.

TblHFFill

int

Fill pattern for table heading and footing (integer percentage).

Element

Element

Denotes the element associated with the table.

TblBodyElement

Element

Specifies the element containing the table’s body rows.

TblElement

Element

Specifies the element containing the table.

TblFooterElement

Element

Denotes the element containing the table’s footer rows.

TblHeaderElement

Element

Denotes the element containing the table’s header rows.

TblTitleElement

Element

Indicates the element containing the table title.

FirstPgf

Pgf

The first paragraph in the title, if the table has a title.

HighestLevelElement

Element

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

Pgf

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_T­BL_NO_TITLE (0) - Table has no title

Constants.FV_TBL_TI­TLE_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


January 11, 2016

Legal Notices | Online Privacy Policy