Class
AddCols, Delete, DeleteCols, DeleteRows, GetProps, MakeTblSelection, ObjectValid, SetProps
Tbl
QuickLinks
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| BottomRowSelection | Row | readonly | |
| ContentHeight | int | readonly | |
| Element | Element | readonly | |
| FirstPgf | Pgf | readonly | |
| FirstRowInTbl | Row | readonly | |
| HighestLevelElement | Element | readonly | |
| LastPgf | Pgf | readonly | |
| LastRowInTbl | Row | readonly | |
| LeftColNum | int | readonly | |
| Locked | int | readwrite | |
| NextTblInDoc | Tbl | readonly | |
| OrphanRows | int | readwrite | |
| Overflowed | int | readonly | |
| RightColNum | int | readonly | |
| TblAlignment | int | readwrite | |
| TblBodyElement | Element | readonly | |
| TblBodyFirstColor | Color | readwrite | |
| TblBodyFirstFill | int | readwrite | |
| TblBodyFirstPeriod | int | readwrite | |
| TblBodyNextColor | Color | readwrite | |
| TblBodyNextFill | int | readwrite | |
| TblBodyNextPeriod | int | readwrite | |
| TblBodyRowRuling | RulingFmt | readwrite | |
| TblBodyRowRulingPeriod | int | readwrite | |
| TblBodyShadeBy | int | readwrite | |
| TblBottomRuling | int | readwrite | |
| TblCatalogEntry | int | readonly | |
| TblCellBottomMargin | int | readwrite | |
| TblCellLeftMargin | int | readwrite | |
| TblCellRightMargin | int | readwrite | |
| TblCellTopMargin | int | readwrite | |
| TblColRuling | RulingFmt | readwrite | |
| TblColRulingPeriod | int | readwrite | |
| TblColWidths | Metrics | readwrite | |
| TblElement | Element | readonly | |
| TblFooterElement | Element | readonly | |
| TblHFColor | Color | readwrite | |
| TblHFFill | int | readwrite | |
| TblHFRowRuling | RulingFmt | readwrite | |
| TblHFSeparatorRuling | RulingFmt | readwrite | |
| TblHeaderElement | Element | readonly | |
| TblInLockedTi | bool | readwrite | |
| TblLastBodyRuling | int | readwrite | |
| TblLeftIndent | int | readwrite | |
| TblLeftRuling | RulingFmt | readwrite | |
| TblNumCols | int | readonly | |
| TblNumRows | int | readonly | |
| TblNumbering | int | readwrite | |
| TblOtherBodyRowRuling | RulingFmt | readwrite | |
| TblOtherColRuling | RulingFmt | readwrite | |
| TblPlacement | int | readwrite | |
| TblRightIndent | int | readwrite | |
| TblRightRuling | RulingFmt | readwrite | |
| TblSpaceAbove | int | readwrite | |
| TblSpaceBelow | int | readwrite | |
| TblTag | string | readwrite | |
| TblTitleElement | Element | readonly | |
| TblTitleGap | int | readwrite | |
| TblTitlePosition | int | readwrite | |
| TblTitleSelected | int | readonly | |
| TblTopRuling | RulingFmt | readwrite | |
| TblWidth | int | readonly | |
| TextLoc | TextLoc | readwrite | |
| TopRowSelection | Row | readonly | |
| Unique | int | readonly |
Methods
Instances
int AddCols (refColNum: int, direction: int, numNewCols: int)
| Parameter | Type | Description |
|---|---|---|
| refColNum | int | |
| direction | int | |
| numNewCols | int |
int DeleteCols (delColNum: int, numDelCols: int)
| Parameter | Type | Description |
|---|---|---|
| delColNum | int | |
| numDelCols | int |
int DeleteRows (refRow: Row, numDelRows: int)
| Parameter | Type | Description |
|---|---|---|
| refRow | Row | |
| numDelRows | int |
PropVals GetProps ()
int MakeTblSelection (topRow: int, bottomRow: int, leftCol: int, rightCol: int)
| Parameter | Type | Description |
|---|---|---|
| topRow | int | |
| bottomRow | int | |
| leftCol | int | |
| rightCol | int |
void SetProps (setVal: PropVals)
| Parameter | Type | Description |
|---|---|---|
| setVal | PropVals |
Element of
Doc.FirstTblInDoc
Doc.SelectedTbl
Row.RowTbl
Tbl.NextTblInDoc
| Jongware, 31-Oct-2011 v3.0.3f | Contents :: Index |